:root{--sidebar:#264d6b;--sidebar-deep:#1a3a54;--gold:#c8a05a;--gold-light:#e0c080;--gold-deep:#a87840;--warm:#5a3a20;--warm-mid:#8a6a48;--cream:#f5f0e8;--warm-white:#fdfbf7;--text:#3a3028;--text2:#6a5a48;--muted:#a09080;--border:#e8e0d0;--border-soft:#f0e8da;--blue:#3a72b8;--blue-mid:#3a5f7d;--blue-deep:#264d6b;--sage:#8a9870;--rose:#b87060;--red:#c04040;--green:#2ea86a;--serif:"Playfair Display","Noto Serif TC",serif;--sans:"Noto Sans TC",sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}body{color:var(--text);background:var(--cream);font-family:var(--sans);font-weight:300;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:var(--sans)}.btn{border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:400;transition:all .15s}.btn.primary{background:var(--gold);color:white}.btn.primary:hover{background:var(--gold-deep)}.btn.outline{background:transparent;border:1px solid var(--border);color:var(--text2)}.btn.outline:hover{border-color:var(--gold);color:var(--gold-deep)}.btn.danger{background:#fce8e8;color:var(--red)}.btn.danger:hover{background:var(--red);color:white}.btn:disabled{opacity:.5;cursor:not-allowed}.inp{width:100%;background:var(--warm-white);border:1px solid var(--border);border-radius:8px;padding:.55rem .85rem;font-size:.85rem;color:var(--text);outline:none;transition:border-color .15s}.inp:focus{border-color:var(--gold)}textarea.inp{resize:vertical;min-height:80px}.lbl{display:block;font-size:.74rem;color:var(--text2);margin-bottom:.35rem;font-weight:400}.form-group{margin-bottom:.9rem}.card{background:var(--warm-white);border:1px solid var(--border-soft);border-radius:14px;padding:1.25rem 1.4rem;box-shadow:0 2px 12px rgba(90,58,32,.04)}.card-title{font-size:.95rem;font-weight:500;color:var(--warm)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.card-more{font-size:.72rem;color:var(--gold-deep);cursor:pointer}.tag{font-size:.65rem;padding:.15rem .55rem;border-radius:999px;white-space:nowrap}.tag.general{background:#eef2f6;color:var(--blue-mid)}.tag.hr{background:#fdf0e6;color:var(--gold-deep)}.tag.event{background:#e6f4ec;color:var(--green)}.tag.it{background:#e8f0fb;color:var(--blue)}.tag.urgent{background:#fce8e8;color:var(--red)}.page-head{margin-bottom:1.5rem}.page-head h2{font-family:var(--serif);font-size:1.5rem;color:var(--sidebar);font-weight:600}.page-head p{margin-top:.25rem}.empty-hint,.page-head p{font-size:.8rem;color:var(--muted)}.empty-hint{text-align:center;padding:2rem 0}.rich-content{font-size:.88rem;line-height:1.9;color:var(--text)}.rich-content p{margin-bottom:.7rem}.rich-content ol,.rich-content ul{padding-left:1.4rem;margin-bottom:.8rem}.rich-content li{margin-bottom:.3rem}.rich-content h1,.rich-content h2,.rich-content h3{color:var(--sidebar);margin:1rem 0 .5rem}.rich-content table{width:100%;border-collapse:collapse;font-size:.84rem;margin:.8rem 0}.rich-content td,.rich-content th{padding:.5rem .75rem;border:1px solid var(--border);text-align:left}.rich-content th{background:#f8f4ee;font-weight:500}.rich-content tr:nth-child(2n) td{background:#faf7f1}.rich-content blockquote{border-left:3px solid var(--gold);padding:.4rem 1rem;color:var(--text2);background:#faf6ee;margin-bottom:.8rem}.rich-content img{max-width:100%;border-radius:8px}.rich-content a{color:var(--blue);text-decoration:underline}.rich-content hr{border:none;border-top:1px solid var(--border);margin:1rem 0}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--sidebar-deep),var(--sidebar) 55%,#3a5f7d);padding:1.5rem}.login-card{background:var(--warm-white);border-radius:18px;padding:2.5rem 2.25rem;width:380px;max-width:100%;box-shadow:0 24px 64px rgba(0,0,0,.35)}.login-badge{width:52px;height:52px;border-radius:13px;background:var(--sidebar);color:var(--gold-light);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600;margin:0 auto 1rem}.login-title{font-family:var(--serif);font-size:1.35rem;color:var(--sidebar);text-align:center;font-weight:600}.login-sub{font-size:.75rem;color:var(--muted);text-align:center;margin:.3rem 0 1.75rem}.login-err{background:#fce8e8;color:var(--red);font-size:.76rem;padding:.55rem .85rem;border-radius:8px;margin-bottom:.9rem}.portal{display:flex;min-height:100vh}.p-sidebar{width:232px;background:var(--sidebar);color:rgba(255,255,255,.82);display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:40;transition:transform .25s}.p-head{gap:.7rem;padding:1.3rem 1.25rem 1.1rem}.p-badge,.p-head{display:flex;align-items:center}.p-badge{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.1);color:var(--gold-light);justify-content:center;font-weight:600}.p-title{font-family:var(--serif);font-size:1rem;color:white}.p-sub{font-size:.62rem;color:rgba(255,255,255,.4);letter-spacing:.08em}.p-nav{flex:1 1;padding:.5rem .75rem;overflow-y:auto}.s-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .85rem;border-radius:8px;font-size:.83rem;cursor:pointer;margin-bottom:.15rem;transition:background .15s;color:rgba(255,255,255,.75)}.s-item:hover{background:rgba(255,255,255,.08);color:white}.s-item.active{background:var(--gold);color:white;font-weight:400}.p-user{padding:.9rem 1.1rem;border-top:1px solid rgba(255,255,255,.08);gap:.6rem}.p-av,.p-user{display:flex;align-items:center}.p-av{width:34px;height:34px;border-radius:50%;background:var(--gold);color:white;justify-content:center;font-size:.85rem}.p-uname{font-size:.8rem;color:white}.p-urole{font-size:.62rem;color:rgba(255,255,255,.45)}.p-logout{margin-left:auto;font-size:.68rem;color:rgba(255,255,255,.5);cursor:pointer;border:1px solid rgba(255,255,255,.2);padding:.25rem .6rem;border-radius:6px}.p-logout:hover{color:white;border-color:white}.p-main{flex:1 1;margin-left:232px;padding:1.75rem 2rem 3rem;min-width:0}.p-topbar{display:none}.hero{border-radius:18px;padding:2.5rem 2.25rem;margin-bottom:1.5rem;background-size:cover;background-position:50%;position:relative;overflow:hidden;color:white}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(26,58,84,.88),rgba(38,77,107,.62))}.hero>*{position:relative}.hero h1{font-family:var(--serif);font-size:1.6rem;font-weight:600;line-height:1.5}.hero h1 em{color:var(--gold-light);font-style:italic}.hero .hero-sub{font-size:.78rem;color:rgba(255,255,255,.6);margin-top:.5rem}.grid-2{grid-template-columns:1.6fr 1fr;grid-gap:1.25rem}.grid-2,.grid-2-eq{display:grid;gap:1.25rem;margin-bottom:1.25rem}.grid-2-eq{grid-template-columns:1fr 1fr;grid-gap:1.25rem}.quote-card{background:linear-gradient(135deg,#fdf8ef,#faf3e3);border:1px solid #f0e2c8;border-radius:14px;padding:1.5rem 1.6rem;position:relative}.quote-mark{font-size:2.6rem;color:var(--gold);line-height:1;opacity:.5}.quote-mark,.quote-text{font-family:var(--serif)}.quote-text{font-size:1.02rem;color:var(--warm);line-height:1.8;margin:.25rem 0 .75rem}.quote-label{font-size:.65rem;color:var(--gold-deep);letter-spacing:.1em}.countdown-card{background:var(--warm-white);border:1px solid var(--border-soft);border-radius:14px;padding:1.4rem 1.6rem}.countdown-card h4{font-size:.9rem;color:var(--warm);font-weight:500;margin-bottom:.9rem}.cd-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.3rem}.cd-event{font-size:.82rem;color:var(--text2)}.cd-num{font-family:var(--serif);font-size:1.3rem;color:var(--sidebar);font-weight:600}.cd-unit{font-size:.65rem;color:var(--muted);margin-left:.2rem}.cd-bar{height:4px;background:var(--border-soft);margin-bottom:.8rem;overflow:hidden}.cd-bar,.cd-fill{border-radius:2px}.cd-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light))}.ann-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid var(--border-soft);cursor:pointer}.ann-item:last-child{border-bottom:none}.ann-title{font-size:.85rem;color:var(--text)}.ann-meta{font-size:.68rem;color:var(--muted);margin-top:.15rem}.dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.dot.new{background:var(--gold)}.dot.read{background:var(--border)}.bday-item{display:flex;align-items:center;gap:.7rem;padding:.55rem 0;border-bottom:1px solid var(--border-soft)}.bday-item:last-child{border-bottom:none}.bday-av{width:34px;height:34px;border-radius:50%;color:white;font-size:.8rem;display:flex;align-items:center;justify-content:center;background:var(--gold)}.bday-av.a{background:linear-gradient(135deg,var(--blue-mid),var(--blue))}.bday-name{font-size:.82rem}.bday-info{font-size:.66rem;color:var(--muted)}.bday-badge{margin-left:auto}.today-card{background:linear-gradient(150deg,var(--sidebar-deep),var(--sidebar));border-radius:14px;padding:1.3rem 1.5rem;color:white}.today-card h4{font-size:.88rem;font-weight:500;margin-bottom:.8rem;color:var(--gold-light)}.today-item{font-size:.8rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.85)}.today-item:last-child{border-bottom:none}.msg-board{background:var(--warm-white);border:1px solid var(--border-soft);border-radius:14px;padding:1.25rem 1.4rem;display:flex;flex-direction:column}.msg-board-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.msg-board-title{font-size:.92rem;font-weight:500;color:var(--warm)}.msg-input-row{display:flex;gap:.6rem;margin-bottom:1rem}.msg-textarea{flex:1 1;min-height:44px;max-height:90px}.msg-list{display:flex;flex-direction:column;gap:.85rem;max-height:340px;overflow-y:auto}.msg-item{display:flex;gap:.65rem;align-items:flex-start}.msg-av{width:32px;height:32px;border-radius:50%;background:var(--gold);flex-shrink:0;color:white;font-size:.75rem;display:flex;align-items:center;justify-content:center}.msg-name{font-size:.74rem;font-weight:500;color:var(--text2)}.msg-text{font-size:.82rem;line-height:1.6;margin:.15rem 0}.msg-time{font-size:.64rem;color:var(--muted)}.msg-like{background:none;border:1px solid var(--border);border-radius:999px;font-size:.68rem;padding:.2rem .6rem;color:var(--rose);flex-shrink:0}.msg-like.liked{background:#fdeeea;border-color:var(--rose)}.thanks-grid{display:flex;flex-direction:column;gap:.7rem;max-height:360px;overflow-y:auto}.thanks-card{background:#fdf8ef;border:1px solid #f0e2c8;border-radius:10px;padding:.8rem 1rem}.thanks-from{font-size:.68rem;color:var(--gold-deep)}.thanks-to{font-size:.72rem;color:var(--text2);margin:.1rem 0 .3rem}.thanks-msg{font-size:.82rem;line-height:1.6}.thanks-row{display:flex;gap:.55rem;margin-bottom:.55rem}.quick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:.75rem;gap:.75rem}.qi{display:flex;flex-direction:column;align-items:center;gap:.45rem;background:var(--warm-white);border:1px solid var(--border-soft);border-radius:12px;padding:1rem .5rem;cursor:pointer;transition:all .15s}.qi:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 6px 16px rgba(90,58,32,.08)}.qi-icon{font-size:1.4rem}.qi-label{font-size:.72rem;color:var(--text2)}.doc-section{margin-bottom:1.75rem}.doc-label{font-size:.78rem;font-weight:500;color:var(--gold-deep);letter-spacing:.04em;margin-bottom:.75rem}.doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.85rem;gap:.85rem}.doc-card{display:flex;gap:.8rem;background:var(--warm-white);border:1px solid var(--border-soft);border-radius:12px;padding:1rem 1.1rem;cursor:pointer;transition:all .15s}.doc-card:hover{border-color:var(--gold);box-shadow:0 6px 16px rgba(90,58,32,.08)}.doc-icon{font-size:1.25rem}.doc-name{font-size:.87rem;font-weight:400}.doc-desc{font-size:.72rem;color:var(--muted);margin-top:.2rem;line-height:1.5}.doc-meta{font-size:.64rem;color:var(--gold-deep);margin-top:.35rem}.uni-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.uni-card{background:var(--warm-white);border:1px solid var(--border-soft);border-radius:14px;overflow:hidden;transition:all .15s}.uni-card:hover{box-shadow:0 8px 20px rgba(90,58,32,.1);transform:translateY(-2px)}.uni-top{height:6px}.uni-body{padding:1.2rem 1.3rem}.uni-icon{font-size:1.6rem;margin-bottom:.5rem}.uni-title{font-size:.95rem;font-weight:500;margin-bottom:.4rem}.uni-desc{font-size:.76rem;color:var(--text2);line-height:1.7}.uni-meta{font-size:.66rem;color:var(--gold-deep);margin-top:.6rem}.form-grid,.links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:.85rem;gap:.85rem}.form-card,.link-card{position:relative;background:var(--warm-white);border:1px solid var(--border-soft);border-radius:12px;padding:1.1rem 1.2rem;cursor:pointer;transition:all .15s}.form-card:hover,.link-card:hover{border-color:var(--gold);box-shadow:0 6px 16px rgba(90,58,32,.08)}.form-icon,.link-icon{font-size:1.3rem;margin-bottom:.5rem}.form-name,.link-name{font-size:.87rem;font-weight:400}.form-desc,.link-desc{font-size:.72rem;color:var(--muted);margin-top:.25rem;line-height:1.5}.form-badge{position:absolute;top:.8rem;right:.9rem;font-size:.6rem;background:var(--gold);color:white;padding:.12rem .5rem;border-radius:999px}.faq-item{background:var(--warm-white);border:1px solid var(--border-soft);border-radius:10px;margin-bottom:.6rem;overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;font-size:.86rem;cursor:pointer;font-weight:400}.faq-arrow{color:var(--muted);font-size:.7rem;transition:transform .2s}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-a{display:none;padding:0 1.2rem 1rem;font-size:.82rem;color:var(--text2);line-height:1.8}.faq-item.open .faq-a{display:block}.tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.tab-btn{background:var(--warm-white);border:1px solid var(--border);border-radius:999px;font-size:.76rem;padding:.4rem 1rem;color:var(--text2);transition:all .15s}.tab-btn.active{background:var(--sidebar);border-color:var(--sidebar);color:white}.staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.85rem;gap:.85rem}.staff-card{background:var(--warm-white);border:1px solid var(--border-soft);border-radius:12px;padding:1.2rem 1rem;text-align:center}.staff-av{width:46px;height:46px;border-radius:50%;margin:0 auto .6rem;background:linear-gradient(135deg,var(--gold-deep),var(--gold));color:white;font-size:1rem;display:flex;align-items:center;justify-content:center}.staff-name{font-size:.86rem;font-weight:400}.staff-dept{font-size:.7rem;color:var(--muted);margin-top:.15rem}.staff-ext{font-size:.72rem;color:var(--gold-deep);margin-top:.3rem}.search-wrap{margin-bottom:1.5rem;max-width:420px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:500;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:1rem}.modal{background:var(--warm-white);border-radius:16px;width:680px;max-width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(44,34,24,.25)}.modal.wide{width:860px}.modal-head{padding:1.1rem 1.5rem;border-bottom:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--sidebar-deep),var(--blue-mid))}.modal-title{font-family:var(--serif);font-size:1.1rem;color:white}.modal-meta{font-size:.66rem;color:rgba(255,255,255,.5);margin-top:.15rem}.modal-close{color:rgba(255,255,255,.6);font-size:1.1rem;cursor:pointer;padding:.2rem .4rem}.modal-close:hover{color:white}.modal-body{padding:1.5rem 1.75rem;overflow-y:auto}.modal-foot{padding:.85rem 1.5rem;border-top:1px solid var(--border-soft);display:flex;justify-content:flex-end;gap:.6rem;background:#faf7f1}.adm{display:flex;min-height:100vh;background:#f2eee6}.adm-sidebar{width:218px;background:var(--sidebar-deep);color:rgba(255,255,255,.8);display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:40;overflow-y:auto}.adm-main{flex:1 1;margin-left:218px;padding:1.5rem 1.75rem 3rem;min-width:0}.adm-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem}.adm-title{font-family:var(--serif);font-size:1.3rem;color:var(--sidebar);font-weight:600}.adm-crumb{font-size:.7rem;color:var(--muted);margin-top:.2rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:.9rem;gap:.9rem;margin-bottom:1.25rem}.stat-card{gap:.8rem;background:var(--warm-white);border:1px solid var(--border-soft);border-radius:12px;padding:1rem 1.2rem}.stat-card,.stat-icon{display:flex;align-items:center}.stat-icon{width:40px;height:40px;border-radius:10px;justify-content:center;font-size:1.1rem}.stat-num{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--sidebar)}.stat-label{font-size:.68rem;color:var(--muted)}.adm-table{width:100%;border-collapse:collapse;font-size:.8rem}.adm-table th{text-align:left;padding:.6rem .8rem;font-size:.68rem;color:var(--muted);font-weight:400;border-bottom:1px solid var(--border);white-space:nowrap}.adm-table td{padding:.65rem .8rem;border-bottom:1px solid var(--border-soft);vertical-align:middle}.adm-table tr:hover td{background:#faf7f1}.row-actions{display:flex;gap:.4rem;justify-content:flex-end}.mini-btn{background:none;border:1px solid var(--border);border-radius:6px;font-size:.68rem;padding:.25rem .6rem;color:var(--text2)}.mini-btn:hover{border-color:var(--gold);color:var(--gold-deep)}.mini-btn.del{color:var(--red)}.mini-btn.del:hover{border-color:var(--red);background:#fce8e8}.badge{font-size:.62rem;padding:.15rem .5rem;border-radius:999px}.badge.amber{background:#fdf0e6;color:var(--gold-deep)}.badge.blue{background:#e8f0fb;color:var(--blue)}.badge.green{background:#e6f4ec;color:var(--green)}.badge.gray{background:#efece6;color:var(--muted)}.badge.red{background:#fce8e8;color:var(--red)}.activity-item{display:flex;gap:.7rem;padding:.6rem 0;border-bottom:1px solid var(--border-soft);align-items:flex-start}.activity-item:last-child{border-bottom:none}.act-text{font-size:.8rem}.act-time{font-size:.64rem;color:var(--muted);margin-top:.1rem}.editor-toolbar{display:flex;flex-wrap:wrap;gap:.15rem;padding:.5rem;border:1px solid var(--border);border-bottom:none;border-radius:10px 10px 0 0;background:#faf7f1;align-items:center}.tool-btn{background:none;border:none;border-radius:6px;min-width:30px;height:30px;font-size:.8rem;color:var(--text2);display:inline-flex;align-items:center;justify-content:center;padding:0 .45rem}.tool-btn:hover{background:#efe8da}.tool-btn.on{background:var(--gold);color:white}.tool-sep{width:1px;height:20px;background:var(--border);margin:0 .3rem}.editor-body{border:1px solid var(--border);border-radius:0 0 10px 10px;min-height:260px;max-height:50vh;overflow-y:auto;background:var(--warm-white)}.editor-body .tiptap{padding:1rem 1.2rem;min-height:260px;outline:none}.editor-body .tiptap table{width:100%;border-collapse:collapse}.editor-body .tiptap td,.editor-body .tiptap th{border:1px solid var(--border);padding:.4rem .6rem}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);background:var(--sidebar-deep);color:white;font-size:.8rem;padding:.7rem 1.4rem;border-radius:999px;z-index:900;box-shadow:0 8px 24px rgba(0,0,0,.25)}@media (max-width:900px){.adm-sidebar,.p-sidebar{transform:translateX(-100%)}.adm-sidebar.open,.p-sidebar.open{transform:translateX(0)}.adm-main,.p-main{margin-left:0;padding:1rem 1rem 3rem}.p-topbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;background:var(--sidebar);color:white;border-radius:12px;padding:.7rem 1rem}.p-burger{background:none;border:none;color:white;font-size:1.2rem}.grid-2,.grid-2-eq{grid-template-columns:1fr}.modal{max-height:92vh}}