@import"https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap";.app{margin:0 auto;max-width:1040px;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2.5rem;color:var(--color-text)}.app__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 2rem}.app__header h1{margin:0;font-size:clamp(2.4rem,3vw,3rem);letter-spacing:.02em}.app__tagline{margin:.5rem 0 0;font-size:1.1rem;color:var(--color-tagline)}.app__header-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.app__settings-button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border-radius:.85rem;border:1px solid var(--color-border);background:var(--color-input-bg);color:var(--color-text);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.app__settings-button:hover{background:var(--color-input-hover);border-color:var(--color-accent);color:var(--color-accent)}.app__settings-button:focus-visible{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #1f6f8b2e}.app__settings-icon{display:block;font-size:1.4rem;line-height:1}.reset-button{padding:.75rem 1.5rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-elevated);color:var(--color-text);font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 12px 24px #19413c1f}.reset-button:hover{border-color:var(--color-accent);background:linear-gradient(135deg,var(--color-surface-hover-start),var(--color-surface-hover-end));box-shadow:0 14px 26px #1f6f8b2e}.reset-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;background:var(--color-disabled-bg);color:var(--color-disabled-text)}.week-context{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem 2rem;background:var(--color-surface);border-radius:1.25rem;padding:1.5rem 2rem;border:1px solid var(--color-border);box-shadow:0 28px 60px #173c372e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.week-context__info{display:flex;flex-direction:column;gap:.35rem}.week-context__label{text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:var(--color-text-soft)}.week-context__title{font-size:1.4rem}.week-context__day{font-size:.95rem;color:var(--color-text-muted)}.week-context__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;margin-left:auto}.week-context__controls{display:flex;align-items:flex-end;gap:1rem}.week-selector{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:var(--color-text-muted)}.week-selector__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-soft)}.week-selector select{border-radius:.75rem;border:1px solid var(--color-border);padding:.65rem .95rem;font-size:1rem;background:var(--color-input-bg);color:var(--color-text);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.week-selector select:hover{background:var(--color-input-hover)}.week-selector select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #1f6f8b2e;background:var(--color-surface-elevated)}.week-context__badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.45rem .9rem;background:var(--color-accent-soft);color:var(--color-accent);font-weight:600;font-size:.85rem;letter-spacing:.04em}.settings-panel__overlay{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:flex-end;padding:2rem;background:#0a181659;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.settings-panel{width:min(360px,100%);background:var(--color-surface);border-radius:1.25rem;border:1px solid var(--color-border);box-shadow:0 30px 60px #12322f3d;padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem;outline:none}.settings-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.settings-panel__header h2{margin:0;font-size:1.4rem}.settings-panel__close-button{flex-shrink:0}.settings-panel__close-button:focus-visible{outline:none;box-shadow:0 0 0 4px #1f6f8b2e}.settings-panel__content{display:flex;flex-direction:column;gap:1.25rem}.settings-panel__section{display:flex;flex-direction:column;gap:1rem}.settings-panel__field{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:var(--color-text-muted)}.settings-panel__field-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-soft)}.settings-panel__field select{border-radius:.75rem;border:1px solid var(--color-border);padding:.75rem 1rem;font-size:1rem;background:var(--color-input-bg);color:var(--color-text);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.settings-panel__field select:hover{background:var(--color-input-hover)}.settings-panel__field select:focus-visible{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #1f6f8b2e;background:var(--color-surface-elevated)}.settings-panel__separator{height:1px;background:var(--color-border);opacity:.6}.settings-panel__section--actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.75rem}.settings-panel__button{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:.85rem;width:2.75rem;height:2.75rem;padding:0;background:var(--color-surface-elevated);color:var(--color-text);font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.settings-panel__button--icon{border-radius:.95rem}.settings-panel__button-icon{width:1.4rem;height:1.4rem;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.settings-panel__button-icon--export{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%20fill='currentColor'%3e%3cpath%20d='M10%203a.75.75%200%200%201%20.75.75V11l2.22-2.22a.75.75%200%201%201%201.06%201.06l-3.5%203.5a.75.75%200%200%201-1.06%200l-3.5-3.5a.75.75%200%201%201%201.06-1.06L9.25%2011V3.75A.75.75%200%200%201%2010%203Z'%20/%3e%3cpath%20d='M4%2015.25A1.75%201.75%200%200%200%205.75%2017h8.5A1.75%201.75%200%200%200%2016%2015.25V12a.75.75%200%200%200-1.5%200v3.25a.25.25%200%200%201-.25.25h-8.5a.25.25%200%200%201-.25-.25V12A.75.75%200%200%200%204%2012v3.25Z'%20/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%20fill='currentColor'%3e%3cpath%20d='M10%203a.75.75%200%200%201%20.75.75V11l2.22-2.22a.75.75%200%201%201%201.06%201.06l-3.5%203.5a.75.75%200%200%201-1.06%200l-3.5-3.5a.75.75%200%201%201%201.06-1.06L9.25%2011V3.75A.75.75%200%200%201%2010%203Z'%20/%3e%3cpath%20d='M4%2015.25A1.75%201.75%200%200%200%205.75%2017h8.5A1.75%201.75%200%200%200%2016%2015.25V12a.75.75%200%200%200-1.5%200v3.25a.25.25%200%200%201-.25.25h-8.5a.25.25%200%200%201-.25-.25V12A.75.75%200%200%200%204%2012v3.25Z'%20/%3e%3c/svg%3e")}.settings-panel__button-icon--import{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%20fill='currentColor'%3e%3cpath%20d='M10%2017a.75.75%200%200%201-.75-.75V9L7.03%2011.22a.75.75%200%201%201-1.06-1.06l3.5-3.5a.75.75%200%200%201%201.06%200l3.5%203.5a.75.75%200%201%201-1.06%201.06L10.75%209v7.25A.75.75%200%200%201%2010%2017Z'%20/%3e%3cpath%20d='M4%204.75A1.75%201.75%200%200%201%205.75%203h8.5A1.75%201.75%200%200%201%2016%204.75V8a.75.75%200%200%201-1.5%200V4.75a.25.25%200%200%200-.25-.25h-8.5a.25.25%200%200%200-.25.25V8A.75.75%200%200%201%204%208V4.75Z'%20/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%20fill='currentColor'%3e%3cpath%20d='M10%2017a.75.75%200%200%201-.75-.75V9L7.03%2011.22a.75.75%200%201%201-1.06-1.06l3.5-3.5a.75.75%200%200%201%201.06%200l3.5%203.5a.75.75%200%201%201-1.06%201.06L10.75%209v7.25A.75.75%200%200%201%2010%2017Z'%20/%3e%3cpath%20d='M4%204.75A1.75%201.75%200%200%201%205.75%203h8.5A1.75%201.75%200%200%201%2016%204.75V8a.75.75%200%200%201-1.5%200V4.75a.25.25%200%200%200-.25-.25h-8.5a.25.25%200%200%200-.25.25V8A.75.75%200%200%201%204%208V4.75Z'%20/%3e%3c/svg%3e")}.settings-panel__button:hover:not(:disabled){background:linear-gradient(135deg,var(--color-surface-hover-start),var(--color-surface-hover-end));border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 16px 32px #1f6f8b2e}.settings-panel__button:focus-visible{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #1f6f8b2e}.settings-panel__button:disabled{cursor:not-allowed;opacity:.6;background:var(--color-disabled-bg);color:var(--color-disabled-text);box-shadow:none}.settings-panel__file-input{display:none}.settings-panel__footer{display:flex;justify-content:flex-end;border-top:1px solid var(--color-border);padding-top:.75rem;margin-top:-.25rem}.settings-panel__version{color:var(--color-text-soft);font-size:.9rem}.summary{display:flex;flex-direction:column;gap:1.75rem;background:var(--color-surface);border-radius:1.25rem;padding:1.75rem 2rem;border:1px solid var(--color-border);box-shadow:0 30px 60px #12322f29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.summary__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.summary__stat{display:flex;flex-direction:column;gap:.25rem}.summary__label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-soft)}.summary strong{font-size:1.6rem;color:var(--color-accent-strong)}.summary__progress-card,.summary__progress{display:flex;flex-direction:column;gap:.75rem}.summary__progress-item{display:flex;flex-direction:column;gap:.5rem}.summary__progress-header{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--color-text)}.summary__progress-track{position:relative;height:.65rem;border-radius:999px;background:#2a514c1f;overflow:hidden}.summary__progress-fill{position:absolute;inset:0;width:0;border-radius:inherit;background:linear-gradient(90deg,#5fd3ba99,#5fd3ba);transition:width .3s ease}.summary__progress-fill--accent{background:linear-gradient(90deg,#2f855a99,#2f855a)}.planner{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:2.5rem;align-items:start}@media (max-width: 900px){.week-context{flex-direction:column;align-items:flex-start}.week-context__actions{width:100%;align-items:stretch}.week-context__controls{flex-direction:column;align-items:flex-start;gap:.75rem}.week-context__badge{align-self:flex-start}.planner{grid-template-columns:1fr}}@media (max-width: 600px){.settings-panel__overlay{align-items:flex-start;justify-content:center;padding:1.25rem}.settings-panel{width:min(420px,100%);padding:1.5rem}}.planner__form{background:var(--color-surface);border-radius:1.25rem;padding:1.75rem;border:1px solid var(--color-border);box-shadow:0 28px 56px #12322f24;display:flex;flex-direction:column;gap:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.planner__form h2{margin:0;font-size:1.5rem}.planner__field{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:var(--color-text-muted)}.planner__target-control{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.planner__target-display{display:inline-flex;align-items:baseline;gap:.4rem;font-size:1.1rem;color:var(--color-text)}.planner__target-display strong{font-size:1.5rem;color:var(--color-accent-strong)}.planner__field input{border-radius:.75rem;border:1px solid var(--color-border);padding:.75rem 1rem;font-size:1rem;background:var(--color-input-bg);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;color:var(--color-text)}.planner__field input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #1f6f8b2e;background:var(--color-surface-elevated)}.planner__field input:disabled{background:var(--color-disabled-bg);cursor:not-allowed;color:var(--color-disabled-text)}.primary-button{border:none;border-radius:.9rem;padding:.85rem 1.2rem;background:linear-gradient(135deg,var(--color-accent),var(--color-highlight));color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 16px 32px #1f6f8b40}.primary-button:hover{transform:translateY(-1px);box-shadow:0 18px 36px #2e8a6247}.primary-button:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.planner__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.empty-state{margin:0;font-size:1.05rem;color:var(--color-text-muted)}.focus-card{background:var(--color-surface);border-radius:1.25rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 28px 64px #12322f2e;border:1px solid transparent;transition:border-color .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.focus-card:hover{box-shadow:0 0 0 3px var(--color-accent),0 32px 70px #12322f33}.focus-card--achieved{border-color:var(--color-highlight-soft);box-shadow:0 30px 70px #2e8a6238}.focus-card--achieved:hover{box-shadow:0 0 0 3px var(--color-highlight),0 32px 72px #2e8a623d}.focus-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;position:relative}.focus-card__header-content{flex:1 1 auto;min-width:0}.focus-card__header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.focus-card__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:1.5rem;line-height:1}.focus-card--editing-title .focus-card__header-actions{position:absolute;top:0;right:0;bottom:0;align-items:flex-start;z-index:0;pointer-events:none}.focus-card--editing-title .focus-card__editable-input{position:relative;z-index:1}.focus-card__header h3{margin:0;font-size:1.35rem}.focus-card__target{margin:.4rem 0 0;color:var(--color-text-soft);display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.focus-card__editable{border:none;background:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:left;transition:color .15s ease,text-decoration .15s ease}.focus-card__editable:hover:not(:disabled){color:var(--color-accent);text-decoration:underline}.focus-card__editable:disabled{cursor:default;color:inherit}.focus-card__editable--title{font-weight:600}.focus-card__editable--target{color:inherit}.focus-card__editable-input{font:inherit;color:inherit;border:1px solid var(--color-border);border-radius:.65rem;background:var(--color-input-bg);padding:.35rem .6rem;min-width:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.focus-card__editable-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #1f6f8b33;background:var(--color-surface-elevated)}.focus-card__target-editor{display:inline-flex;align-items:center;gap:.25rem}.focus-card__target-input{width:6.5ch;text-align:right}.focus-card__target-suffix,.focus-card__target-divider{color:inherit}.icon-button{border:none;background:var(--color-muted-surface);color:var(--color-text-muted);font-size:1.25rem;line-height:1;width:2rem;height:2rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.icon-button:hover{background:var(--color-accent-soft);color:var(--color-accent)}.icon-button:disabled{cursor:not-allowed;opacity:.4;background:var(--color-muted-surface)}.focus-card__progress{display:flex;flex-direction:column;gap:.75rem}.progress-track{height:.65rem;background:var(--color-muted-surface);border-radius:999px;overflow:hidden}.progress-value{height:100%;background:linear-gradient(135deg,var(--color-accent),var(--color-highlight));border-radius:inherit;transition:width .25s ease}.progress-stats{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--color-text-muted)}.focus-card__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .7rem;border-radius:999px;font-size:.8rem;font-weight:600;background:var(--color-highlight-soft);color:var(--color-highlight)}.focus-card__actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;color:var(--color-text-muted)}.actions__group{display:inline-flex;gap:.5rem}.actions__group button{border:none;border-radius:.75rem;padding:.6rem .9rem;background:var(--color-muted-surface);color:var(--color-text);cursor:pointer;font-weight:600;transition:background .2s ease,transform .2s ease,color .2s ease}.actions__group button:hover:not(:disabled){background:var(--color-accent-soft);color:var(--color-accent);transform:translateY(-1px)}.actions__group button:disabled{cursor:not-allowed;opacity:.5}.focus-card__status{font-weight:600;color:var(--color-text)}.focus-card__notes{display:flex;flex-direction:column;gap:.45rem;font-weight:600;color:var(--color-text-muted)}.focus-card__notes-field{position:relative;border-radius:.75rem;border:1px solid var(--color-border);background:var(--color-input-bg);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;--focus-card-note-bullet-color: var(--color-accent);--focus-card-note-bullet-size: .35rem;--focus-card-note-bullet-gap: .9rem;--focus-card-note-line-height: 1.4em}.focus-card__notes-field:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 4px #1f6f8b2e;background:var(--color-surface-elevated)}.focus-card__notes-field--disabled{background:var(--color-disabled-bg);border-color:var(--color-border);--focus-card-note-bullet-color: var(--color-disabled-text)}.focus-card__notes-textarea{position:relative;z-index:1;display:block;width:100%;resize:none;overflow:hidden;min-height:3.5rem;border:none;border-radius:.75rem;padding:.75rem 1rem .75rem 2.25rem;font-size:.95rem;line-height:var(--focus-card-note-line-height);font-family:inherit;color:var(--color-text);background:transparent}.focus-card__notes-textarea:focus{outline:none}.focus-card__notes-textarea::placeholder{color:transparent}.focus-card__notes-textarea:disabled{color:var(--color-disabled-text);cursor:not-allowed}.focus-card__notes-overlay{position:absolute;inset:0;padding:.75rem 1rem;pointer-events:none;font-size:.95rem;line-height:var(--focus-card-note-line-height);font-family:inherit;color:transparent;overflow:hidden}.focus-card__notes-overlay-content{width:100%;transform:translateY(0)}.focus-card__notes-line{display:flex;align-items:flex-start;gap:var(--focus-card-note-bullet-gap);color:inherit;min-height:var(--focus-card-note-line-height)}.focus-card__notes-bullet{flex:0 0 var(--focus-card-note-bullet-size);width:var(--focus-card-note-bullet-size);height:var(--focus-card-note-bullet-size);border-radius:50%;background:var(--focus-card-note-bullet-color);margin-top:max(0px,calc((var(--focus-card-note-line-height) - var(--focus-card-note-bullet-size)) / 2))}.focus-card__notes-line-text{flex:1;display:block;white-space:pre-wrap;min-width:0;overflow-wrap:break-word;word-break:break-word}.focus-card__notes-placeholder{padding-left:calc(var(--focus-card-note-bullet-size) + var(--focus-card-note-bullet-gap));color:var(--color-text-soft)}.focus-card__notes-field--disabled .focus-card__notes-placeholder{color:var(--color-disabled-text)}@media (max-width: 600px){.app{padding:2.5rem 1rem 3rem}.summary{padding:1.5rem}.focus-card{padding:1.25rem}}*,*:before,*:after{box-sizing:border-box}:root{color-scheme:light dark;font-family:Cabin,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-family-base: "Cabin", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--color-background: #ecf2ef;--color-background-strong: #e3ebe7;--color-surface: rgba(249, 252, 250, .92);--color-surface-strong: #f7faf7;--color-surface-elevated: #ffffff;--color-text: #1e2e2b;--color-text-muted: #4d615d;--color-text-soft: #637773;--color-border: rgba(63, 101, 93, .22);--color-muted-surface: rgba(86, 114, 108, .16);--color-accent: #1f6f8b;--color-accent-strong: #155d75;--color-accent-soft: rgba(31, 111, 139, .18);--color-highlight: #2e8a62;--color-highlight-soft: rgba(46, 138, 98, .22);--color-surface-hover-start: color-mix( in srgb, var(--color-surface-elevated) 92%, var(--color-accent) 8% );--color-surface-hover-end: color-mix( in srgb, var(--color-surface-elevated) 82%, var(--color-highlight) 18% );--color-input-hover: color-mix( in srgb, var(--color-input-bg) 90%, var(--color-accent) 10% );--color-tagline: #506762;--color-disabled-bg: rgba(182, 197, 194, .38);--color-disabled-text: rgba(74, 92, 88, .7);--color-input-bg: rgba(233, 242, 239, .7);--mist-pattern: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%3e%3cg%20fill='%2390A9A3'%20fill-opacity='0.2'%3e%3ccircle%20cx='20'%20cy='20'%20r='2'%20/%3e%3ccircle%20cx='80'%20cy='40'%20r='1.5'%20/%3e%3ccircle%20cx='140'%20cy='30'%20r='2'%20/%3e%3ccircle%20cx='40'%20cy='80'%20r='1.8'%20/%3e%3ccircle%20cx='120'%20cy='90'%20r='1.6'%20/%3e%3ccircle%20cx='60'%20cy='140'%20r='2'%20/%3e%3ccircle%20cx='10'%20cy='120'%20r='1.4'%20/%3e%3ccircle%20cx='150'%20cy='130'%20r='1.4'%20/%3e%3c/g%3e%3c/svg%3e")}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark;--color-background: #0d1516;--color-background-strong: #141f21;--color-surface: rgba(20, 33, 34, .9);--color-surface-strong: #172426;--color-surface-elevated: #1f2f31;--color-text: #e4f1ef;--color-text-muted: #a5bfb9;--color-text-soft: #8aa6a1;--color-border: rgba(124, 163, 156, .3);--color-muted-surface: rgba(80, 109, 107, .32);--color-accent: #3ba7c1;--color-accent-strong: #57c0d7;--color-accent-soft: rgba(59, 167, 193, .28);--color-highlight: #4ac99e;--color-highlight-soft: rgba(74, 201, 158, .28);--color-surface-hover-start: color-mix( in srgb, var(--color-surface-elevated) 70%, var(--color-accent) 30% );--color-surface-hover-end: color-mix( in srgb, var(--color-surface-elevated) 58%, var(--color-highlight) 42% );--color-input-hover: color-mix( in srgb, var(--color-input-bg) 72%, var(--color-accent) 28% );--color-tagline: #9ab3af;--color-disabled-bg: rgba(36, 52, 53, .7);--color-disabled-text: rgba(173, 199, 196, .72);--color-input-bg: rgba(23, 36, 37, .85);--mist-pattern: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%3e%3cg%20fill='%235F7C79'%20fill-opacity='0.24'%3e%3ccircle%20cx='20'%20cy='20'%20r='2'%20/%3e%3ccircle%20cx='80'%20cy='40'%20r='1.5'%20/%3e%3ccircle%20cx='140'%20cy='30'%20r='2'%20/%3e%3ccircle%20cx='40'%20cy='80'%20r='1.8'%20/%3e%3ccircle%20cx='120'%20cy='90'%20r='1.6'%20/%3e%3ccircle%20cx='60'%20cy='140'%20r='2'%20/%3e%3ccircle%20cx='10'%20cy='120'%20r='1.4'%20/%3e%3ccircle%20cx='150'%20cy='130'%20r='1.4'%20/%3e%3c/g%3e%3c/svg%3e")}@media (prefers-color-scheme: dark){:root:not([data-theme]){color-scheme:dark;--color-background: #0d1516;--color-background-strong: #141f21;--color-surface: rgba(20, 33, 34, .9);--color-surface-strong: #172426;--color-surface-elevated: #1f2f31;--color-text: #e4f1ef;--color-text-muted: #a5bfb9;--color-text-soft: #8aa6a1;--color-border: rgba(124, 163, 156, .3);--color-muted-surface: rgba(80, 109, 107, .32);--color-accent: #3ba7c1;--color-accent-strong: #57c0d7;--color-accent-soft: rgba(59, 167, 193, .28);--color-highlight: #4ac99e;--color-highlight-soft: rgba(74, 201, 158, .28);--color-surface-hover-start: color-mix( in srgb, var(--color-surface-elevated) 70%, var(--color-accent) 30% );--color-surface-hover-end: color-mix( in srgb, var(--color-surface-elevated) 58%, var(--color-highlight) 42% );--color-input-hover: color-mix( in srgb, var(--color-input-bg) 72%, var(--color-accent) 28% );--color-tagline: #9ab3af;--color-disabled-bg: rgba(36, 52, 53, .7);--color-disabled-text: rgba(173, 199, 196, .72);--color-input-bg: rgba(23, 36, 37, .85);--mist-pattern: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='160'%20height='160'%20viewBox='0%200%20160%20160'%20fill='none'%3e%3cg%20fill='%235F7C79'%20fill-opacity='0.24'%3e%3ccircle%20cx='20'%20cy='20'%20r='2'%20/%3e%3ccircle%20cx='80'%20cy='40'%20r='1.5'%20/%3e%3ccircle%20cx='140'%20cy='30'%20r='2'%20/%3e%3ccircle%20cx='40'%20cy='80'%20r='1.8'%20/%3e%3ccircle%20cx='120'%20cy='90'%20r='1.6'%20/%3e%3ccircle%20cx='60'%20cy='140'%20r='2'%20/%3e%3ccircle%20cx='10'%20cy='120'%20r='1.4'%20/%3e%3ccircle%20cx='150'%20cy='130'%20r='1.4'%20/%3e%3c/g%3e%3c/svg%3e")}}body{margin:0;font-family:var(--font-family-base);background-color:var(--color-background);color:var(--color-text);line-height:1.6;background-image:var(--mist-pattern),linear-gradient(180deg,var(--color-background) 0%,var(--color-background-strong) 100%);background-attachment:fixed;background-size:320px 320px,100% 100%}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
