:root{--primary:#287a62;--primary-dark:#1e5d4b;--accent:#f2b84b;--bg:#f5f7f6;--surface:#fff;--text:#26332f;--muted:#61706b;--border:#d8e0dc;--danger:#a52f2f;--radius:14px;--shadow:0 12px 35px rgba(20,55,44,.09)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;line-height:1.6}a{color:var(--primary-dark)}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem max(1rem,calc((100% - 1120px)/2));background:var(--surface);border-bottom:1px solid var(--border)}.site-header nav{display:flex;gap:1rem;align-items:center}.brand{color:var(--primary-dark);font-size:1.25rem;font-weight:800;text-decoration:none}.container{width:min(1120px,calc(100% - 2rem));margin:auto}.hero{padding:4.5rem 0 2.5rem}.hero h1{font-size:clamp(2.25rem,8vw,4.5rem);line-height:1.08;margin:.25rem 0}.eyebrow{color:var(--primary);font-weight:700;letter-spacing:.12em}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;padding-bottom:4rem}.module-card,.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.4rem}.module-card{display:flex;flex-direction:column;min-height:220px}.module-card p{color:var(--muted);flex:1}.button{display:inline-block;border:0;border-radius:10px;background:var(--primary);color:#fff;padding:.75rem 1rem;font:inherit;font-weight:700;text-align:center;text-decoration:none;cursor:pointer}.button:hover,.button:focus{background:var(--primary-dark)}.notice{padding:1rem;border-radius:10px;background:#fff8df;border:1px solid #e4ca6d}.notice.error{color:var(--danger);background:#fff0f0;border-color:#e7b3b3}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-card{width:min(430px,100%);display:grid;gap:.65rem}.login-card h1{margin:.5rem 0}.login-card input{width:100%;border:1px solid var(--border);border-radius:9px;padding:.75rem;font:inherit}.login-card input:focus{outline:3px solid rgba(40,122,98,.2);border-color:var(--primary)}
@media (min-width:700px){.site-header{padding-top:1.2rem;padding-bottom:1.2rem}.module-card{padding:1.75rem}}
.module-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.module-card-heading h3{margin-top:0}.module-state{flex:none;padding:.2rem .55rem;border-radius:99px;background:#e1e5e3;color:#67716d;font-size:.75rem;font-weight:700}.module-card-disabled{background:#ecefed;border-color:#d7dcda;box-shadow:none;color:#7b8581;filter:grayscale(1)}.module-card-disabled p{color:#8b9490}.button-disabled{background:#b9c0bd;color:#f5f6f5;cursor:not-allowed;user-select:none}.button-disabled:hover{background:#b9c0bd}.module-category{margin:1.5rem 0 2.6rem}.module-category-heading{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.module-category-heading h3{margin:0;font-size:1.55rem}.module-category-heading p{margin:.15rem 0 0;color:var(--muted)}.category-mark{display:grid;place-items:center;flex:none;width:48px;height:48px;border-radius:14px;background:#dff3ea;color:var(--primary-dark);font-size:1.35rem;font-weight:900}.module-category:nth-of-type(3) .category-mark{background:#fff0c9;color:#8b6415}.module-category .module-grid{padding-bottom:0}@media(max-width:560px){.module-category-heading{align-items:flex-start}.module-category-heading h3{font-size:1.35rem}.category-mark{width:42px;height:42px}}.category-creative{padding:1.4rem;border:1px solid #dfbe68;border-radius:20px;background:linear-gradient(135deg,#fff9df,#f8ecc2)}.category-creative .category-mark{background:#ad7f1c;color:#fff9e2}.category-creative .module-category-heading p{color:#78602b}.category-creative .module-card:not(.module-card-disabled){border-color:#d6b65d;box-shadow:0 12px 30px rgba(137,105,30,.10)}.category-creative .module-card:not(.module-card-disabled) .button{background:#ad7f1c}.category-creative .module-card:not(.module-card-disabled) .button:hover,.category-creative .module-card:not(.module-card-disabled) .button:focus{background:#8c6410}.category-documents{padding:1.4rem;border:1px solid #cfe1da;border-radius:20px;background:#f0f8f5}@media(max-width:560px){.module-category{padding:1rem}.category-creative{background:linear-gradient(145deg,#fff9df,#f7eabb)}}
.category-content{padding:1.4rem;border:1px solid #e2a9a9;border-radius:20px;background:linear-gradient(135deg,#fff3f1,#f8dddd)}.category-content .category-mark{background:#a6333d;color:#fff}.category-content .module-category-heading p{color:#7d4549}.category-content .module-card:not(.module-card-disabled){border-color:#dda3a5;box-shadow:0 12px 30px rgba(145,45,55,.10)}.category-content .module-card:not(.module-card-disabled) .button{background:#a6333d}.category-content .module-card:not(.module-card-disabled) .button:hover,.category-content .module-card:not(.module-card-disabled) .button:focus{background:#84232d}@media(max-width:560px){.category-content{background:linear-gradient(145deg,#fff3f1,#f6d8d8)}}

.reset-form{display:grid;gap:.65rem}.reset-form p{margin:.3rem 0 .6rem}

.login-card textarea{width:100%;padding:.7rem;border:1px solid var(--border);border-radius:8px;font:inherit;resize:vertical}
