body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.circular-timer{align-items:center;display:flex;justify-content:center;margin:2rem 0}.circular-timer__container{height:360px;position:relative;width:360px}.circular-timer__svg{overflow:visible;transform:rotate(-90deg)}.circular-timer__background{fill:#0000;stroke:#ffffff1a}.circular-timer__progress{fill:#0000;stroke:#4a90e2;stroke:var(--accent-color,#4a90e2);stroke-linecap:round;transition:stroke-dashoffset 1s linear}.circular-timer__progress--warning{stroke:#ff4757!important;filter:drop-shadow(0 0 8px rgba(255,71,87,.6))}.circular-timer__content{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.circular-timer__time{font-feature-settings:"tnum";color:#ff9f43;font-size:3.5rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.rsip-page{color:#1f2333;display:flex;flex-direction:column;gap:2rem;height:100%;padding:2rem}.rsip-header{align-items:center;display:flex;justify-content:space-between}.rsip-title{-webkit-text-fill-color:initial;background:none;color:#4f46e5;font-size:2rem;font-weight:700;margin:0}.rsip-controls{display:flex;gap:1rem}.rsip-btn{background:#fff;border:1px solid #14182614;border-radius:8px;box-shadow:0 2px 5px #0000000d;color:#1f2333;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.rsip-btn:hover{background:#f8fafc;box-shadow:0 4px 8px #00000014;transform:translateY(-1px)}.rsip-btn--primary{background:#4f46e5;border-color:#4f46e5;color:#fff}.rsip-btn--primary:hover{background:#4338ca;box-shadow:0 4px 12px #4f46e54d}.tree-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.tree-card{background:#fff;border:1px solid #14182614;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;transition:all .2s ease}.tree-card:hover{border-color:#4f46e5;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-3px)}.tree-card__title{color:#1f2333;font-size:1.35rem;font-weight:700;margin:0}.tree-card__meta{color:#64748b;font-size:.9rem;font-weight:500}.tree-view{align-items:flex-start;background:#f8fafc;border:1px solid #1418260f;border-radius:20px;box-shadow:inset 0 2px 4px #00000005;display:flex;flex:1 1;justify-content:center;overflow:auto;padding:3rem}.tree-node{align-items:center;display:flex;flex-direction:column;gap:1.5rem;position:relative}.node-content{background:#fff;border:1px solid #1418261a;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;color:#1f2333;max-width:260px;min-width:160px;padding:1.25rem;position:relative;text-align:center;transition:all .2s ease}.node-content:hover{border-color:#4f46e5;box-shadow:0 10px 15px -3px #00000014;transform:scale(1.02);z-index:10}.node-text{font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:.75rem}.node-actions{display:flex;gap:.5rem;justify-content:center;opacity:0;transition:opacity .2s ease}.node-content:hover .node-actions{opacity:1}.node-btn{border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;padding:6px 10px;transition:background .2s}.node-btn--add{background:#dcfce7;color:#166534}.node-btn--add:hover{background:#bbf7d0}.node-btn--delete{background:#fee2e2;color:#991b1b}.node-btn--delete:hover{background:#fecaca}.node-children{display:flex;gap:2.5rem;padding-top:1.5rem;position:relative}.node-children:before{top:0}.node-children:before,.tree-node:before{background:#cbd5e1;content:"";height:1.5rem;left:50%;position:absolute;transform:translateX(-50%);width:2px}.tree-node:before{top:-1.5rem}.tree-view>.tree-node:before{display:none}.graveyard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));justify-items:center;padding:1rem 0}.graveyard-item{align-items:center;display:flex;flex-direction:column;gap:.5rem;opacity:.8;transition:opacity .2s ease}.graveyard-item:hover{opacity:1}.graveyard-icon{align-items:center;display:flex;height:64px;justify-content:center;width:64px}.graveyard-icon svg{fill:#b3261e;filter:drop-shadow(0 4px 6px rgba(179,38,30,.2));height:100%;width:100%}.graveyard-count{color:#b3261e;font-size:1.1rem;font-weight:700}.graveyard-clear-btn{background:#b3261e1a;border:1px solid #b3261e33;border-radius:8px;color:#b3261e;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.graveyard-clear-btn:hover{background:#b3261e26;transform:translateY(-1px)}.wishlist-page{gap:clamp(2.5rem,6vw,4rem);margin:0 auto;max-width:1120px;padding:clamp(2rem,5vw,4rem) 1.5rem;width:100%}.wishlist-section header{margin-bottom:1.5rem;text-align:left}.wishlist-section h1,.wishlist-section h2{color:#1f2333;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;margin:0 0 .5rem}.wishlist-section p{color:#1f2333b3;font-size:1.05rem;margin:0;max-width:600px}.wishlist-section--directions{align-items:center;display:flex;flex-direction:column}.wishlist-direction-form{gap:.75rem;margin-bottom:1.5rem;max-width:520px;width:100%}.wishlist-direction-form input{background:#fff;border:1px solid #1418261f;border-radius:999px;box-shadow:0 4px 12px #1418260a;font-size:1rem;padding:.85rem 1.25rem;transition:all .2s ease}.wishlist-direction-form input:focus{border-color:#395aff80;box-shadow:0 4px 16px #395aff1f;outline:none}.wishlist-direction-form button[type=submit]{background:#1f2333;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:0 1.5rem;transition:transform .2s ease,background .2s ease}.wishlist-direction-form button[type=submit]:hover:not(:disabled){background:#323852;transform:translateY(-1px)}.wishlist-direction-form button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.wishlist-direction-history{gap:.75rem;justify-content:center;width:100%}.wishlist-direction-chip{align-items:center;background:#fff;border:1px solid #14182614;box-shadow:0 4px 12px #14182608;display:inline-flex;flex-direction:row;gap:.75rem;justify-content:space-between;padding:.65rem 1rem .65rem 1.25rem}.wishlist-direction-content{align-items:flex-start;display:flex;flex-direction:column}.wishlist-direction-chip small{color:#1f233380;font-size:.75rem;margin-top:.15rem}.wishlist-direction-remove{align-items:center;background:#0000;border:none;border-radius:4px;color:#1f233366;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;line-height:1;padding:.25rem .5rem;transition:all .2s ease}.wishlist-direction-remove:hover{background:#e639461a;color:#e63946}.wishlist-section--tasks{grid-gap:2rem;align-items:start;gap:2rem;grid-template-columns:1fr 340px}@media (max-width:900px){.wishlist-section--tasks{grid-template-columns:1fr}}.wishlist-progress-panel,.wishlist-tasks-panel{background:#fff;border:1px solid #1418260f;border-radius:24px;box-shadow:0 20px 40px -20px #14182614;padding:2rem}.wishlist-tasks-panel header{margin-bottom:1.5rem;text-align:left}.wishlist-tasks-panel h2{font-size:1.5rem}.wishlist-tasks-panel p{margin:0;text-align:left}.wishlist-task-form{gap:.75rem;margin-bottom:1.5rem}.wishlist-task-form input{border:1px solid #1418261f;font-size:.95rem;padding:.75rem 1rem}.wishlist-task-form button{background:#395aff;font-weight:600;padding:0 1.25rem;transition:background .2s ease}.wishlist-task-form button:hover{background:#2846e0}.wishlist-task-list{gap:.75rem}.wishlist-task-list li{background:#f9fafc;border:1px solid #1418260d;padding:.85rem 1rem;transition:all .2s ease}.wishlist-task-list li:hover{background:#f0f2f7}.wishlist-task-list li label{align-items:center;cursor:pointer;display:flex;flex:1 1;gap:.75rem}.wishlist-task-list li input[type=checkbox]{accent-color:#395aff;cursor:pointer;height:1.2rem;width:1.2rem}.wishlist-task-list li span{color:#1f2333;font-size:1rem;transition:color .2s ease}.wishlist-task-list li.completed span{color:#1f233380;text-decoration:line-through}.wishlist-task-item--stale{background:#fff8e6!important;border-color:#f6ad3b33!important}.wishlist-task-content{display:flex;flex-direction:column;gap:.15rem}.wishlist-task-age{color:#d97706;font-size:.75rem;font-weight:600}.wishlist-task-status{background:#1418260f;border-radius:999px;color:#1f2333b3;font-size:.8rem;padding:.25rem .65rem}.wishlist-task-list li.completed .wishlist-task-status{background:#395aff1a;color:#395aff}.wishlist-task-remove{background:#0000;border:none;border-radius:4px;color:#1f233366;cursor:pointer;font-size:1.2rem;line-height:1;margin-left:.5rem;padding:.25rem .5rem;transition:all .2s ease}.wishlist-task-remove:hover{background:#e639461a;color:#e63946}.wishlist-progress-panel{align-items:center;display:flex;flex-direction:column}.wishlist-progress-panel h3{color:#1f2333;font-size:1.2rem;margin:0 0 .5rem}.wishlist-progress-panel p{font-size:.95rem;margin-bottom:2rem}.wishlist-progress-chart{margin-bottom:1.5rem}.wishlist-progress-track{stroke:#1418260f}.wishlist-progress-indicator{stroke:#395aff;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.wishlist-progress-text{dominant-baseline:middle;font-size:2.5rem}.wishlist-progress-panel small{color:#1f233380;font-size:.8rem}.wishlist-history-list{gap:1rem}.wishlist-history-item{align-items:flex-start;background:#fff;border:1px solid #1418260f;border-radius:16px;box-shadow:0 4px 12px #14182608;flex-direction:column;gap:.75rem;padding:1.25rem;text-align:left}.wishlist-history-item--empty{background:#f9fafc;opacity:.7}.wishlist-history-date{color:#1f2333;font-size:1.05rem;text-align:left;width:100%}.wishlist-history-progress{display:flex;flex-direction:column;gap:.35rem;width:100%}.wishlist-history-progress__track{background:#14182614;height:8px}.wishlist-history-progress__fill{background:#395aff;border-radius:999px}.wishlist-history-progress__fill--empty{background:#0000}.wishlist-history-label{color:#1f233399;font-size:.85rem}.wishlist-error{background:#e639461a;border-radius:8px;color:#e63946;font-size:.9rem;margin-bottom:1rem;padding:.75rem;text-align:center}.wishlist-empty,.wishlist-loading{color:#1f233380;font-style:italic;padding:2rem;text-align:center}.wishlist-header-row{align-items:flex-start;display:flex;justify-content:space-between;max-width:600px;width:100%}.wishlist-edit-toggle{background:#0000;border:1px solid #14182626;border-radius:8px;color:#1f2333;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.wishlist-edit-toggle:hover{background:#1418260d}.wishlist-edit-toggle.active{background:#1f2333;border-color:#1f2333;color:#fff}.wishlist-history-toggle{background:#fff;border:1px solid #14182626;border-radius:999px;color:#1f2333;cursor:pointer;display:block;font-size:.95rem;font-weight:600;margin:1.5rem auto 0;padding:.6rem 1.25rem;transition:all .2s ease}.wishlist-history-toggle:hover{background:#f9fafc;border-color:#395aff4d;box-shadow:0 4px 12px #1418260d;color:#395aff;transform:translateY(-1px)}.wishlist-history-toggle:active{transform:translateY(0)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.weight-tracker-card{display:flex;flex-direction:column;height:100%;width:100%}.weight-header{align-items:flex-start;display:flex;margin-bottom:1.5rem;width:100%}.weight-title-group{display:block;margin-left:0;margin-right:auto;padding-left:0;text-align:left}.weight-title-group h2{color:#1f2333;font-size:1.4rem;margin:0}.weight-subtitle{color:#1f233399;display:block;font-size:.9rem;margin-top:.25rem;text-align:left}.weight-controls-top{display:flex;gap:.5rem}.weight-time-btn{background:#0000;border:1px solid #1418261a;border-radius:8px;color:#1f233399;cursor:pointer;font-size:.8rem;font-weight:600;padding:.35rem .75rem;transition:all .2s ease}.weight-time-btn:hover{background:#1418260d;color:#1f2333}.weight-time-btn.active{background:#1f2333;border-color:#1f2333;color:#fff}.weight-goal-btn{background:#395aff0d;border:1px solid #395aff33;border-radius:8px;color:#395aff;cursor:pointer;font-size:.85rem;font-weight:700;height:-webkit-fit-content;height:fit-content;padding:.4rem .8rem;transition:all .2s ease}.weight-goal-btn:hover{background:#395aff26;box-shadow:0 4px 12px #395aff26;transform:translateY(-1px)}.weight-chart-wrapper{flex:1 1;font-size:.8rem;margin-bottom:2rem;min-height:250px}.weight-input-section{align-items:center;border-top:1px solid #1418260f;display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.weight-input-wrapper{flex:1 1;position:relative}.weight-input-field{border:1px solid #14182626;border-radius:12px;color:#1f2333;font-size:1rem;padding:.75rem 4rem .75rem 1rem;transition:all .2s;width:100%}.weight-input-field:focus{border-color:#395aff;box-shadow:0 0 0 3px #395aff1a;outline:none}.weight-unit-toggle{background:#1418260d;border-radius:8px;display:flex;padding:.2rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.unit-btn{background:#0000;border:none;border-radius:6px;color:#1f233380;cursor:pointer;font-size:.75rem;font-weight:700;padding:.25rem .5rem;transition:all .2s}.unit-btn.active{background:#fff;box-shadow:0 2px 4px #0000000d;color:#1f2333}.weight-log-btn{background:#395aff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;height:46px;padding:0 1.5rem;transition:all .2s;white-space:nowrap}.weight-log-btn:hover{background:#2846e0;transform:translateY(-1px)}.weight-empty-state{align-items:center;color:#1f233366;display:flex;font-size:.9rem;font-style:italic;height:100%;justify-content:center}.strength-tracker-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.strength-tracker-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);width:100%}@media (max-width:600px){.strength-tracker-grid{grid-template-columns:1fr}}.lift-card{align-items:center;background:#f9fafc;border:1px solid #1418260f;border-radius:16px;display:flex;flex-direction:column;padding:1.25rem;text-align:center;transition:all .2s ease}.lift-card:hover{background:#fff;border-color:#395aff33;box-shadow:0 4px 12px #1418260d;transform:translateY(-2px)}.lift-label{color:#1f233399;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.lift-icon{display:block;font-size:1.5rem;margin-bottom:.5rem}.lift-value-display{border-bottom:2px solid #0000;color:#1f2333;cursor:pointer;font-size:1.75rem;font-weight:700;transition:all .2s ease}.lift-value-display:hover{border-bottom-color:#395aff33;color:#395aff}.lift-input-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.lift-input{border:1px solid #14182626;border-radius:8px;color:#1f2333;font-size:1.25rem;font-weight:700;outline:none;padding:.5rem;text-align:center;transition:all .2s ease;width:100%}.lift-input:focus{border-color:#395aff;box-shadow:0 0 0 3px #395aff1a}.lift-actions{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.lift-action-btn{border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .8rem;transition:all .2s ease}.lift-save-btn{background:#395aff;color:#fff}.lift-save-btn:hover{background:#2846e0}.lift-cancel-btn{background:#0000;border:1px solid #0000001a;color:#666}.lift-cancel-btn:hover{background:#0000000d;color:#333}.strength-tracker-total{align-items:center;border-top:1px solid #14182614;display:flex;justify-content:space-between;margin-top:1rem;padding-top:1.5rem;width:100%}.total-label{color:#1f2333;font-size:1.1rem;font-weight:600}.total-value{color:#395aff;font-size:1.5rem;font-weight:800}.top-bar{align-items:center;width:100%}.unit-toggle-btn{background:#1418260a;border:none;border-radius:8px;color:#1f2333b3;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .8rem;transition:all .2s ease}.unit-toggle-btn:hover{background:#14182614;color:#1f2333}.unit-label{color:#1f233380;font-size:.85rem;font-weight:500;margin-top:.25rem}.strength-tracker-controls{display:flex;gap:.75rem;justify-content:center;margin-top:1rem;width:100%}.rm-toggle-btn{background:#0000;border:1px solid #1418261a;border-radius:8px;color:#1f233399;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.rm-toggle-btn:hover{background:#1418260d;color:#1f2333}.rm-toggle-btn.active{background:#1f2333;border-color:#1f2333;box-shadow:0 4px 10px #1f233326;color:#fff}.time-range-btn{font-size:.75rem;padding:.4rem .8rem}.chart-container-expanded{height:180px;margin-top:1.5rem;padding-top:.5rem;width:100%}.log-pr-btn{background:#0000;border:1px solid #395aff;border-radius:8px;color:#395aff;cursor:pointer;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-top:1rem;padding:.4rem .8rem;text-transform:uppercase;transition:all .2s ease}.log-pr-btn:hover{background:#395aff0d;box-shadow:0 2px 5px #395aff1a;transform:translateY(-1px)}.mini-chart-container{height:80px;margin-top:1rem;padding-top:.5rem;width:100%}.strength-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.strength-modal{background:#fff;border-radius:20px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column;gap:1.5rem;max-width:400px;padding:2rem;width:90%}.strength-modal h3{color:#1f2333;margin:0;text-align:center}.strength-modal-actions{display:flex;gap:1rem;margin-top:1rem}.strength-modal-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-weight:600;padding:.75rem;transition:all .2s ease}.strength-modal-btn.cancel{background:#f0f0f0;color:#666}.strength-modal-btn.save{background:#395aff;color:#fff}.strength-modal-btn.save:hover{background:#2846e0}.climbing-tracker-container{display:flex;flex-direction:column;height:100%;width:100%}.top-bar{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.title-group{display:flex;flex-direction:column}.climb-subtitle{color:#1f233399;font-size:.9rem;margin-top:.25rem}.climb-history-btn-top{background:#0000;border:1px solid #1418261a;border-radius:8px;color:#1f233399;cursor:pointer;font-size:.85rem;font-weight:600;height:-webkit-fit-content;height:fit-content;padding:.4rem .8rem;transition:all .2s ease}.climb-history-btn-top:hover{background:#1418260d;color:#1f2333}.time-range-controls{display:flex;gap:.5rem}.time-range-btn{background:#0000;border:1px solid #1418261a;border-radius:8px;color:#1f233399;cursor:pointer;font-size:.8rem;font-weight:600;min-width:60px;padding:.35rem .75rem;text-align:center;transition:all .2s ease}.time-range-btn:hover{background:#1418260d;color:#1f2333}.time-range-btn.active{background:#1f2333;border-color:#1f2333;color:#fff}.chart-area{background:#fff;border-radius:12px;flex-grow:1;margin-bottom:.5rem;min-height:250px;padding:0}.climb-actions-bottom{border-top:1px solid #1418260f;margin-top:auto;padding-top:1rem}.log-climb-btn{align-items:center;background:#1f2333;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;height:46px;justify-content:center;padding:0 1.5rem;transition:transform .1s,box-shadow .2s}.log-climb-btn.full-width{width:100%}.log-climb-btn:hover{box-shadow:0 4px 12px #1f233333;opacity:.95;transform:translateY(-1px)}.climb-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.climb-modal{animation:slideUp .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-width:500px;padding:2rem;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.climb-modal h3{color:#1f2333;font-size:1.5rem;margin-top:0;text-align:center}.climb-modal h3,.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem}.grade-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(50px,1fr))}.grade-select-btn{background:#f5f5f5;border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem;transition:all .2s}.climb-date-input{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;width:100%}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.modal-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.8rem}.cancel-btn{background:#f5f5f5;color:#555}.cancel-btn:hover{background:#eee}.save-btn{background:#1f2333}.save-btn:hover{background:#333}.history-modal-content{display:flex;flex-direction:column;max-height:80vh}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.history-header h3{margin:0;text-align:left}.close-icon{background:none;border:none;color:#aaa;cursor:pointer;font-size:1.5rem;padding:0}.close-icon:hover{color:#333}.history-list{flex-grow:1;overflow-y:auto;padding-right:.5rem}.history-item{border-bottom:1px solid #f0f0f0;padding:1rem 0}.history-item:last-child{border-bottom:none}.history-info{align-items:center;display:flex;gap:1rem}.history-grade{border-radius:6px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;min-width:40px;padding:4px 10px;text-align:center;text-shadow:0 1px 2px #0000001a}.history-date{color:#666}.delete-log-btn{background:#0000;border:1px solid #0000;border-radius:6px;color:#ff6b6b;cursor:pointer;font-size:.8rem;opacity:.6;padding:.4rem .8rem}.delete-log-btn:hover{background:#ff6b6b1a;opacity:1}.empty-message{color:#aaa;font-style:italic;margin-top:2rem;text-align:center}.sleep-tracker-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;color:#1f2333;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:250px;overflow:hidden;padding:2.5rem 1.5rem 1.5rem;position:relative}.sleep-title{color:#1f2333;font-size:1.5rem;font-weight:700;margin:0}.sleep-subtitle{color:#1f233399;font-size:.9rem;margin-top:.25rem}.sleep-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.sleep-header-actions{align-items:center;display:flex}.sleep-history-btn{background:#0000;border:1px solid #1418261a;border-radius:8px;color:#1f233399;cursor:pointer;font-size:.85rem;font-weight:600;height:-webkit-fit-content;height:fit-content;padding:.4rem .8rem;transition:all .2s ease}.sleep-history-btn:hover{background:#1418260d;color:#1f2333}.sleep-main-btn{background:#000;border:none;border-radius:9999px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:transform .1s,background .2s}.sleep-main-btn:active{transform:scale(.98)}.sleep-main-btn.wake-btn{background:#ff9f0a}.sleep-card-body{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.sleep-status-section-centered{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:.5rem;width:100%}.sleep-moon-lg,.sleep-sun-lg{border-radius:50%;box-shadow:0 8px 24px #0000001f;height:90px;margin-bottom:.5rem;width:90px}.sleep-sun-lg{background:radial-gradient(circle at 30% 30%,gold,orange)}.sleep-moon-lg{background:radial-gradient(circle at 30% 30%,#e0e0e0,#909090)}.sleep-status-msg{text-align:center}.sleep-status-text-sm{color:#666;display:block;font-size:.9rem;margin-top:.25rem}.greeting-text{color:#333;font-family:Nothing You Could Do,cursive;font-size:1.2rem;font-weight:500}.sleep-timer-large{font-feature-settings:"tnum";color:#395aff;font-size:1.5rem;font-weight:700;margin-top:.5rem}.sleep-mini-chart{align-items:flex-end;background:linear-gradient(0deg,#0000 40%,#f0f0f0 0,#f0f0f0 calc(40% + 1px),#0000 calc(40% + 1px)),linear-gradient(0deg,#0000 80%,#f0f0f0 0,#f0f0f0 calc(80% + 1px),#0000 calc(80% + 1px));background-position:100% 100%;background-repeat:no-repeat;background-size:calc(100% - 1rem) 100%;border-left:1px solid #ebebeb;display:flex;flex:1 1;flex-direction:row;height:120px;margin-bottom:.5rem;margin-left:1.5rem;padding-left:1rem;position:relative}.chart-y-axis{bottom:0;left:-10px;pointer-events:none;position:absolute;top:0;width:25px}.chart-y-axis span{color:#bbb;font-size:.7rem;line-height:1;position:absolute;right:0;transform:translateY(50%)}.chart-y-axis span:first-child{bottom:80%}.chart-y-axis span:nth-child(2){bottom:40%}.chart-bars-container{align-items:flex-end;display:flex;height:100%;justify-content:space-between;width:100%}.chart-col{align-items:center;flex:1 1;flex-direction:column;justify-content:flex-end}.chart-bar-track,.chart-col{display:flex;height:100%;position:relative}.chart-bar-track{align-items:flex-end;background:#f7f7f7;border-radius:999px;justify-content:center;width:8px}.chart-bar-fill{background:#1f2333;border-radius:999px;transition:height .5s ease;width:100%}.chart-label{bottom:-20px;color:#999;font-size:.75rem;font-weight:500;margin-top:12px;position:absolute}.chart-label.active{color:#000;font-weight:700}.sleep-action-footer{margin-top:auto;padding-top:.5rem;width:100%}.sleep-main-btn-full{align-items:center;background:#1f2333;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;height:48px;justify-content:center;padding:0 1.5rem;transition:all .2s;width:100%}.sleep-main-btn-full:hover{box-shadow:0 4px 12px #1f233333;transform:translateY(-1px)}.sleep-main-btn-full.wake-btn{background:#ff9f0a}.sleep-recharts-wrapper{height:180px;width:100%}.sleep-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.sleep-modal{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:85vh;max-width:500px;padding:1.5rem;width:90%}.sleep-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.sleep-modal-header h3{font-size:1.3rem;margin:0}.sleep-modal-content{flex:1 1;overflow-y:auto}.manual-entry-form{gap:1rem}.form-group,.manual-entry-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#555;font-size:.9rem}.form-group input{border:1px solid #ddd;border-radius:12px;font-size:1rem;padding:.8rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.cancel-btn,.save-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-weight:600;padding:.8rem}.save-btn{background:#395aff;color:#fff}.cancel-btn{background:#eee;color:#333}.sleep-history-list{display:flex;flex-direction:column;gap:1rem}.history-item{padding:1rem}.history-times{color:#666;font-size:.85rem}.history-right{align-items:center;display:flex;gap:.8rem}.history-duration{border-radius:8px;padding:.2rem .6rem}.icon-btn{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.6;padding:.2rem}.icon-btn:hover{opacity:1}.icon-btn.delete:hover{transform:scale(1.1)}.profile-heatmap-wrapper{margin-top:1rem}.profile-heatmap__month-label{min-width:0;overflow:hidden;width:auto}.profile-heatmap__day-labels{padding-top:0}.profile-heatmap__day,.profile-heatmap__day--level0{background-color:#ebedf0}.profile-heatmap__day--level1{background-color:#9be9a8}.profile-heatmap__day--level2{background-color:#40c463}.profile-heatmap__day--level3{background-color:#30a14e}.profile-heatmap__day--level4{background-color:#216e39}.water-tracker-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000000d;color:#1f2333;display:flex;flex-direction:column;font-family:sans-serif;font-family:var(--font-family,sans-serif);min-height:500px;overflow:hidden;padding:2.5rem 1.5rem 1.5rem;position:relative}.water-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.water-title{color:#1f2333;font-size:1.5rem;font-weight:700;margin:0}.water-subtitle{color:#1f233399;font-size:.9rem;margin-top:.25rem}.water-header-actions{align-items:center;display:flex}.history-btn{background:#0000;border:1px solid #1418261a;border-radius:8px;color:#1f233399;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .8rem;transition:all .2s ease}.history-btn:hover{background:#1418260d;color:#1f2333}.goal-btn{background:#395aff0d;border:1px solid #395aff33;border-radius:12px;color:#395aff;cursor:pointer;font-size:.85rem;font-weight:700;padding:.4rem 1rem;transition:all .2s ease}.goal-btn:hover{background:#395aff26;box-shadow:0 4px 12px #395aff26;transform:translateY(-1px)}.water-card-body{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.water-y-axis{box-sizing:border-box;flex-shrink:0;height:100%;margin-right:10px;padding-bottom:32px;position:relative;width:45px}.water-y-axis span{color:#9ca3af;font-size:.7rem;font-weight:500;position:absolute;right:0;transform:translateY(50%)}.water-html-chart-container{align-items:flex-end;display:flex;height:320px;justify-content:center;margin-bottom:2rem;padding-left:0;padding-top:1rem;width:100%}.water-html-chart{align-items:flex-end;display:flex;gap:8px;height:100%;justify-content:space-between;width:100%}.water-column{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end;position:relative;z-index:1}.water-bar-track{background:#0000;border:1px dashed #395aff1a;border-radius:12px;height:100%;overflow:hidden;position:relative;width:100%}.today-track{background:#ffffff80;border:2px dashed #93c5fd;box-shadow:0 4px 15px #395aff0d}.water-bar-fill{border-radius:0 0 10px 10px;bottom:0;left:0;position:absolute;transition:height .5s ease;width:100%}.solid-fill,.water-bar-fill{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.liquid-fill{background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:0 0 10px 10px;bottom:0;box-shadow:inset 0 2px 5px #fff6,inset 0 -2px 10px #0000001a;left:0;opacity:.95;position:absolute;transition:height .8s cubic-bezier(.34,1.56,.64,1);width:100%}.liquid-wave{animation:waveX 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7' preserveAspectRatio='none'%3E%3Cpath d='M800 44.3c-77.7 0-149-16.3-215-38-66.7-21.8-132.5-23-205 3.3S242.7 44.3 165 44.3c-33.3 0-66.2-2.3-100-7V88h735V44.3z' fill='%23fff' fill-opacity='.5'/%3E%3C/svg%3E");background-size:100px 12px;height:12px;left:0;position:absolute;top:-8px;transition:all 1.5s cubic-bezier(.4,0,.2,1);width:200%}.liquid-wave:before{animation:waveX 35s linear infinite reverse;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7' preserveAspectRatio='none'%3E%3Cpath d='M800 44.3c-77.7 0-149-16.3-215-38-66.7-21.8-132.5-23-205 3.3S242.7 44.3 165 44.3c-33.3 0-66.2-2.3-100-7V88h735V44.3z' fill='%23fff' fill-opacity='.3'/%3E%3C/svg%3E");background-size:130px 12px;content:"";height:100%;left:0;position:absolute;top:2px;transition:all 1.5s ease;width:100%}.surging .liquid-wave{animation-duration:2s;background-size:100px 24px;filter:drop-shadow(0 0 5px rgba(255,255,255,.4));height:24px;top:-12px}.surging .liquid-wave:before{animation-duration:3s;background-size:130px 24px}@keyframes waveX{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.water-bubble{background:#ffffff4d;border-radius:50%;bottom:0;pointer-events:none;position:absolute}.b1{animation:bubbleRise 4s ease-in infinite;animation-delay:.5s;height:5px;left:20%;width:5px}.b2{animation:bubbleRise 5.5s ease-in infinite;animation-delay:2s;height:3px;left:55%;width:3px}.b3{animation:bubbleRise 3.5s ease-in infinite;animation-delay:1s;height:4px;left:75%;width:4px}@keyframes bubbleRise{0%{bottom:0;opacity:0;transform:translateX(0)}30%{opacity:.6}50%{transform:translateX(2px)}to{bottom:95%;opacity:0;transform:translateX(-2px)}}.surging .water-bubble{animation-duration:.8s;opacity:.8}.water-day-label{color:#9ca3af;font-size:.85rem;font-weight:500;margin-top:10px}.water-day-label.active-day{color:#395aff;font-weight:700}.today-val-tag{animation:bounceIn .5s ease;background:#395aff;border-radius:8px;box-shadow:0 2px 8px #395aff33;color:#fff;font-size:.8rem;font-weight:700;padding:2px 8px;position:absolute;top:-30px;white-space:nowrap}@keyframes bounceIn{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.goal-input-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1f233399;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.goal-input-card{align-items:center;background:#fff;border-radius:20px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column;padding:2rem;width:320px}.goal-input-card h3{color:#1f2333;margin:0 0 1rem}.goal-input-card input{border:2px solid #e0e7ff;border-radius:16px;color:#395aff;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;padding:.5rem;text-align:center;width:100%}.goal-input-card input:focus{border-color:#395aff;outline:none}.goal-input-card .save-btn{background:#395aff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 2rem;transition:all .2s;width:100%}.goal-input-card .save-btn:hover{background:#2563eb;transform:translateY(-2px)}.goal-input-card .cancel-btn{background:#0000;border:none;color:#999;cursor:pointer;font-size:.9rem;font-weight:600;margin-right:1rem}.water-recharts-wrapper{height:140px;width:100%}.water-controls-footer{display:flex;gap:.5rem;margin-top:auto}.water-btn{flex:1 1;font-size:.9rem;padding:.6rem;transition:all .2s}.water-btn:hover{transform:translateY(-1px)}.water-btn.remove{background:#fff1f2;border:1px solid #fecdd3;color:#e11d48}.water-btn.remove:hover{background:#ffe4e6;border-color:#fda4af;transform:translateY(-1px)}.water-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.water-modal{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:85vh;max-width:500px;padding:1.5rem;width:90%}.water-modal.large{height:90vh;max-width:1100px}.water-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.water-modal-header h3{font-size:1.3rem;margin:0}.close-btn{color:#666;font-size:1.5rem}.water-modal-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.water-modal-body.full-width{overflow-y:auto;padding-right:1rem}.water-history-list{flex:1 1;margin-bottom:1rem;overflow-y:auto;padding-right:.5rem}.history-item{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.8rem}.history-date{font-size:.95rem;font-weight:600}.history-duration{background:#eef2ff;border-radius:6px;color:#395aff;font-size:.9rem;font-weight:600;padding:.2rem .5rem}.empty-msg{color:#999;margin-top:2rem;text-align:center}.water-heatmap .profile-heatmap__day{background-color:#ebedf0}.water-heatmap .profile-heatmap__title{color:#1f2333;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.view-full-btn{background:none;border:none;color:#395aff;cursor:pointer;font-size:.8rem;font-weight:600}.profile-heatmap-wrapper{border-top:1px solid #eee;flex-shrink:0;margin-top:auto;padding-top:1rem;width:100%}.profile-heatmap{gap:4px;width:100%}.profile-heatmap__months-row{display:flex;margin-bottom:4px;width:100%}.profile-heatmap__month-spacer{flex-shrink:0;margin-right:6px;width:30px}.profile-heatmap__months{display:flex;flex:1 1;gap:4px}.profile-heatmap__month-label{color:#999;flex:1 1;font-size:10px;overflow:visible;text-align:center;white-space:nowrap}.profile-heatmap__body{width:100%}.profile-heatmap__day-labels{display:flex;flex-direction:column;flex-shrink:0;gap:2px;margin-right:6px;width:30px}.profile-heatmap__day-labels span{color:#999;font-size:9px;height:14px;line-height:14px;text-align:right}.profile-heatmap__weeks{display:flex;flex:1 1;gap:4px}.profile-heatmap__week{display:flex;flex:1 1;flex-direction:column;gap:2px}.profile-heatmap__day{height:14px;width:100%}.water-heatmap .profile-heatmap__week,.water-heatmap .profile-heatmap__weeks{gap:4px}.water-heatmap .profile-heatmap__day{aspect-ratio:1;border-radius:3px;height:14px}.water-heatmap .profile-heatmap__day-labels{gap:4px;margin-right:6px}.water-heatmap .profile-heatmap__day-labels span{font-size:10px;height:14px;line-height:14px}.water-heatmap .profile-heatmap__day--level0{background-color:#ebedf0}.water-heatmap .profile-heatmap__day--level1{background-color:#baecff}.water-heatmap .profile-heatmap__day--level2{background-color:#79d5ff}.water-heatmap .profile-heatmap__day--level3{background-color:#395aff}.water-heatmap .profile-heatmap__day--level4{background-color:#1e3a8a}.my-temple-page{animation:fadeIn .5s ease-out;color:#1f2333;font-family:var(--font-family);margin:0 auto;max-width:1120px;padding:0 1.5rem 2rem;width:100%}.my-temple-header{margin-bottom:2rem;text-align:center}.my-temple-header h1{color:#1f2333;font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.75rem}.my-temple-header p{color:#1f2333b3;font-size:1.15rem;font-weight:400;margin:0 auto;max-width:600px}.temple-dashboard{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}@media (max-width:768px){.temple-dashboard{grid-template-columns:1fr}}.temple-card{align-items:center;background:#fff;border:1px solid #14182614;border-radius:24px;box-shadow:0 20px 40px -20px #14182614;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.temple-card:hover{box-shadow:0 25px 50px -15px #1418261f;transform:translateY(-4px)}.temple-card h2{color:#1f2333;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center;width:100%}.temple-card.strength-tracker{grid-column:1/-1}.water-vessel-container{height:220px;margin-bottom:2.5rem;position:relative;width:130px}.water-vessel{background:#f9fafc;border:4px solid #e0e7ff;border-radius:40px 40px 60px 60px;height:100%;overflow:hidden;position:relative;width:100%}.water-level{background:linear-gradient(180deg,#60a5fa,#395aff);bottom:0;transition:height .8s cubic-bezier(.4,0,.2,1)}.water-level,.water-level:after{left:0;position:absolute;width:100%}.water-level:after{background:#fff6;content:"";height:8px;top:0}.bubble{animation:rise 3s ease-in infinite;background:#fff9;border-radius:50%;bottom:-10px;position:absolute}@keyframes rise{0%{opacity:0;transform:translateY(0) scale(1)}50%{opacity:.8}to{opacity:0;transform:translateY(-200px) scale(1.2)}}.water-info{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:12px;box-shadow:0 4px 12px #0000000d;left:50%;padding:.5rem 1rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:10}.current-ml{color:#1f2333;display:block;font-size:1.5rem;font-weight:800}.goal-ml{color:#1f233399;font-size:.85rem;font-weight:500}.water-controls{display:flex;gap:1rem;justify-content:center;width:100%}.water-btn{background:#fff;border:1px solid #e0e7ff;border-radius:12px;box-shadow:0 2px 5px #00000008;color:#395aff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.25rem;transition:all .2s ease}.water-btn:hover{background:#f0f4ff;border-color:#395aff;box-shadow:0 4px 10px #395aff26;transform:translateY(-2px)}.weight-tracker{height:100%}.weight-graph-container{background:#f9fafc;border:1px solid #1418260a;border-radius:16px;height:240px;margin-bottom:2rem;padding:1rem;position:relative;width:100%}.weight-input-area{display:flex;gap:.75rem;max-width:300px;width:100%}.weight-input{background:#fff;border:1px solid #1418261f;border-radius:12px;color:#1f2333;flex:1 1;font-size:1rem;outline:none;padding:.75rem 1rem;transition:all .2s ease}.weight-input:focus{border-color:#395aff;box-shadow:0 0 0 3px #395aff1a}.weight-btn{background:#395aff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:0 1.5rem;transition:background .2s ease,transform .2s ease}.weight-btn:hover{background:#2846e0;transform:translateY(-1px)}.weight-svg{height:100%;overflow:visible;width:100%}.grid-line{stroke:#0000000d;stroke-width:1}.graph-line{fill:none;stroke:#395aff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px 6px rgba(57,90,255,.2))}.graph-point{fill:#fff;stroke:#395aff;stroke-width:2.5;cursor:pointer;transition:r .2s cubic-bezier(.175,.885,.32,1.275)}.graph-point:hover{r:6;stroke-width:3}.graph-tooltip{fill:#1f2333;font-size:13px;font-weight:700;opacity:0;pointer-events:none;transition:opacity .2s}.graph-point-group:hover .graph-tooltip{opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.history-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.history-modal{background:#fff;border-radius:20px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column;max-width:600px;padding:2rem;width:90%}.history-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.history-modal-header h3{color:#1f2333;font-size:1.5rem;font-weight:700;margin:0}.close-btn{background:none;border:none;color:#999;cursor:pointer;font-size:2rem;line-height:1}.close-btn:hover{color:#333}.water-calendar{width:100%}.calendar-header{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;text-align:center}.calendar-day-label{color:#aaa;font-size:.8rem;font-weight:600;text-transform:uppercase}.calendar-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr)}.calendar-cell{aspect-ratio:1;background:#fafafa;border:1px solid #eee;border-radius:12px;display:flex;flex-direction:column;font-size:.7rem;justify-content:space-between;padding:.25rem;position:relative}.calendar-cell.today{background:#fff;border-color:#395aff;box-shadow:0 0 0 2px #395aff1a}.calendar-cell.empty{background:#0000;border:none}.calendar-date{color:#ccc;font-weight:700;position:absolute;right:6px;top:4px}.calendar-cell.today .calendar-date{color:#395aff}.calendar-bottles{align-content:center;display:flex;flex:1 1;flex-wrap:wrap;font-size:.8rem;gap:1px;justify-content:center;line-height:1;padding-top:10px}.calendar-amount{color:#666;font-size:.65rem;text-align:center}.history-legend{color:#666;font-size:.9rem;margin-top:1.5rem;text-align:right}:root{background-color:#f5f6f9;color:#1e1f23;font-family:Inter,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}#root,body,html{background:#f5f6f9;height:100%;margin:0}.app-shell{background:radial-gradient(circle at top right,#75b6ff1f,#0000 45%),radial-gradient(circle at bottom left,#ffd6891f,#0000 40%),#f7f8fc;display:flex;flex-direction:column;min-height:100%}.top-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #14182614;display:flex;justify-content:center;padding:1.25rem 2rem;position:relative;z-index:1000}.top-nav__dropdown{animation:modal-fade-in .2s ease;border:1px solid #14182614;border-radius:16px;box-shadow:0 10px 40px -10px #14182633;margin-top:.5rem;min-width:200px;padding:.5rem;top:100%;z-index:1001}.top-nav__dropdown-item{background:#0000;border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.top-nav__dropdown-item:hover{background:#1418260a}.top-nav__dropdown-item--danger{color:#ef4444}.top-nav__dropdown-item--danger:hover{background:#fef2f2}.top-nav__inner{align-items:center;display:flex;gap:clamp(1rem,3vw,2.5rem);justify-content:space-between;width:min(100%,1120px)}.top-nav__brand{background:#ffffffa6;border-radius:999px;box-shadow:0 12px 30px -22px #1f2333b3;color:#1f2333;font-size:clamp(1.1rem,2.4vw,1.6rem);font-weight:700;letter-spacing:.08em;padding:.35rem .85rem;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}.top-nav__brand:hover{box-shadow:0 16px 40px -24px #1f2333a6;transform:translateY(-1px)}.top-nav__tabs{background:#1418260f;border-radius:999px;display:flex;gap:1rem;padding:.35rem}.top-nav__tab{background:#0000;border:none;border-radius:999px;color:#222;font-size:.95rem;font-weight:600;padding:.55rem 1.75rem;text-decoration:none;transition:all .25s ease}.top-nav__tab:hover{background:#ffffffe6;transform:translateY(-1px)}.top-nav__tab--active{background:#fff;box-shadow:0 10px 25px -15px #1e213b66}.content-area{align-items:stretch;display:flex;flex:1 1}body.timer-active{background:#050505;color:#f6ad3b}body.timer-active .app-shell{background:radial-gradient(circle at 50% 0,#3c64ff26,#0000 60%),#050505}body.timer-active .top-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0a99;border-bottom:1px solid #ffffff14}body.timer-active .top-nav__brand{background:#f6ad3b1a;border:1px solid #f6ad3b33;box-shadow:none;color:#f6ad3b}body.timer-active .top-nav__tabs{background:#f6ad3b0d;border:1px solid #f6ad3b1a}body.timer-active .top-nav__tab{color:#f6ad3b99}body.timer-active .top-nav__tab--active{background:#f6ad3b26;box-shadow:0 4px 12px #f6ad3b26;color:#f6ad3b}body.timer-active .content-area{background:#0000}body.timer-active .whiteboard{background:#0000;color:#f6ad3b}.whiteboard--rsip{flex:1 1;padding:clamp(3rem,8vw,6rem);text-align:center}.rsip-placeholder,.whiteboard--rsip{align-items:center;display:flex;flex-direction:column;justify-content:center}.rsip-placeholder{gap:1.5rem;max-width:640px;width:100%}.rsip-placeholder__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:.04em;margin-bottom:1.25rem}.rsip-placeholder__title-sub{display:block;font-size:clamp(1.4rem,3vw,2.4rem);letter-spacing:.08em;margin-top:.5rem;opacity:.75;text-transform:uppercase}.rsip-placeholder__subtitle{font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;max-width:520px;opacity:.8}body.timer-active .sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0a66;border-right:1px solid #ffffff14}body.timer-active .sidebar__button{background:#0000;border:1px solid #0000;box-shadow:none;color:#f6ad3b99}body.timer-active .sidebar__button:hover{background:#f6ad3b0d;border-color:#f6ad3b33;color:#f6ad3b}body.timer-active .sidebar__button--active{background:#f6ad3b1a;border-color:#f6ad3b4d;box-shadow:0 4px 12px #f6ad3b26;color:#f6ad3b}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd9;border-right:1px solid #14182614;display:flex;flex-direction:column;gap:1rem;padding:2.5rem 1.75rem;width:240px}.sidebar__button{background:linear-gradient(135deg,#ffffffd9,#f0f4ffd9);border:1px solid #0000;border-radius:18px;box-shadow:0 15px 30px -20px #1f233399;color:#1f2333;cursor:pointer;font-size:.95rem;font-weight:600;padding:.85rem 1rem;text-align:left;transition:all .25s ease}.sidebar__spacer{flex:1 0 auto}.sidebar__button--link{align-items:center;display:inline-flex;justify-content:center;text-decoration:none}.sidebar__button:hover{border-color:#395aff73;transform:translateY(-1px)}.sidebar__button--active{background:linear-gradient(135deg,#eef3fff2,#d8e5fff2);border-color:#395aff99;box-shadow:0 18px 36px -24px #395aff73}.whiteboard{align-items:center;display:flex;flex:1 1;justify-content:center;padding:clamp(1.5rem,5vw,4.5rem)}.study-room{background:#ffffffe0;border:1px solid #1418260f;border-radius:32px;box-shadow:0 40px 70px -45px #12182e59;max-width:720px;padding:clamp(1.5rem,4vw,3rem);text-align:center;width:100%}.study-room__title{color:#1f2333;font-size:clamp(1.6rem,3vw,2rem);font-weight:700;margin-bottom:2rem}.study-room__grid{grid-gap:clamp(.75rem,2.2vw,1.5rem);display:grid;gap:clamp(.75rem,2.2vw,1.5rem);grid-template-columns:repeat(5,minmax(72px,1fr));justify-items:center}.seat{align-items:center;background:#0000;border:none;cursor:default;display:flex;height:clamp(72px,13vw,112px);justify-content:center;padding:0;position:relative;transition:transform .22s ease,filter .22s ease;width:clamp(72px,13vw,112px)}.seat[aria-disabled=true]{opacity:.9}.seat__icon{filter:drop-shadow(0 12px 22px rgba(20,24,38,.28));height:auto;transition:transform .22s ease,filter .22s ease;width:100%}.seat:not(:disabled):hover{transform:translateY(-4px) scale(1.05)}.seat:not(:disabled):hover .seat__icon{filter:drop-shadow(0 20px 30px rgba(20,24,38,.24))}.seat--sacred{cursor:pointer}.seat--sacred .seat__icon{filter:drop-shadow(0 14px 26px rgba(243,170,67,.6))}.seat--sacred:not(:disabled):hover{transform:translateY(-5px) scale(1.07)}.seat--sacred:not(:disabled):hover .seat__icon{filter:drop-shadow(0 24px 36px rgba(243,170,67,.7))}.seat--silver{cursor:pointer}.seat--silver .seat__icon{filter:drop-shadow(0 14px 24px rgba(136,149,178,.55))}.seat--silver:not(:disabled):hover{transform:translateY(-4px) scale(1.06)}.seat--silver:not(:disabled):hover .seat__icon{filter:drop-shadow(0 24px 34px rgba(136,149,178,.6))}.sacred-modal__overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f1222a6;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:20}.sacred-modal{background:#fff;border-radius:24px;box-shadow:0 40px 80px -40px #0c102cb3;display:flex;flex-direction:column;gap:1rem;padding:clamp(1.5rem,4vw,2.5rem);width:min(480px,100%)}.sacred-modal__title{color:#1f2333;font-size:1.5rem;font-weight:700;margin:0}.sacred-modal__label{color:#1f2333;display:flex;flex-direction:column;font-weight:600;gap:.45rem;text-align:left}.sacred-modal__input,.sacred-modal__select,.sacred-modal__textarea{background:#f9faffe6;border:1px solid #1018281f;border-radius:16px;font-family:inherit;font-size:1rem;padding:.85rem 1rem;transition:border .2s ease,box-shadow .2s ease}.sacred-modal__textarea{resize:vertical}.sacred-modal__input:focus,.sacred-modal__select:focus,.sacred-modal__textarea:focus{border-color:#f6ad3bcc;box-shadow:0 0 0 3px #f6ad3b33;outline:none}.sacred-modal__actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.sacred-modal__warning{color:#b3261e;flex:1 1 100%;font-size:.9rem;font-weight:600;margin:0}.sacred-modal__primary,.sacred-modal__secondary{border:none;border-radius:16px;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.4rem;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.sacred-modal__primary{background:linear-gradient(120deg,#f6b23b,#f68a3b);box-shadow:0 20px 40px -22px #f68a3ba6;color:#fff}.sacred-modal__primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.sacred-modal__secondary{background:#0f12220f;color:#1f2333}.sacred-modal__primary:not(:disabled):hover,.sacred-modal__secondary:hover{transform:translateY(-2px)}.timer-page{align-items:center;background:#0000;border:none;box-shadow:none;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,3rem);max-width:1200px;padding:clamp(2.5rem,6vw,4.5rem) clamp(2rem,6vw,4rem);text-align:center;width:100%}.timer-page--active{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #f6ad3b1a;border-radius:32px;box-shadow:0 20px 50px #00000080}.timer-page--active .timer-display__action{background:#f6ad3b14;border:1px solid #f6ad3b33;color:#f6ad3b;transition:all .2s ease}.timer-page--active .timer-display__action:hover{background:#f6ad3b26;border-color:#f6ad3b66;box-shadow:0 0 15px #f6ad3b26}.timer-page__title{color:#1f2333;font-size:clamp(1.8rem,3.8vw,2.6rem);font-weight:700;letter-spacing:.12em;margin:0;text-transform:uppercase}.timer-page__title--active{color:#f6ad3b}.timer-page__subtitle{color:#1f2333bf;font-size:1.1rem;margin:0 0 1rem;text-align:center}.timer-page--active .timer-page__subtitle{color:#f6ad3bcc}.timer-intent{background:#ffffffe6;border:1px solid #14182614;border-radius:20px;box-shadow:0 20px 50px -30px #14182659;padding:1.25rem 1.5rem;text-align:left;width:min(640px,100%)}.timer-intent__heading{color:#1f233399;font-size:.85rem;letter-spacing:.2em;margin-bottom:.35rem;text-transform:uppercase}.timer-intent__category{color:#1f2333;font-size:1.2rem;font-weight:700;margin-bottom:.4rem}.timer-intent__description{color:#1f2333d9;line-height:1.6;margin:0 0 .35rem}.timer-intent--active{background:#ffffff1f;border-color:#ffffff59;color:#f5f7ff}.timer-intent--active .timer-intent__category{font-size:clamp(1.6rem,4vw,2.4rem);letter-spacing:.08em;text-transform:uppercase}.timer-intent--active .timer-intent__description{color:#f5f7ffcc;font-size:1rem}.timer-intent__timestamp{color:#1f233399;font-size:.9rem;margin:0}.timer-log{background:#fffffff2;border:1px solid #1f233314;border-radius:20px;box-shadow:0 22px 45px -32px #14182640;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;text-align:left;width:min(640px,100%)}.timer-log__title{color:#1f2333a6;font-size:1rem;letter-spacing:.12em;margin:0;text-transform:uppercase}.timer-log__empty{color:#1f2333b3;font-weight:500;margin:0}.timer-log__entries{display:flex;flex-direction:column;gap:.85rem;max-height:320px;overflow-y:auto;padding-right:.25rem}.timer-log__entry{align-items:center;background:#f7f9ffd9;border:1px solid #1f233314;border-radius:16px;display:flex;gap:1rem;justify-content:space-between;padding:.85rem 1rem}.timer-log__meta{color:#1f2333;display:flex;flex-direction:column;font-weight:700;min-width:70px}.timer-log__number{font-size:1rem}.timer-log__date{color:#1f2333b3;font-size:.85rem}.timer-log__details{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;text-align:left}.timer-log__details--full{width:100%}.timer-log__activity{color:#1f2333;font-weight:600}.timer-log__description{color:#1f2333bf;font-size:.9rem;margin:.15rem 0 0}.timer-log__time{color:#1f2333cc;font-size:.95rem;font-weight:600;white-space:nowrap}.timer-trophies{background:#ffffffeb;border:1px solid #1f233314;border-radius:26px;box-shadow:0 22px 45px -35px #1418264d;margin-top:2rem;max-width:960px;padding:2rem;text-align:center;width:100%}.app-shell--timer .timer-trophies{background:#ffffff14;border-color:#ffffff2e;color:#f5f7ffe6}.timer-trophies__title{color:#1f2333a6;font-size:.95rem;letter-spacing:.18em;margin:0 0 1rem;text-transform:uppercase}.app-shell--timer .timer-trophies__title{color:#f5f7ffb3}.timer-trophies__empty{color:#1f2333b3;margin:0}.app-shell--timer .timer-trophies__empty{color:#f5f7ffcc}.timer-trophies__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(10,minmax(70px,1fr));justify-items:center}.timer-trophies__item{align-items:center;background:#fffffff2;border:1px solid #1f23331a;border-radius:18px;box-shadow:0 12px 30px -22px #14182659;display:flex;flex-direction:column;gap:.25rem;height:90px;justify-content:center;width:100%}.timer-trophies__item svg{fill:#f4b400;height:32px;width:32px}.timer-trophies__item span{color:#1f2333b3;font-size:.85rem;font-weight:600}.app-shell--timer .timer-trophies__item{background:#0a0d19cc;border-color:#fff3;box-shadow:0 12px 30px -24px #00000080}.app-shell--timer .timer-trophies__item span{color:#f5f7ffcc}.timer-display-wrapper{align-items:center;display:flex;flex-direction:column;gap:.75rem}.timer-display{font-feature-settings:"tnum";color:#f6ad3b;font-size:clamp(5rem,15vw,9rem);font-variant-numeric:tabular-nums;font-weight:200;letter-spacing:.05em;margin-bottom:clamp(1.5rem,4vw,3rem);text-shadow:0 0 30px #f6ad3b40}.timer-display__action{background:#ffffffe6;border:1px solid #1f23331f;border-radius:999px;box-shadow:0 12px 24px -18px #14182699;color:#1f2333;cursor:pointer;font-size:.9rem;font-weight:600;padding:.35rem 1.2rem;transition:transform .15s ease,box-shadow .15s ease}.timer-display__action:hover{box-shadow:0 18px 32px -20px #14182673;transform:translateY(-1px)}.timer-settings{background:#ffffffeb;border:1px solid #14182614;border-radius:18px;box-shadow:0 20px 40px -32px #14182659;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;width:min(520px,100%)}.timer-settings__inputs{display:flex;flex-wrap:wrap;gap:1rem}.timer-settings__label{color:#1f2333d9;display:flex;flex:1 1 140px;flex-direction:column;font-size:.95rem;font-weight:600;gap:.35rem;min-width:140px}.timer-settings__input{background:#f7f9ffd9;border:1px solid #1418261f;border-radius:12px;font-family:inherit;font-size:1rem;padding:.65rem .75rem}.timer-settings__apply{align-self:flex-start;background:linear-gradient(120deg,#4456ffe6,#72baffe6);border:none;border-radius:999px;box-shadow:0 14px 35px -22px #4456ffd9;color:#fff;cursor:pointer;font-weight:600;letter-spacing:.04em;padding:.45rem 1.3rem;transition:transform .2s ease,box-shadow .2s ease}.timer-settings__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.timer-settings__cancel{background:#1f233314;border:none;border-radius:999px;color:#1f2333;cursor:pointer;font-weight:600;padding:.45rem 1.2rem}.timer-settings__apply:hover{box-shadow:0 18px 42px -25px #4456ffe6;transform:translateY(-1px)}.timer-settings__hint{color:#1f2333a6;font-size:.9rem;margin:0}.timer-settings__error{color:#c73636;font-size:.9rem;font-weight:600;margin:0}.timer-progress{margin:0 auto clamp(1.8rem,4vw,3rem);padding:clamp(1rem,3vw,1.5rem);width:min(100%,960px)}.timer-progress__track{align-items:center;background:linear-gradient(145deg,#eef1fb,#f7f9ff);border:1px solid #1a237e14;border-radius:24px;display:flex;height:80px;overflow:visible;position:relative}.timer-progress__line{background:linear-gradient(90deg,#4f7affd9,#9a73ffd9);border-radius:999px;height:4px;left:6%;position:absolute;right:14%;top:60%}.timer-progress__figure{align-items:center;animation:kinetic-bob 2.4s ease-in-out infinite;bottom:36px;display:flex;justify-content:center;position:absolute;transform:translateX(-50%);transition:left .6s ease}.timer-progress__figure svg{height:auto;width:clamp(46px,6vw,62px)}.timer-progress__flag svg{height:auto;width:clamp(40px,5.5vw,58px)}.timer-progress__flag{align-items:center;animation:flag-wave 3s ease-in-out infinite;bottom:38px;position:absolute;right:4%}.controls,.timer-progress__flag{display:flex;justify-content:center}.controls{flex-wrap:wrap;gap:1.2rem}.controls button{background:linear-gradient(135deg,#4456ff,#5fb0ff);border:none;border-radius:14px;box-shadow:0 18px 35px -22px #4456ffb3;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.02em;padding:.85rem 2.5rem;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.controls button:hover:not(:disabled){box-shadow:0 22px 45px -25px #4456ffbf;transform:translateY(-2px)}.controls button:disabled{cursor:not-allowed;filter:grayscale(30%);opacity:.8}.controls__link-button{align-items:center;background:#ffffffe6;border:1px solid #2d57ff59;border-radius:16px;box-shadow:0 18px 35px -24px #2d57ff66;color:#2d57ff;display:inline-flex;font-weight:600;justify-content:center;padding:.85rem 2rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.controls__link-button:hover{box-shadow:0 22px 45px -26px #2d57ff99;transform:translateY(-2px)}.app-shell--timer .controls__link-button{background:#ffffff26;border-color:#ffffff4d;color:#f5f7ffd9}.controls--timer button:last-of-type{background:linear-gradient(135deg,#a9b2ff,#c5d8ff);box-shadow:0 18px 35px -24px #626eff8c;color:#1f2333}.controls button.controls__start-task{background:linear-gradient(135deg,#00b09b,#96c93d);box-shadow:0 18px 35px -24px #00b09bb3;color:#fff}.controls button.controls__start-task:hover{box-shadow:0 22px 45px -25px #00b09bbf;transform:translateY(-2px)}.controls button.controls__fail{background:#ff3b30;box-shadow:0 18px 38px -24px #ff3b30bf;color:#fff}.controls button.controls__fail:hover{box-shadow:0 20px 45px -25px #ff3b30d9;transform:translateY(-2px)}.controls button.controls__cancel{background:#ff3b30;box-shadow:0 18px 38px -24px #ff3b30bf;color:#fff}.controls button.controls__cancel:hover{box-shadow:0 20px 45px -25px #ff3b30d9;transform:translateY(-2px)}@keyframes kinetic-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-6px)}}@keyframes flag-wave{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.timer-modal__overlay{align-items:center;animation:modal-fade-in .2s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0e1c8c;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.timer-modal{animation:modal-scale-in .22s ease-out;background:linear-gradient(145deg,#ffffffeb,#eef3fff5);border:1px solid #395aff26;border-radius:28px;box-shadow:0 45px 80px -40px #14182673;padding:clamp(1.75rem,4vw,2.5rem);text-align:center;width:min(92vw,420px)}.timer-modal--warning .timer-modal__title{color:#b3261e}.timer-modal__danger{background:linear-gradient(135deg,#ff5f6d,#ffc371);border:none;border-radius:16px;box-shadow:0 25px 45px -30px #ff5f6dbf;color:#1f2333;cursor:pointer;font-weight:600;padding:.85rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease}.timer-modal__danger:hover{box-shadow:0 30px 50px -28px #ff5f6dd9;transform:translateY(-1px)}.top-nav__auth{gap:12px}.top-nav__auth-button{background:#f1f2f5;border-radius:10px;color:#333;font-size:15px;padding:8px 16px;text-decoration:none;transition:.2s}.top-nav__auth-button:hover{background:#e2e4ea}.top-nav__auth-button--primary{background:#2d57ff;color:#fff}.top-nav__auth-button--primary:hover{background:#1c3be7}.top-nav__user-menu{position:relative}.top-nav__profile{align-items:center;background:#ffffffbf;border:1px solid #1e213b26;border-radius:18px;box-shadow:inset 0 0 0 1px #fff6;cursor:pointer;display:flex;gap:10px;padding:6px 16px}.top-nav__profile-icon{fill:#333749d9;height:18px;width:18px}.app-shell--timer .top-nav__profile-icon{fill:#f5f7ffd9}.app-shell--timer .top-nav__profile{background:#06081299;border:1px solid #ffffff40;box-shadow:inset 0 0 0 1px #ffffff14;color:#f5f7ffe6}.top-nav__profile img{border-radius:50%;height:32px;object-fit:cover;width:32px}.top-nav__avatar-fallback{align-items:center;background:#2d57ff;border-radius:50%;color:#fff;display:flex;font-weight:700;height:32px;justify-content:center;width:32px}.top-nav__profile span{color:#333;font-size:14px;font-weight:600}.top-nav__dropdown{background:#fff;border-radius:12px;box-shadow:0 12px 36px #0000001f;display:flex;flex-direction:column;min-width:160px;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:50}.top-nav__dropdown-item{background:none;border:none;border-radius:8px;color:#1f2333;font-size:14px;padding:8px 12px;text-align:left;text-decoration:none}.top-nav__dropdown-item:hover{background:#2d57ff1a}.top-nav__dropdown-item--danger{color:#c73636}.profile-page{background:linear-gradient(135deg,#f7f9fc,#e8efff);display:flex;flex-direction:column;gap:24px;min-height:100vh;padding:clamp(24px,6vw,48px)}.profile-page--full{align-items:stretch;justify-content:flex-start}.profile-header h1{font-size:clamp(32px,4vw,40px);margin:0}.profile-date-joined{color:#1f2333bf;margin:6px 0 0}.profile-info{background:#fff;border-radius:24px;box-shadow:0 18px 40px #14182614;padding:24px}.profile-form{display:flex;flex-direction:column;gap:16px}.profile-form--wide{gap:18px}.profile-form__group{display:flex;flex-wrap:wrap;gap:16px}.profile-form label{color:#1f2333;display:flex;flex:1 1;flex-direction:column;font-weight:600;gap:6px;min-width:220px}.profile-form input,.profile-form select{background:#fff;border:1px solid #00000026;border-radius:12px;font-size:15px;padding:12px 14px}.profile-save{align-self:flex-start;background:linear-gradient(135deg,#2d57ff,#6a8dff);border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:16px;padding:14px 28px}.profile-heatmap-wrapper{background:#fff;border-radius:24px;box-shadow:0 18px 40px #14182614;padding:24px}.profile-heatmap{--heatmap-day-size:14px;--heatmap-week-gap:4px;display:flex;flex-direction:column;gap:12px}.profile-heatmap__months-row{align-items:flex-end;display:grid;grid-template-columns:48px auto}.profile-heatmap__month-spacer{height:1px;width:48px}.profile-heatmap__months{grid-column-gap:var(--heatmap-week-gap);color:#1f233399;column-gap:var(--heatmap-week-gap);display:grid;font-size:11px;grid-auto-columns:var(--heatmap-day-size);grid-auto-flow:column;text-align:center}.profile-heatmap__month-label{opacity:0;transition:opacity .2s ease}.profile-heatmap__month-label--visible{opacity:1}.profile-heatmap__body{display:flex}.profile-heatmap__day-labels{grid-row-gap:var(--heatmap-week-gap);color:#1f233399;display:grid;font-size:11px;grid-template-rows:repeat(7,var(--heatmap-day-size));padding-right:8px;row-gap:var(--heatmap-week-gap);text-align:right;width:48px}.profile-heatmap__weeks{grid-column-gap:var(--heatmap-week-gap);column-gap:var(--heatmap-week-gap);display:grid;grid-auto-columns:var(--heatmap-day-size);grid-auto-flow:column}.profile-heatmap__week{grid-row-gap:var(--heatmap-week-gap);display:grid;grid-template-rows:repeat(7,var(--heatmap-day-size));row-gap:var(--heatmap-week-gap)}.profile-heatmap__day{background:#eef1f7;border-radius:2px;height:var(--heatmap-day-size);width:var(--heatmap-day-size)}.profile-heatmap__day--level0{background:#eef1f7}.profile-heatmap__day--level1{background:#d9e8ff}.profile-heatmap__day--level2{background:#a8c7ff}.profile-heatmap__day--level3{background:#6a9fff}.profile-heatmap__day--level4{background:#2d57ff}.profile-heatmap__legend{align-items:center;color:#1f2333b3;display:flex;font-size:13px;gap:6px;margin-top:12px}.profile-heatmap__legend-box{border-radius:4px;height:16px;width:16px}.wishlist-page{display:flex;flex-direction:column;gap:28px;padding:32px}.wishlist-section{background:#fff;border-radius:24px;box-shadow:0 18px 40px #14182614;padding:32px;width:100%}.wishlist-section header h1,.wishlist-section header h2,.wishlist-section header h3{color:#13162a;margin:0}.wishlist-section header p{color:#1f2333b3;margin:8px 0 18px}.wishlist-direction-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.wishlist-direction-form input{border:1px solid #00000026;border-radius:14px;flex:1 1;font-size:16px;padding:14px}.wishlist-direction-form button{background:linear-gradient(135deg,#2d57ff,#6a8dff);border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:15px;padding:12px 24px}.wishlist-direction-history{display:flex;flex-wrap:wrap;gap:12px}.wishlist-direction-chip{background:#2d57ff14;border-radius:16px;display:flex;flex-direction:column;gap:4px;padding:12px 16px}.wishlist-direction-chip span{color:#1f2333;font-weight:600}.wishlist-direction-chip small{color:#1f233399}.wishlist-section--tasks{grid-gap:32px;display:grid;gap:32px;grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.wishlist-progress-panel,.wishlist-tasks-panel{background:#f6f7fbcc;border-radius:20px;height:100%;padding:24px}.wishlist-task-form{display:flex;gap:12px;margin-bottom:20px}.wishlist-task-form input{border:1px solid #00000026;border-radius:12px;flex:1 1;font-size:15px;padding:12px}.wishlist-task-form button{background:#2d57ff;border:none;border-radius:12px;color:#fff;cursor:pointer;padding:12px 20px}.wishlist-task-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.wishlist-task-list li{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:12px;display:flex;justify-content:space-between;padding:12px 16px}.wishlist-task-list li.completed{background:#2ecc7126;border-color:#2ecc7166}.wishlist-task-list label{align-items:center;color:#1f2333;display:flex;font-size:15px;gap:10px}.wishlist-task-status{color:#1f233399;font-size:13px;font-weight:600}.wishlist-task-list li.completed .wishlist-task-status{color:#2e8b57}.wishlist-progress-panel{text-align:center}.wishlist-progress-chart{height:180px;margin:18px auto;position:relative;width:180px}.wishlist-progress-track{fill:none;stroke:#1f23331a}.wishlist-progress-indicator{fill:none;stroke:#2d57ff;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .4s ease}.wishlist-progress-text{fill:#1f2333;font-size:26px;font-weight:700}.wishlist-loading{color:#1f2333b3}.wishlist-empty{color:#1f233399}.wishlist-toast{color:#2c7a2c;font-weight:600;margin-top:16px}.wishlist-error{color:#c53030;font-weight:600;margin-top:12px}.wishlist-section--tasks small{color:#1f233399;display:block}.wishlist-section--history{display:flex;flex-direction:column;gap:16px}.focus-record-page{align-items:center;display:flex;flex-direction:column;padding:32px}.focus-record-card{background:#fff;border-radius:24px;box-shadow:0 20px 50px #14182614;padding:40px;width:min(1200px,100%)}.focus-record-card--stretch{width:100%}.focus-record-table{border-collapse:collapse;margin-top:16px;width:100%}.focus-record-table td,.focus-record-table th{border-bottom:1px solid #1f233314;font-size:1.05rem;padding:18px;text-align:left}.focus-record-table th{color:#1f233399;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase}.focus-record-empty{color:#1f233399;text-align:center}.wishlist-history-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.wishlist-history-item{align-items:center;background:#f6f7fbe6;border-radius:18px;display:flex;gap:24px;justify-content:space-between;padding:16px 20px}.wishlist-history-item--empty{background:#a0a0a026}.wishlist-history-date{color:#13162a;font-weight:600;min-width:140px}.wishlist-history-progress{flex:1 1}.wishlist-history-progress__track{background:#1f23331a;border-radius:999px;height:12px;margin-bottom:6px;overflow:hidden;width:100%}.wishlist-history-progress__fill{background:linear-gradient(135deg,#2d57ff,#6a8dff);height:100%}.wishlist-history-progress__fill--empty{background:#1f233333}.wishlist-history-label{color:#1f2333b3;font-size:13px}.top-nav__dropdown-item+.top-nav__dropdown-item{margin-top:4px}.profile-avatar-preview__frame{align-items:center;background:#00000005;border:1px dashed #0003;border-radius:16px;display:flex;justify-content:center;min-height:140px;overflow:hidden;width:100%}.profile-avatar-preview__frame img{height:100%;object-fit:cover;width:100%}.profile-avatar{align-items:center;background:#e0e5f2;border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 16px;overflow:hidden;position:relative;width:120px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.profile-avatar__fallback{color:#fff;font-size:36px;font-weight:600}.profile-avatar__edit{align-items:center;background:#2d57ff;border-radius:50%;bottom:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;position:absolute;right:6px;width:32px}.profile-avatar__edit input{display:none}.profile-form button{background:linear-gradient(135deg,#2d57ff,#6a8dff);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:14px}.profile-toast{background:#2d57ff1a;border-radius:12px;color:#2d57ff;font-weight:600;margin-top:16px;padding:10px 16px;text-align:center}.top-nav__auth{align-items:center;display:flex;gap:14px;margin-left:20px}.top-nav__login,.top-nav__signup{border-radius:10px;font-size:14px;font-weight:500;padding:6px 14px;text-decoration:none}.top-nav__login{background:#f1f1f1}.top-nav__signup{background:#2d57ff;color:#fff}.top-nav__user{color:#555;font-size:14px;font-weight:600}.top-nav__logout{background:#ff4d4d;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:6px 12px}.timer-modal__title{color:#1f2333;font-size:clamp(1.4rem,2.8vw,1.9rem);font-weight:700;margin-bottom:1rem}.timer-modal__subtitle{color:#202434bf;font-size:clamp(.95rem,2.4vw,1.1rem);line-height:1.6;margin:0 auto 1.75rem;max-width:320px}.timer-modal__actions{display:flex;flex-direction:column;gap:.85rem}.timer-modal__warning{background:#ff4d6d1a;border:1px solid #ff4d6d4d;border-radius:14px;color:#8a2436;font-size:.9rem;line-height:1.4;padding:.85rem 1rem}.timer-modal__confirm-actions{display:flex;flex-direction:column;gap:.75rem}.timer-modal__primary{background:linear-gradient(135deg,#4c6fff,#40d6c2);border:none;border-radius:16px;box-shadow:0 24px 55px -25px #40adffa6;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem clamp(1rem,4vw,1.6rem);transition:transform .18s ease,box-shadow .18s ease}.timer-modal__primary:hover{box-shadow:0 28px 60px -28px #40adffb3;transform:translateY(-2px)}.timer-modal__primary--danger,.timer-modal__primary--success{background:linear-gradient(135deg,#34c759,#0fb668);box-shadow:0 24px 55px -25px #34c75980}.timer-modal__secondary{background:#c4cbdf73;border:none;border-radius:14px;color:#1f2333b3;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.25rem;transition:opacity .18s ease,transform .18s ease}.timer-modal__secondary:hover{opacity:.85;transform:translateY(-1px)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.session-history{background:#0000;border:none;border-radius:0;box-shadow:none;margin:clamp(2.5rem,5vw,4rem) auto 0;overflow:visible;width:min(100%,1000px)}.session-history__title{color:#1f2333;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;margin:0 0 .85rem}.session-history__table{display:flex;flex-direction:column}.session-history__row{grid-gap:clamp(.5rem,2vw,1.25rem);align-items:center;color:#2a3148;display:grid;font-size:clamp(.9rem,2vw,1.05rem);gap:clamp(.5rem,2vw,1.25rem);grid-template-columns:70px 1fr 1fr 1fr;padding:clamp(.6rem,2vw,1rem) clamp(.8rem,2.5vw,1.5rem)}.session-history__row:nth-of-type(2n){background:#f0f4ff59}.session-history__row--head{background:#eef3ff73;color:#1f2333b3;font-size:clamp(.85rem,1.8vw,.95rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media (max-width:1024px){.sidebar{width:200px}}@media (max-width:880px){.content-area{flex-direction:column}.sidebar{border-bottom:1px solid #14182614;border-right:none;flex-direction:row;justify-content:center;width:100%}.sidebar__button{flex:1 1;text-align:center}.whiteboard{padding-top:1.5rem}.study-room__grid{grid-template-columns:repeat(5,minmax(56px,1fr))}}@media (max-width:640px){.top-nav{padding:1rem}.top-nav__inner{align-items:center;flex-direction:column}.top-nav__tabs{justify-content:center;width:100%}.study-room,.timer-page{border-radius:24px}.controls{flex-direction:column}.controls button{width:100%}}.core-principles{background:#ffffffe0;border:1px solid #1418260f;border-radius:32px;box-shadow:0 40px 70px -45px #12182e59;max-width:720px;padding:clamp(1.75rem,4vw,3rem);text-align:left;width:100%}.core-principles__title{color:#1f2333;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin-bottom:1.5rem;text-align:center}.core-principles__list{color:#2a3148;display:flex;flex-direction:column;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:600;gap:1rem;list-style:decimal inside;margin:0;padding:0}.core-principles__list li{background:#eef2ffd9;border:1px solid #395aff14;border-radius:16px;box-shadow:0 20px 40px -30px #1f233359;padding:1rem 1.25rem}.timer-page__header-group{gap:.75rem;position:relative}.timer-page__edit-btn,.timer-page__header-group{align-items:center;display:flex;justify-content:center}.timer-page__edit-btn{background:#0000;border:none;border-radius:50%;color:#f6ad3b80;cursor:pointer;font-size:1.2rem;padding:.25rem;transition:all .2s ease}.timer-page__edit-btn:hover{background:#f6ad3b1a;color:#f6ad3b}.timer-page__edit-intent{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;max-width:400px;width:100%}.timer-page__edit-input{background:#0003;border:1px solid #f6ad3b4d;border-radius:12px;color:#f6ad3b;font-family:inherit;padding:.5rem 1rem;text-align:center;transition:all .2s ease;width:100%}.timer-page__edit-input:focus{background:#0006;border-color:#f6ad3b;box-shadow:0 0 0 2px #f6ad3b33;outline:none}.timer-page__edit-input--title{font-size:1.5rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.timer-page__edit-input--subtitle{color:#f6ad3bcc;font-size:1rem}.timer-page__edit-actions{display:flex;gap:.5rem;margin-top:.25rem}.timer-page__edit-cancel,.timer-page__edit-save{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.4rem 1rem;transition:all .2s ease}.timer-page__edit-save{background:#f6ad3b33;border-color:#f6ad3b4d;color:#f6ad3b}.timer-page__edit-save:hover{background:#f6ad3b4d}.timer-page__edit-cancel{background:#0000;color:#fff9}.timer-page__edit-cancel:hover{background:#ffffff0d;color:#ffffffe6}.sacred-nav{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;width:100%;z-index:10}.sacred-nav__button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border:1px solid #14182614;border-radius:999px;color:#1f2333;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.sacred-nav__button:hover{background:#ffffffe6;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.sacred-nav__button--active{background:#fff;border-color:#14182626;box-shadow:0 4px 15px #00000014;color:#1f2333}body.timer-active .sacred-nav__button{background:#ffffff0d;border-color:#0000;color:#f6ad3b99}body.timer-active .sacred-nav__button:hover{background:#f6ad3b1a;color:#f6ad3b}body.timer-active .sacred-nav__button--active{background:#f6ad3b26;border-color:#f6ad3b66;box-shadow:0 0 15px #f6ad3b26;color:#f6ad3b}
/*# sourceMappingURL=main.6656ace8.css.map*/