*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1b0f5e;--lavender:#9b8ec8;--mint:#4cd6b0;--yellow:#f5d225;--gray-bg:#f2f2f7;--gray-text:#8e8e93;--red:#ff3b30;--blue:#007aff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--navy);background:#fff;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;overflow-x:hidden}#root{min-height:100dvh}.dashboard{max-width:600px;min-height:100dvh;margin:0 auto;padding:24px 24px 100px;position:relative}.dash-header{justify-content:space-between;align-items:center;margin-bottom:28px;padding-top:24px;display:flex}.dash-greeting h1{color:var(--navy);letter-spacing:-.3px;margin:0;font-size:22px;font-weight:700}.dash-greeting p{color:#1b0f5e80;margin:0;font-size:14px;font-weight:400}.profile-btn{cursor:pointer;background:#9b8ec826;border:1.5px solid #9b8ec866;border-radius:50%;flex-shrink:0;width:44px;height:44px;padding:0;transition:border-color .15s;position:relative;overflow:hidden}.profile-btn:hover{border-color:var(--lavender)}.profile-btn img{object-fit:cover;width:100%;height:100%;display:block}.profile-fallback{width:100%;height:100%;color:var(--navy);justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.profile-wrapper{flex-shrink:0;position:relative}.menu-backdrop{z-index:60;position:fixed;inset:0}.profile-menu{-webkit-backdrop-filter:blur(60px)saturate(1.8);z-index:70;background:#3c3c3cd9;border:.5px solid #ffffff1f;border-radius:16px;min-width:160px;padding:6px;animation:.15s cubic-bezier(.2,.9,.3,1) dropIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes dropIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-menu-item{color:#ff453a;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:background .1s;display:flex}.profile-menu-item:hover{background:#ffffff1a}.profile-menu-item svg{width:18px;height:18px}.confirm-btn-signout{color:#fff;cursor:pointer;background:#ff453a;border:none;border-radius:100px;justify-content:center;align-items:center;width:100%;height:48px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .15s;display:flex}.confirm-btn-signout:hover{opacity:.9}.widget-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.glass-card{aspect-ratio:1;border-radius:28px;position:relative}.schedule-card{aspect-ratio:1;grid-column:1/-1}.schedule-card-inner{overflow:hidden}.glass-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);border-radius:28px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glass-card:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#ffffff80,#0000);border-radius:28px 28px 0 0;height:1px;position:absolute;top:0;left:10%;right:10%}.glass-card-inner{-webkit-backdrop-filter:blur(30px);background:#f5f5f7a6;border:1px solid #1b0f5e14;border-radius:28px;flex-direction:column;width:100%;height:100%;padding:16px;display:flex}.card-top{flex-direction:column;gap:6px;display:flex}.card-icon{width:32px;height:32px;color:var(--navy)}.card-label{color:#1b0f5e66;font-size:11px;font-weight:500}.card-bottom{flex-direction:column;margin-top:auto;display:flex}.card-date{color:#1b0f5e99;font-size:11px;font-weight:400}.card-time{color:var(--navy);letter-spacing:-.3px;font-size:22px;font-weight:600;line-height:1.2}.map-card-inner{border:1px solid #1b0f5e14;border-radius:28px;width:100%;height:100%;min-height:150px;position:relative;overflow:hidden}.map-div{width:100%;height:100%;position:absolute;inset:0}.card-empty{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.card-icon-empty{color:#1b0f5e40;width:40px;height:40px}.card-empty-label{color:#1b0f5e4d;font-size:12px;font-weight:500}.schedule-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.schedule-month{color:var(--navy);font-size:16px;font-weight:600}.schedule-arrow{cursor:pointer;background:#1b0f5e0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s;display:flex}.schedule-arrow:hover{background:#1b0f5e1a}.schedule-arrow svg{color:#1b0f5e80;width:16px;height:16px}.schedule-list{flex:1;min-height:0;overflow-y:auto}.schedule-empty{justify-content:center;align-items:center;height:100%;display:flex}.schedule-empty-text{color:#1b0f5e59;font-size:13px;font-weight:400}.schedule-event-row{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;padding:0 0 10px;font-family:inherit;transition:opacity .1s;display:flex}.schedule-event-row:hover{opacity:.7}.schedule-event-info{flex-direction:column;flex:1;min-width:0;display:flex}.schedule-event-title{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.schedule-event-date{color:#1b0f5ed9;font-size:13px;font-weight:400}.schedule-event-chevron{color:#1b0f5e40;flex-shrink:0;width:20px;height:20px}.floating-bar{pointer-events:none;z-index:50;align-items:center;max-width:600px;margin:0 auto;padding:0 20px 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.floating-bar>*{pointer-events:all}.bar-spacer{flex:1}.bar-btn-circle{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff59;border:.5px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;padding:0;transition:background .15s,transform .1s;display:flex;position:relative;overflow:hidden}.bar-btn-circle:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);position:absolute;inset:0}.bar-btn-circle:hover{background:#ffffff80}.bar-btn-circle:active{transform:scale(.95)}.bar-btn-circle svg{color:#000;z-index:1;width:24px;height:24px;position:relative}.bar-btn-punch{background:var(--mint);cursor:pointer;border:none;border-radius:22px;flex-shrink:0;align-items:center;gap:8px;height:58px;padding:0 24px;transition:opacity .15s,transform .1s;display:flex;position:relative;overflow:hidden}.bar-btn-punch:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.bar-btn-punch:hover{opacity:.9}.bar-btn-punch:active{transform:scale(.98)}.bar-btn-punch svg{color:#000;z-index:1;width:22px;height:22px;position:relative}.punch-btn-time{color:#000;letter-spacing:-.3px;z-index:1;white-space:nowrap;font-size:16px;font-weight:700;position:relative}.confirm-card{-webkit-backdrop-filter:blur(60px)saturate(1.8);background:#3c3c3cd9;border:.5px solid #ffffff1f;border-radius:24px;padding:24px 20px 20px}.confirm-title{color:#fff;text-align:left;margin-bottom:6px;font-size:17px;font-weight:700}.confirm-message{color:#ffffff8c;text-align:left;margin-bottom:20px;font-size:14px;line-height:1.4}.confirm-actions{flex-direction:column;gap:8px;display:flex}.confirm-btn-record{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;width:100%;height:48px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .15s;display:flex}.confirm-btn-record:hover{opacity:.9}.confirm-btn-record:disabled{opacity:.6;cursor:not-allowed}.confirm-btn-cancel{color:#ffffffd9;cursor:pointer;background:#ffffff1f;border:none;border-radius:100px;width:100%;height:48px;font-family:inherit;font-size:16px;font-weight:500;transition:background .15s;display:block}.confirm-btn-cancel:hover{background:#ffffff2e}.confirm-btn-cancel:disabled{opacity:.5;cursor:not-allowed}@media (width<=380px){.dashboard{padding:16px 16px 90px}.dash-header{margin-bottom:20px;padding-top:16px}.dash-greeting h1{font-size:18px}.dash-greeting p{font-size:13px}.profile-btn{width:38px;height:38px}.widget-grid{gap:8px}.glass-card,.glass-card:before{border-radius:20px}.glass-card:after{border-radius:20px 20px 0 0}.glass-card-inner{border-radius:20px;padding:12px}.map-card-inner{border-radius:20px}.card-icon{width:26px;height:26px}.card-time{font-size:18px}.card-label,.card-date{font-size:10px}.floating-bar{padding:0 16px 16px}.bar-btn-circle{width:50px;height:50px}.bar-btn-circle svg{width:20px;height:20px}.bar-btn-punch{border-radius:18px;gap:6px;height:50px;padding:0 18px}.bar-btn-punch svg{width:18px;height:18px}.punch-btn-time,.schedule-month{font-size:14px}.schedule-arrow{width:28px;height:28px}.schedule-arrow svg{width:14px;height:14px}.schedule-event-title{font-size:13px}.schedule-event-date{font-size:12px}}@media (width>=768px){.dashboard{padding:32px 32px 110px}.dash-header{margin-bottom:36px;padding-top:32px}.dash-greeting h1{font-size:26px}.floating-bar{padding:0 32px 28px}}@supports (padding-bottom:env(safe-area-inset-bottom)){.floating-bar{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.dashboard{padding-bottom:calc(100px + env(safe-area-inset-bottom))}@media (width<=380px){.floating-bar{padding-bottom:calc(16px + env(safe-area-inset-bottom))}.dashboard{padding-bottom:calc(90px + env(safe-area-inset-bottom))}}}.report-page{background:#fff;flex-direction:column;max-width:600px;min-height:100dvh;margin:0 auto;display:flex}.report-header{align-items:center;gap:12px;padding:24px 20px 16px;display:flex}.report-back-btn{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff59;border:.5px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;padding:0;transition:background .15s,transform .1s;display:flex;position:relative;overflow:hidden}.report-back-btn:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);position:absolute;inset:0}.report-back-btn:active{transform:scale(.95)}.report-back-btn svg{width:24px;height:24px;color:var(--navy);z-index:1;position:relative}.report-header-title{text-align:center;color:var(--navy);flex:1;font-size:17px;font-weight:600}.report-header-spacer{flex-shrink:0;width:58px}.report-body{flex-direction:column;flex:1;gap:16px;padding:0 24px 24px;display:flex}.report-timestamp{flex-direction:column;padding-top:4px;display:flex}.report-date{color:#1b0f5e80;font-size:13px;font-weight:400}.report-time{color:var(--navy);letter-spacing:-.3px;font-size:28px;font-weight:600}.school-selector{cursor:pointer;text-align:left;background:#1b0f5e0a;border:1px solid #1b0f5e14;border-radius:20px;align-items:center;width:100%;padding:16px 20px;font-family:inherit;transition:background .15s;display:flex;position:relative;overflow:hidden}.school-selector:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.school-selector:hover{background:#1b0f5e0f}.school-selector-content{flex-direction:column;flex:1;gap:4px;display:flex}.school-selector-label{letter-spacing:.8px;color:#1b0f5e73;font-size:11px;font-weight:600}.school-selector-value{color:var(--navy);font-size:16px;font-weight:500}.school-selector-value.placeholder{color:#1b0f5e66;font-weight:400}.school-selector-chevron{color:#1b0f5e4d;flex-shrink:0;width:22px;height:22px}.report-textarea-card{background:#1b0f5e0a;border:1px solid #1b0f5e14;border-radius:20px;flex-direction:column;flex:1;min-height:200px;padding:12px 20px 0;display:flex;position:relative;overflow:hidden}.report-textarea-card:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.report-textarea-label{letter-spacing:.8px;color:#1b0f5e73;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.report-textarea{width:100%;color:var(--navy);resize:none;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:15px;font-weight:400;line-height:1.5}.report-textarea::placeholder{color:#1b0f5e4d}.report-submit-btn{background:var(--mint);color:#000;cursor:pointer;border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:54px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .15s,transform .1s;display:flex;position:relative;overflow:hidden}.report-submit-btn:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.report-submit-btn:hover{opacity:.9}.report-submit-btn:active{transform:scale(.98)}.report-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.picker-overlay{z-index:100;background:#0000004d;justify-content:center;align-items:flex-end;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes pickerSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.picker-sheet{width:100%;max-width:600px;padding-bottom:env(safe-area-inset-bottom,16px);background:#fff;border-radius:24px 24px 0 0;animation:.25s cubic-bezier(.2,.9,.3,1) pickerSlide}.picker-handle{background:#1b0f5e1f;border-radius:2px;width:36px;height:4px;margin:12px auto 20px}.picker-title{color:var(--navy);text-align:center;margin-bottom:8px;font-size:17px;font-weight:600}.picker-option{width:100%;color:var(--navy);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 28px;font-family:inherit;font-size:16px;font-weight:400;transition:background .1s;display:flex}.picker-option:hover{background:#1b0f5e0a}.picker-option.selected{font-weight:600}.picker-option svg{width:22px;height:22px;color:var(--navy)}@media (width<=380px){.report-header{padding:16px 16px 12px}.report-back-btn{width:48px;height:48px}.report-back-btn svg{width:20px;height:20px}.report-header-spacer{width:48px}.report-header-title{font-size:16px}.report-body{gap:12px;padding:0 16px 16px}.report-time{font-size:24px}.report-date{font-size:12px}.school-selector{border-radius:16px;padding:14px 16px}.report-textarea-card{border-radius:16px;min-height:160px;padding:10px 16px 0}.report-submit-btn{height:48px;font-size:15px}}@media (width>=768px){.report-header{padding:32px 32px 24px}.report-body{padding:0 32px 32px}}@supports (padding-bottom:env(safe-area-inset-bottom)){.report-page{padding-bottom:env(safe-area-inset-bottom)}}.timecard-page{background:#fff;flex-direction:column;max-width:600px;min-height:100dvh;margin:0 auto;display:flex}.tc-header{flex-shrink:0;align-items:center;gap:12px;padding:24px 20px 16px;display:flex}.tc-header-title{text-align:center;color:var(--navy);flex:1;font-size:17px;font-weight:600}.tc-toggles{flex-shrink:0;gap:6px;display:flex}.tc-toggle{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff59;border:.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .15s;display:flex;position:relative;overflow:hidden}.tc-toggle:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);position:absolute;inset:0}.tc-toggle svg{color:#1b0f5e4d;z-index:1;width:20px;height:20px;position:relative}.tc-toggle.active{background:#1b0f5e1f}.tc-toggle.active svg{color:var(--navy)}.tc-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.tc-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.tc-empty-icon{color:#1b0f5e33;width:48px;height:48px}.tc-empty-label{color:#1b0f5e59;font-size:15px;font-weight:500}.tc-list{flex:1;padding-bottom:40px;overflow-y:auto}.tc-day-header{justify-content:space-between;align-items:center;padding:18px 24px 8px;display:flex}.tc-day-date{color:var(--navy);font-size:13px;font-weight:600}.tc-day-summary{font-size:13px;font-weight:600}.tc-entry-row{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #1b0f5e0a;align-items:center;width:100%;padding:12px 24px;font-family:inherit;transition:background .1s;display:flex}.tc-entry-row:hover{background:#1b0f5e08}.tc-entry-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.tc-entry-time{color:#1b0f5eb3;text-align:left;flex:1;margin-left:12px;font-size:14px;font-weight:400}.tc-entry-chevron{color:#1b0f5e33;flex-shrink:0;width:20px;height:20px}.tc-day-divider{background:#1b0f5e14;height:1px;margin:0 24px}.tc-map-wrapper{flex-direction:column;flex:1;display:flex;position:relative}.tc-map-full{flex:1;width:100%}.tc-map-empty{color:#1b0f5e33;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.tc-map-empty svg{width:48px;height:48px}.tc-map-empty span{color:#1b0f5e59;font-size:15px;font-weight:500}.tc-map-sheet{padding:20px 28px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:10;background:#fff;border-radius:28px 28px 0 0;animation:.2s sheetUp;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000f}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.tc-map-sheet-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.tc-map-sheet-info{flex:1}.tc-map-sheet-time{color:var(--navy);margin-top:4px;font-size:34px;font-weight:600;line-height:1.1}.tc-map-close-btn{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff59;border:.5px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;position:relative;overflow:hidden}.tc-map-close-btn:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);position:absolute;inset:0}.tc-map-close-btn svg{width:20px;height:20px;color:var(--navy);z-index:1;position:relative}.punch-detail{background:#fff;flex-direction:column;max-width:600px;min-height:100dvh;margin:0 auto;display:flex}.detail-map-area{flex:3;min-height:250px;position:relative}.detail-map{width:100%;height:100%}.detail-map-empty{background:#1b0f5e0a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.detail-map-empty svg{color:#1b0f5e33;width:48px;height:48px}.detail-back-btn{-webkit-backdrop-filter:blur(20px);cursor:pointer;z-index:5;background:#ffffff59;border:.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding:0;display:flex;position:absolute;top:24px;left:16px;overflow:hidden}.detail-back-btn:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);position:absolute;inset:0}.detail-back-btn:active{transform:scale(.95)}.detail-back-btn svg{width:24px;height:24px;color:var(--navy);z-index:1;position:relative}.detail-info{z-index:2;background:#fff;border-radius:28px 28px 0 0;margin-top:-28px;padding:32px 28px 20px;position:relative;box-shadow:0 -4px 20px #0000000f}.detail-date-row{align-items:center;gap:10px;display:flex}.detail-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.detail-date{color:#1b0f5e80;font-size:15px;font-weight:500}.detail-time{color:var(--navy);margin-top:8px;font-size:34px;font-weight:600}.detail-divider{background:#1b0f5e14;height:1px;margin:16px 0 12px}.detail-location-row{align-items:center;gap:8px;display:flex}.detail-location-row svg{color:#1b0f5e66;flex-shrink:0;width:18px;height:18px}.detail-location-row span{color:#1b0f5e73;font-size:13px;font-weight:400}@media (width<=380px){.tc-header{gap:8px;padding:16px 16px 12px}.tc-header-title{font-size:16px}.tc-toggle{width:38px;height:38px}.tc-toggle svg{width:18px;height:18px}.tc-day-header{padding:14px 16px 6px}.tc-entry-row{padding:10px 16px}.tc-day-divider{margin:0 16px}.detail-info{padding:24px 20px 16px}.detail-time{font-size:28px}.tc-map-sheet{padding:16px 20px}.tc-map-sheet-time{font-size:28px}.detail-back-btn{width:48px;height:48px;top:16px;left:12px}.detail-back-btn svg{width:20px;height:20px}}@media (width>=768px){.tc-header{padding:32px 32px 24px}.tc-day-header{padding:18px 32px 8px}.tc-entry-row{padding:12px 32px}.tc-day-divider{margin:0 32px}}@supports (padding-top:env(safe-area-inset-top)){.detail-back-btn{top:calc(16px + env(safe-area-inset-top))}}.event-detail{background:#fff;max-width:600px;min-height:100dvh;margin:0 auto;position:relative;overflow:hidden}.ed-accent{pointer-events:none;background:radial-gradient(circle,#4cd6b026 0%,#4cd6b000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-40px}.ed-top-bar{z-index:2;padding:24px 16px 16px;position:relative}.ed-back-btn{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff59;border:.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding:0;transition:transform .1s;display:flex;position:relative;overflow:hidden}.ed-back-btn:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff80 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);position:absolute;inset:0}.ed-back-btn:active{transform:scale(.95)}.ed-back-btn svg{width:24px;height:24px;color:var(--navy);z-index:1;position:relative}.ed-content{z-index:2;padding:8px 24px 40px;position:relative}.ed-title{color:var(--navy);margin:0 0 24px;font-size:28px;font-weight:700;line-height:1.2}.ed-info-rows{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.ed-info-card{-webkit-backdrop-filter:blur(30px);background:#f5f5f7a6;border:1px solid #1b0f5e14;border-radius:16px;align-items:center;gap:14px;padding:16px;display:flex;position:relative}.ed-info-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);border-radius:16px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ed-info-icon-box{background:#1b0f5e0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ed-info-icon-box svg{color:#1b0f5e80;width:20px;height:20px}.ed-info-text{flex-direction:column;gap:2px;display:flex}.ed-info-label{color:#1b0f5e59;letter-spacing:.8px;font-size:10px;font-weight:600}.ed-info-value{color:var(--navy);font-size:15px;font-weight:500}.ed-description-section{flex-direction:column;gap:8px;display:flex}.ed-description-label{color:#1b0f5e59;letter-spacing:1px;font-size:11px;font-weight:600}.ed-description-card{-webkit-backdrop-filter:blur(30px);background:#f5f5f7a6;border:1px solid #1b0f5e14;border-radius:20px;padding:20px;position:relative}.ed-description-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffffb3 0%,#ffffff14 40%,#fff0 60%,#ffffff26 100%);border-radius:20px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ed-description-text{color:#1b0f5eb3;margin:0;font-size:15px;font-weight:400;line-height:1.5}@media (width<=380px){.ed-top-bar{padding:16px 12px 12px}.ed-back-btn{width:48px;height:48px}.ed-back-btn svg{width:20px;height:20px}.ed-content{padding:8px 16px 32px}.ed-title{font-size:24px}.ed-info-value{font-size:14px}}@media (width>=768px){.ed-top-bar{padding:32px 32px 24px}.ed-content{padding:8px 32px 40px}}@supports (padding-top:env(safe-area-inset-top)){.ed-top-bar{padding-top:calc(16px + env(safe-area-inset-top))}}.login-container{flex-direction:column;justify-content:center;align-items:center;gap:32px;min-height:100dvh;padding:40px;display:flex}.login-logo{border-radius:20px;width:80px;height:80px;overflow:hidden}.login-logo img{object-fit:cover;width:100%;height:100%}.login-header{text-align:center}.login-header h1{letter-spacing:-.5px;color:var(--navy);margin-bottom:8px;font-size:28px;font-weight:700}.login-header p{color:var(--gray-text);font-size:15px;line-height:1.4}.login-btn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:26px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:320px;height:52px;font-family:inherit;font-size:16px;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.login-btn:hover{opacity:.9}.login-btn:active{transform:scale(.98)}.login-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-btn svg{width:20px;height:20px}.spinner{border:3px solid #0000;border-top-color:var(--navy);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-sheet{width:100%;max-width:320px;animation:.25s cubic-bezier(.2,.9,.3,1) scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-card{-webkit-backdrop-filter:blur(60px)saturate(1.8);background:#3c3c3c8c;border:.5px solid #ffffff1f;border-radius:24px;padding:24px 20px 20px}.modal-card .modal-title{color:#fff;text-align:left;margin-bottom:6px;font-size:17px;font-weight:700}.modal-card .modal-message{color:#ffffff8c;text-align:left;margin-bottom:20px;font-size:14px;line-height:1.4}.modal-card .modal-actions{flex-direction:column;gap:8px;display:flex}.modal-card .modal-action{-webkit-backdrop-filter:blur(20px);color:#ffffffd9;cursor:pointer;background:#ffffff1f;border:none;border-radius:100px;width:100%;padding:14px;font-family:inherit;font-size:16px;font-weight:500;transition:background .15s;display:block}.modal-card .modal-action:hover{background:#ffffff2e}.modal-card .modal-action.primary{color:#fff;font-weight:600}@media (width<=400px){.login-container{gap:24px;padding:24px}.login-logo{border-radius:16px;width:64px;height:64px}.login-header h1{font-size:24px}.login-header p{font-size:14px}.login-btn{height:48px;font-size:15px}}
