:root{color:#20312d;background:#f4f7f5;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #20312d;--muted: #71807c;--line: #e1e9e5;--surface: #ffffff;--soft: #eef5f1;--primary: #237b69;--primary-dark: #185b4e;--accent: #f3a65a;--danger: #bf554f;--shadow: 0 14px 40px rgba(30, 72, 62, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:linear-gradient(150deg,#f7faf8,#edf4f0);-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh;padding-bottom:env(safe-area-inset-bottom)}.app-header,.app-main,.app-footer{width:min(1160px,calc(100% - 32px));margin:0 auto}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:calc(18px + env(safe-area-inset-top)) 0 18px}.brand-block,.header-actions,.welcome-actions,.toolbar-row,.date-navigation,.action-group{display:flex;align-items:center}.brand-block{gap:11px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--primary),#55a98f);font-size:20px;font-weight:800;box-shadow:0 8px 18px #237b6933}.brand-block h1,.welcome-card h2,.day-heading h2,.schedule-heading h2,.drawer-heading h2,.modal-heading h2{margin:0;color:var(--ink);letter-spacing:-.03em}.brand-block h1{font-size:20px}.eyebrow{margin:0 0 4px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.header-actions{gap:10px}.connection-status,.liff-badge{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.status-dot{width:7px;height:7px;border-radius:50%;background:#c5d0cc}.status-online{background:#49a782;box-shadow:0 0 0 4px #49a7821f}.app-main{padding-bottom:20px}.welcome-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:24px 26px;border:1px solid rgba(221,233,227,.9);border-radius:24px;background:linear-gradient(120deg,#fff,#f0f8f4);box-shadow:var(--shadow)}.welcome-card h2{font-size:clamp(21px,4vw,30px)}.supporting-text{margin:7px 0 0;color:var(--muted);font-size:14px}.welcome-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px}.liff-badge{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:#ffffffb3}.liff-badge span{color:#19a974}.calendar-toolbar{margin-bottom:12px;padding:14px 16px 0;border:1px solid var(--line);border-radius:20px;background:#ffffffe6;box-shadow:0 5px 20px #1e483e0a}.toolbar-row{justify-content:space-between;gap:12px}.date-navigation{gap:4px;min-width:0}.date-title{max-width:min(48vw,360px);overflow:hidden;border:0;color:var(--ink);background:transparent;font-size:16px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.view-tabs{display:flex;gap:3px;margin-top:12px;overflow-x:auto;scrollbar-width:none}.view-tabs::-webkit-scrollbar{display:none}.view-tab{flex:1 0 auto;min-width:76px;padding:11px 14px;border:0;border-bottom:3px solid transparent;color:var(--muted);background:transparent;font-size:13px;font-weight:700}.view-tab:hover,.view-tab-active{color:var(--primary)}.view-tab-active{border-bottom-color:var(--primary)}.button,.icon-button{border:1px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease}.button:active,.icon-button:active{transform:translateY(1px)}.button{min-height:40px;padding:9px 15px;border-radius:11px;font-size:13px;font-weight:800}.button-primary{color:#fff;background:var(--primary);box-shadow:0 5px 12px #237b692e}.button-primary:hover{background:var(--primary-dark)}.button-soft{border-color:#d8e8e1;color:var(--primary-dark);background:var(--soft)}.button-soft:hover{background:#e1f0e9}.button-quiet{border-color:var(--line);color:var(--muted);background:#fff}.button-danger-ghost{border-color:#f0cfcd;color:var(--danger);background:#fff}.icon-button{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;border-color:var(--line);color:var(--muted);background:#fff;font-size:21px;line-height:1}.icon-button:hover{border-color:#c9ddd5;color:var(--primary);background:var(--soft)}.alert{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0;padding:11px 14px;border-radius:12px;font-size:13px}.alert-error{border:1px solid #f0d4d2;color:#984b47;background:#fff5f4}.alert-success{border:1px solid #cfe9dd;color:#276d59;background:#f0fbf5}.alert-close{border:0;color:inherit;background:transparent;font-size:19px}.calendar-workspace{min-height:520px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.loading-state{display:grid;place-items:center;gap:12px;min-height:520px;color:var(--muted);font-size:14px}.loading-spinner{width:26px;height:26px;border:3px solid #d9e8e1;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.calendar-panel{min-height:520px;background:#fff}.weekday-row,.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.weekday-row{border-bottom:1px solid var(--line);background:#fbfdfc}.weekday-row div{padding:12px 4px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.weekday-row .weekend{color:#a36f56}.month-cell{position:relative;min-height:102px;overflow:hidden;padding:9px 7px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink);background:#fff;text-align:left;vertical-align:top}.month-cell:nth-child(7n){border-right:0}.month-cell:hover{background:#f5faf7}.month-cell:focus-visible,.week-day-heading:focus-visible,.event-chip:focus-visible,.event-card:focus-visible{position:relative;z-index:2;outline:3px solid rgba(35,123,105,.22);outline-offset:-2px}.outside-month{color:#aebbb7;background:#fbfcfc}.today-cell{background:#f0f8f4}.day-number{display:inline-grid;place-items:center;width:27px;height:27px;margin-bottom:5px;border-radius:50%;font-size:13px;font-weight:800}.today-cell .day-number{color:#fff;background:var(--primary)}.cell-events,.week-events{display:grid;gap:4px}.event-chip{display:flex;align-items:center;gap:5px;min-width:0;width:100%;padding:5px 6px;overflow:hidden;border:1px solid #d5e9e0;border-radius:7px;color:#286653;background:#edf8f2;font-size:11px;text-align:left}.event-chip:hover{border-color:#aad7c6;background:#e3f3eb}.event-chip-compact{padding:4px 5px}.event-dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:var(--accent)}.event-chip-title{min-width:0;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.event-chip-time{flex:0 0 auto;margin-left:auto;color:#799087;font-size:10px}.more-events{padding:2px 5px;color:var(--muted);font-size:10px}.week-scroll{height:100%;overflow-x:auto}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(145px,1fr));min-width:1015px}.week-column{min-height:520px;border-right:1px solid var(--line)}.week-column:last-child{border-right:0}.today-column{background:#f8fcfa}.week-day-heading{display:grid;place-items:center;gap:3px;width:100%;padding:16px 8px;border:0;border-bottom:1px solid var(--line);color:var(--muted);background:transparent}.week-day-heading strong{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--ink);font-size:18px}.today-column .week-day-heading strong{color:#fff;background:var(--primary)}.week-events{padding:10px}.week-add-hint{padding:10px;border:1px dashed #d4e3dc;border-radius:8px;color:#91a49d;background:transparent;font-size:12px}.day-panel,.schedule-panel{padding:24px}.day-heading,.schedule-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.day-heading h2,.schedule-heading h2{font-size:24px}.day-event-list,.schedule-groups{display:grid;gap:10px}.event-card{display:flex;align-items:flex-start;gap:14px;width:100%;padding:15px;border:1px solid var(--line);border-radius:14px;color:var(--ink);background:#fff;text-align:left}.event-card:hover{border-color:#b9d9cd;background:#fbfefc;box-shadow:0 8px 18px #1e483e0f}.event-card-time{display:grid;flex:0 0 70px;gap:3px;color:var(--primary);font-size:12px}.event-card-time strong{font-size:16px}.event-card-time span{color:var(--muted);font-size:11px}.event-card-content{min-width:0;flex:1}.event-card-content h3{margin:0 0 5px;font-size:15px}.event-card-content p{margin:3px 0;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.event-card-content .event-note{white-space:pre-wrap}.reminder-mark{flex:0 0 auto;color:var(--accent);font-size:18px}.schedule-group{display:grid;gap:9px}.schedule-group h3{margin:10px 0 2px;color:var(--primary-dark);font-size:14px}.empty-state{display:grid;place-items:center;min-height:300px;padding:36px;color:var(--muted);text-align:center}.empty-state p{margin:12px 0 4px;color:var(--ink);font-weight:800}.empty-state small{font-size:12px}.empty-icon{color:#8cbca9;font-size:34px}.app-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 4px 20px;color:var(--muted);font-size:11px}.modal-backdrop,.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:16px;background:#192f2a59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(100%,560px);max-height:min(740px,calc(100vh - 32px));overflow-y:auto;padding:24px;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:#fff;box-shadow:0 25px 70px #122d2738}.compact-modal{width:min(100%,450px)}.modal-heading,.drawer-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.modal-heading h2,.drawer-heading h2{font-size:22px}.field-label{display:block;margin:16px 0 7px;color:var(--ink);font-size:13px;font-weight:800}.text-input{display:block;width:100%;min-height:43px;padding:10px 12px;border:1px solid #d8e4df;border-radius:10px;color:var(--ink);background:#fbfdfc;outline:0}.text-input:focus{border-color:#74b7a1;box-shadow:0 0 0 4px #237b691a}.text-area{min-height:92px;resize:vertical}.form-grid{display:grid;gap:12px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.check-row,.setting-row{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:13px}.check-row{margin:15px 0}.check-row input,.setting-row input{accent-color:var(--primary)}.muted,.field-help{color:var(--muted);font-size:12px}.field-help{margin:8px 0 0}.reminder-box{margin-top:16px;padding:11px 12px;border:1px solid #dcece5;border-radius:12px;background:#f7fbf9}.reminder-box .check-row{margin:0}.reminder-select{display:flex;align-items:center;gap:8px;margin-top:9px;padding-left:24px;color:var(--muted);font-size:12px}.reminder-select select{padding:6px 8px;border:1px solid var(--line);border-radius:7px;color:var(--ink);background:#fff}.form-error{margin:14px 0 0;color:var(--danger);font-size:13px}.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px}.action-group{justify-content:flex-end;gap:8px}.drawer-backdrop{justify-content:flex-end;padding:0}.settings-drawer{width:min(100%,400px);height:100%;overflow-y:auto;padding:calc(24px + env(safe-area-inset-top)) 24px 28px;background:#fff;box-shadow:-16px 0 40px #122d2721}.setting-row{align-items:flex-start;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line)}.setting-row span{display:grid;gap:5px}.setting-row small{color:var(--muted);font-size:12px;line-height:1.5}.setting-row input{width:20px;height:20px}.setting-note{margin-top:14px;padding:14px;border-radius:12px;background:var(--soft)}.setting-note strong{font-size:13px}.setting-note p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.6}@media(max-width:680px){.app-header,.app-main,.app-footer{width:min(100% - 20px,1160px)}.app-header{padding-top:calc(12px + env(safe-area-inset-top))}.connection-status{display:none}.welcome-card{align-items:flex-start;flex-direction:column;gap:14px;padding:19px;border-radius:18px}.welcome-actions{justify-content:space-between;width:100%}.calendar-toolbar{padding:12px 10px 0;border-radius:16px}.toolbar-row{align-items:stretch}.add-event-button{padding-inline:11px}.date-title{max-width:48vw;font-size:14px}.calendar-workspace{min-height:460px;border-radius:16px}.calendar-panel{min-height:460px}.month-cell{min-height:78px;padding:6px 3px}.day-number{width:23px;height:23px;font-size:12px}.event-chip{gap:3px;padding:3px;font-size:9px}.event-chip-time{display:none}.more-events{padding:2px 3px;font-size:9px}.day-panel,.schedule-panel{padding:18px 14px}.day-heading,.schedule-heading{align-items:flex-start;flex-direction:column;margin-bottom:17px}.day-heading h2,.schedule-heading h2{font-size:20px}.day-heading .button,.schedule-heading .button{width:100%}.modal-card{padding:19px;border-radius:18px}.two-columns{grid-template-columns:1fr;gap:0}.modal-actions{align-items:stretch;flex-direction:column-reverse}.action-group{width:100%}.action-group .button{flex:1}.modal-actions>.button-danger-ghost{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
