.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width, 240px);height:100vh;background:var(--color-surface, #0a0a0a);border-right:1px solid var(--color-border, #1a1a1a);display:flex;flex-direction:column;z-index:100;overflow-y:auto;overflow-x:hidden}.sidebar__brand{padding:1.5rem 1.25rem 1rem;border-bottom:1px solid var(--color-border, #1a1a1a)}.sidebar__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.sidebar__logo-icon{font-size:1.25rem;color:var(--color-accent, #f59e0b);line-height:1}.sidebar__logo-text{font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:800;color:var(--color-text, #ffffff);letter-spacing:.15em}.sidebar__subtitle{font-size:.65rem;color:var(--color-text-muted, #666666);text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem;padding-left:1.85rem}.sidebar__nav{flex:1;padding:.75rem 0;display:flex;flex-direction:column;gap:.125rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.7rem 1.25rem;color:var(--color-text-muted, #888888);text-decoration:none;font-size:.85rem;font-weight:500;border-left:3px solid transparent;transition:all .2s ease;position:relative}.sidebar__link:hover{color:var(--color-text, #ffffff);background:var(--color-surface-hover, #1a1a1a)}.sidebar__link.active{color:var(--color-accent, #f59e0b);background:#f59e0b0f;border-left-color:var(--color-accent, #f59e0b)}.sidebar__link-icon{font-size:1rem;width:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.7;transition:opacity .2s ease}.sidebar__link:hover .sidebar__link-icon,.sidebar__link.active .sidebar__link-icon{opacity:1}.sidebar__link-label{white-space:nowrap}.sidebar__footer{padding:1rem 1.25rem;border-top:1px solid var(--color-border, #1a1a1a);font-size:.65rem;color:var(--color-text-muted, #444444);font-family:JetBrains Mono,monospace;letter-spacing:.05em}@media(max-width:768px){.sidebar{position:fixed;top:auto;bottom:0;left:0;width:100%;height:auto;flex-direction:row;border-right:none;border-top:1px solid var(--color-border, #1a1a1a);overflow-y:hidden;overflow-x:auto}.sidebar__brand,.sidebar__footer{display:none}.sidebar__nav{flex-direction:row;padding:0;gap:0;width:100%;justify-content:space-around}.sidebar__link{flex-direction:column;gap:.2rem;padding:.5rem .75rem;border-left:none;border-top:2px solid transparent;font-size:.6rem;text-align:center;flex:1;min-width:0}.sidebar__link.active{border-left-color:transparent;border-top-color:var(--color-accent, #f59e0b)}.sidebar__link-icon{font-size:1.1rem}.sidebar__link-label{font-size:.55rem}}.memento-timer{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:var(--color-surface, #0a0a0a);border-bottom:1px solid var(--color-border, #1a1a1a);overflow-x:auto}.memento-timer__units{display:flex;align-items:center;gap:.125rem;flex-wrap:nowrap}.memento-timer__unit{display:flex;flex-direction:column;align-items:center;padding:.25rem .625rem;min-width:4rem;border-radius:8px;background:var(--color-surface-alt, #111111);border:1px solid var(--color-border, #1a1a1a);transition:background .2s ease,border-color .2s ease}.memento-timer__unit:hover{background:var(--color-surface-hover, #1a1a1a);border-color:var(--color-border-hover, #2a2a2a)}.memento-timer__number{font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:700;color:var(--color-accent, #f59e0b);line-height:1.2;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.memento-timer__label{font-size:.6rem;font-weight:500;color:var(--color-text-muted, #666666);text-transform:uppercase;letter-spacing:.08em;margin-top:.125rem}.memento-timer__separator{font-family:JetBrains Mono,monospace;font-size:1rem;color:var(--color-text-muted, #666666);opacity:.4;padding:0 .125rem;-webkit-user-select:none;user-select:none}.memento-timer__unit--seconds .memento-timer__number{animation:secondsPulse 1s ease-in-out infinite}@keyframes secondsPulse{0%,to{opacity:1}50%{opacity:.6}}.memento-timer__prompt{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--color-text-muted, #666666);font-size:.8rem}.memento-timer__prompt-icon{font-size:1rem;color:var(--color-accent, #f59e0b)}.memento-timer__prompt a{color:var(--color-accent, #f59e0b);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.memento-timer__prompt a:hover{border-bottom-color:var(--color-accent, #f59e0b)}@media(max-width:768px){.memento-timer{padding:.375rem .5rem;gap:.125rem}.memento-timer__unit{min-width:2.75rem;padding:.2rem .375rem}.memento-timer__number{font-size:.95rem}.memento-timer__label{font-size:.5rem}.memento-timer__separator{font-size:.75rem}}.layout{display:flex;min-height:100vh;background:var(--color-bg, #000000)}.layout__content{flex:1;margin-left:var(--sidebar-width, 240px);display:flex;flex-direction:column;min-height:100vh}.layout__header{position:sticky;top:0;z-index:50;background:var(--color-bg, #000000);border-bottom:1px solid var(--color-border, #1a1a1a)}.layout__main{flex:1;padding:2rem;overflow-y:auto;animation:layoutFadeIn .3s ease}@keyframes layoutFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.layout__content{margin-left:0;padding-bottom:60px}.layout__main{padding:1rem}}.dashboard{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.dashboard__section{opacity:0;animation:fadeInUp .6s ease-out forwards}.dashboard__section:nth-child(1){animation-delay:.05s}.dashboard__section:nth-child(2){animation-delay:.15s}.dashboard__section:nth-child(3){animation-delay:.25s}.dashboard__section:nth-child(4){animation-delay:.35s}.dashboard__section:nth-child(5){animation-delay:.45s}.dashboard__hero{text-align:center;padding:3rem 1rem 2.5rem}.dashboard__hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;background:linear-gradient(135deg,var(--color-amber, #f59e0b) 0%,#fbbf24 40%,#ffffff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.dashboard__hero-subtitle{font-size:clamp(.95rem,2vw,1.15rem);color:var(--color-text-muted, #737373);max-width:540px;margin:0 auto;line-height:1.6}.dashboard__decision-input{margin-top:2.5rem}.dashboard__todays-lens{margin-top:3rem}.dashboard__section-heading{font-size:1.15rem;font-weight:700;color:var(--color-text-primary, #e5e5e5);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.dashboard__section-heading span{color:var(--color-amber, #f59e0b)}.dashboard__lens-highlight{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-amber, #f59e0b);border-radius:12px;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 0 30px #f59e0b14,0 0 60px #f59e0b0a;transition:box-shadow .3s ease}.dashboard__lens-highlight:hover{box-shadow:0 0 40px #f59e0b1f,0 0 80px #f59e0b0f}.dashboard__lens-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-amber, #f59e0b),transparent)}.dashboard__lens-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-amber, #f59e0b);margin-bottom:.75rem}.dashboard__lens-name{font-size:1.35rem;font-weight:700;color:var(--color-text-primary, #e5e5e5);margin-bottom:.5rem}.dashboard__lens-source{font-size:.85rem;color:var(--color-text-muted, #737373);margin-bottom:1rem;font-family:var(--font-mono, "JetBrains Mono", monospace)}.dashboard__lens-principle{font-size:.95rem;color:var(--color-text-secondary, #a3a3a3);line-height:1.7;border-left:2px solid var(--color-amber, #f59e0b);padding-left:1rem;margin-top:1rem}.dashboard__stats{margin-top:3rem}.dashboard__stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.dashboard__stat-card{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;padding:1.5rem;text-align:center;transition:border-color .3s ease,transform .2s ease}.dashboard__stat-card:hover{border-color:var(--color-border-hover, #333);transform:translateY(-2px)}.dashboard__stat-number{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--color-amber, #f59e0b);font-family:var(--font-mono, "JetBrains Mono", monospace);line-height:1;margin-bottom:.5rem}.dashboard__stat-label{font-size:.8rem;color:var(--color-text-muted, #737373);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.dashboard__triggered{margin-top:3rem}.dashboard__triggered-title{font-size:1.15rem;font-weight:700;color:var(--color-text-primary, #e5e5e5);margin-bottom:1.25rem}.dashboard__triggered-title em{font-style:normal;color:var(--color-amber, #f59e0b)}.dashboard__models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}@media(max-width:900px){.dashboard__stats-grid{grid-template-columns:repeat(2,1fr)}.workspace__lenses-grid{grid-template-columns:1fr}}@media(max-width:600px){.dashboard{padding:1.25rem 1rem 3rem}.dashboard__hero{padding:2rem .5rem 1.5rem}.dashboard__stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.dashboard__stat-card{padding:1.15rem}.dashboard__models-grid{grid-template-columns:1fr}.workspace__problem{font-size:1.35rem}.workspace__actions{flex-direction:column-reverse}.workspace__actions button{width:100%}}.dashboard__workspace{margin-top:1rem}.workspace__header{margin-bottom:2.5rem;border-bottom:1px solid var(--color-border);padding-bottom:1.5rem}.workspace__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.workspace__badge{font-family:var(--font-mono, monospace);font-size:.8rem;padding:.4rem .75rem;border-radius:8px;border:1px solid transparent}.workspace__title{font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.workspace__problem{font-size:1.75rem;font-weight:600;line-height:1.4;color:var(--color-text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.workspace__instructions{font-size:.9rem;color:var(--color-text-muted)}.workspace__lenses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.workspace__lens-card{border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.workspace__lens-card:hover{border-color:var(--accent-glow);box-shadow:0 0 20px #ffffff05,0 0 30px var(--accent-glow) 10}.workspace__lens-info{padding:1.5rem;flex-grow:1}.workspace__lens-info h3{font-size:1.2rem;color:var(--color-text-primary);margin-bottom:.25rem}.workspace__lens-source{font-family:var(--font-mono);font-size:.75rem;color:var(--color-text-muted);display:block;margin-bottom:.75rem}.workspace__lens-principle{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.workspace__lens-prompt-section{background:#0006;border-top:1px solid var(--color-border);padding:1.25rem}.workspace__lens-prompt{font-size:.85rem;color:var(--color-text-primary);margin-bottom:.75rem;line-height:1.5}.workspace__lens-response-input{width:100%;min-height:80px;padding:.75rem;background:#050505;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-primary);font-family:inherit;font-size:.875rem;resize:vertical;outline:none;transition:all .25s ease}.workspace__lens-response-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-muted)}.workspace__actions{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid var(--color-border);padding-top:1.5rem}.workspace__btn-cancel{padding:.75rem 1.5rem;border:1px solid var(--color-border);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--color-text-secondary);transition:all .2s ease}.workspace__btn-cancel:hover{background:var(--color-surface-hover);color:var(--color-text-primary);border-color:var(--color-border-hover)}.workspace__btn-commit{padding:.75rem 2rem;background:linear-gradient(135deg,var(--color-accent) 0%,#d97706 100%);color:#000;font-size:.9rem;font-weight:700;border-radius:8px;transition:all .2s ease}.workspace__btn-commit:hover{transform:translateY(-1px);box-shadow:0 4px 16px #f59e0b4d}.workspace__btn-commit:active{transform:translateY(0)}.dashboard__tension-section{margin-top:1.5rem;margin-bottom:2rem}.dashboard__tension-widget{padding:1.5rem;border-radius:16px;border:1px solid var(--color-border);background:var(--color-surface);transition:all var(--transition-normal)}.tension-widget__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tension-widget__title{font-family:var(--font-mono, monospace);font-size:.85rem;color:var(--color-text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.tension-widget__status{font-family:var(--font-mono, monospace);font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.tension-widget__gauge-container{width:100%;height:6px;background:#ffffff08;border-radius:99px;overflow:hidden;margin-bottom:1rem;border:1px solid rgba(255,255,255,.01)}.tension-widget__gauge-bar{height:100%;border-radius:99px;transition:width .5s cubic-bezier(.4,0,.2,1),background-color .5s ease}.tension-widget__message{font-size:.9rem;color:var(--color-text-secondary);line-height:1.55}.model-card{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .25s ease;animation:modelCardFadeIn .4s ease both}.model-card:hover{border-color:var(--color-border-hover, #2a2a2a);box-shadow:0 0 20px #f59e0b0d,0 4px 16px #0006;transform:translateY(-1px)}@keyframes modelCardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.model-card__title{font-size:1.05rem;font-weight:600;color:var(--color-text, #ffffff);margin:0 0 .375rem;line-height:1.3}.model-card__source{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--color-text-muted, #666666);margin-bottom:.75rem;letter-spacing:.02em}.model-card__principle{font-size:.85rem;color:var(--color-text-secondary, #aaaaaa);line-height:1.6;margin-bottom:.75rem}.model-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.model-card__tag{font-size:.65rem;font-weight:500;padding:.2rem .55rem;background:#f59e0b14;color:var(--color-accent, #f59e0b);border:1px solid rgba(245,158,11,.15);border-radius:100px;letter-spacing:.03em}.model-card__prompt-toggle{display:flex;align-items:center;gap:.375rem;font-size:.7rem;color:var(--color-text-muted, #666666);margin-top:.5rem;transition:color .2s ease}.model-card:hover .model-card__prompt-toggle{color:var(--color-accent, #f59e0b)}.model-card__prompt-arrow{font-size:.6rem;transition:transform .25s ease}.model-card__prompt-arrow--open{transform:rotate(90deg)}.model-card__prompt{margin-top:.75rem;padding:.875rem;background:#f59e0b0a;border:1px solid rgba(245,158,11,.15);border-left:3px solid var(--color-accent, #f59e0b);border-radius:8px;font-size:.8rem;color:var(--color-text-secondary, #aaaaaa);line-height:1.6;animation:promptReveal .25s ease}@keyframes promptReveal{0%{opacity:0;max-height:0;transform:translateY(-4px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.problem-state-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.problem-state-selector__card{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;padding:1.125rem;cursor:pointer;transition:all .25s ease;text-align:center;-webkit-user-select:none;user-select:none}.problem-state-selector__card:hover{transform:translateY(-2px);border-color:var(--card-accent, var(--color-border-hover, #2a2a2a));box-shadow:0 4px 16px #0000004d}.problem-state-selector__card--selected{border-color:var(--card-accent, var(--color-accent, #f59e0b));background:var(--color-surface-alt, #111111);box-shadow:0 0 16px color-mix(in srgb,var(--card-accent, var(--color-accent)) 20%,transparent),0 4px 20px #0006;transform:translateY(-2px)}.problem-state-selector__emoji{font-size:2rem;line-height:1;margin-bottom:.5rem;display:block}.problem-state-selector__label{font-size:.85rem;font-weight:600;color:var(--color-text, #ffffff);margin-bottom:.375rem;line-height:1.3}.problem-state-selector__card--selected .problem-state-selector__label{color:var(--card-accent, var(--color-accent, #f59e0b))}.problem-state-selector__description{font-size:.7rem;color:var(--color-text-muted, #666666);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.problem-state-selector{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.problem-state-selector{grid-template-columns:1fr 1fr;gap:.5rem}.problem-state-selector__card{padding:.875rem}.problem-state-selector__emoji{font-size:1.5rem}}.decision-input{display:flex;flex-direction:column;gap:1rem}.decision-input__textarea{width:100%;min-height:120px;padding:1rem;background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;color:var(--color-text, #ffffff);font-family:inherit;font-size:.925rem;line-height:1.6;resize:vertical;transition:all .25s ease;outline:none}.decision-input__textarea::placeholder{color:var(--color-text-muted, #555555)}.decision-input__textarea:focus{border-color:var(--color-accent, #f59e0b);box-shadow:0 0 0 3px #f59e0b1a,0 0 20px #f59e0b0d}.decision-input__submit{align-self:flex-end;padding:.7rem 1.75rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#000;border:none;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .25s ease;letter-spacing:.02em;position:relative;overflow:hidden}.decision-input__submit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .25s ease}.decision-input__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #f59e0b4d}.decision-input__submit:hover:not(:disabled):before{opacity:1}.decision-input__submit:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #f59e0b33}.decision-input__submit:disabled{opacity:.4;cursor:not-allowed}.decision-input__state{display:flex;align-items:center;gap:.5rem;font-size:.8rem;padding:.4rem .75rem;border-radius:8px;border:1px solid transparent;align-self:flex-start;font-family:var(--font-mono, monospace)}.decision-input__state-emoji{font-size:1rem}.models-page{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.models-page__header{opacity:0;animation:fadeInUp .6s ease-out .05s forwards;margin-bottom:2rem}.models-page__controls{opacity:0;animation:fadeInUp .6s ease-out .15s forwards}.models-page__body{opacity:0;animation:fadeInUp .6s ease-out .25s forwards}.models-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.03em;margin-bottom:.5rem}.models-page__subtitle{font-size:1rem;color:var(--color-text-muted, #737373);line-height:1.5}.models-page__search-wrapper{position:relative;margin-bottom:1.25rem}.models-page__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted, #737373);font-size:1rem;pointer-events:none}.models-page__search{width:100%;padding:.85rem 1rem .85rem 2.75rem;background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:10px;color:var(--color-text-primary, #e5e5e5);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.models-page__search::placeholder{color:var(--color-text-muted, #737373)}.models-page__search:focus{border-color:var(--color-amber, #f59e0b);box-shadow:0 0 0 3px #f59e0b1a}.models-page__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.models-page__filter-pill{padding:.45rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid var(--color-border, #1a1a1a);background:var(--color-surface, #0a0a0a);color:var(--color-text-secondary, #a3a3a3);transition:all .25s ease;white-space:nowrap}.models-page__filter-pill:hover{border-color:var(--color-border-hover, #333);color:var(--color-text-primary, #e5e5e5)}.models-page__filter-pill--active{color:#000;font-weight:700}.models-page__count{font-size:.85rem;color:var(--color-text-muted, #737373);margin-bottom:1.25rem;font-family:var(--font-mono, "JetBrains Mono", monospace)}.models-page__count strong{color:var(--color-text-primary, #e5e5e5)}.models-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.models-page__empty{text-align:center;padding:4rem 1rem;color:var(--color-text-muted, #737373)}.models-page__empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.models-page__empty-text{font-size:1.05rem;line-height:1.6}@media(max-width:1024px){.models-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.models-page{padding:1.25rem 1rem 3rem}.models-page__grid{grid-template-columns:1fr}.models-page__filters{gap:.4rem}}.books-page{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.books-page__header{opacity:0;animation:fadeInUp .6s ease-out .05s forwards;margin-bottom:2rem}.books-page__controls{opacity:0;animation:fadeInUp .6s ease-out .15s forwards}.books-page__body{opacity:0;animation:fadeInUp .6s ease-out .25s forwards}.books-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.03em;margin-bottom:.5rem}.books-page__subtitle{font-size:1rem;color:var(--color-text-muted, #737373);line-height:1.5}.books-page__tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.books-page__tab{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;border-radius:100px;font-size:.82rem;font-weight:600;cursor:pointer;border:1px solid var(--color-border, #1a1a1a);background:var(--color-surface, #0a0a0a);color:var(--color-text-secondary, #a3a3a3);transition:all .25s ease;white-space:nowrap}.books-page__tab:hover{border-color:var(--color-border-hover, #333);color:var(--color-text-primary, #e5e5e5)}.books-page__tab--active{background:var(--color-amber, #f59e0b);border-color:var(--color-amber, #f59e0b);color:#000}.books-page__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:100px;font-size:.7rem;font-weight:700;font-family:var(--font-mono, "JetBrains Mono", monospace);background:#ffffff14;color:var(--color-text-muted, #737373)}.books-page__tab--active .books-page__tab-count{background:#0003;color:#000}.books-page__search-wrapper{position:relative;margin-bottom:1.5rem}.books-page__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted, #737373);font-size:1rem;pointer-events:none}.books-page__search{width:100%;padding:.85rem 1rem .85rem 2.75rem;background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:10px;color:var(--color-text-primary, #e5e5e5);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.books-page__search::placeholder{color:var(--color-text-muted, #737373)}.books-page__search:focus{border-color:var(--color-amber, #f59e0b);box-shadow:0 0 0 3px #f59e0b1a}.books-page__count{font-size:.85rem;color:var(--color-text-muted, #737373);margin-bottom:1.25rem;font-family:var(--font-mono, "JetBrains Mono", monospace)}.books-page__count strong{color:var(--color-text-primary, #e5e5e5)}.books-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.books-page__empty{text-align:center;padding:4rem 1rem;color:var(--color-text-muted, #737373)}.books-page__empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.books-page__empty-text{font-size:1.05rem;line-height:1.6}@media(max-width:640px){.books-page{padding:1.25rem 1rem 3rem}.books-page__grid{grid-template-columns:1fr}.books-page__tabs{gap:.4rem}}.book-card{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;padding:1.25rem;transition:all .25s ease;animation:bookCardFadeIn .4s ease both}.book-card:hover{transform:translateY(-2px);border-color:var(--color-border-hover, #2a2a2a);box-shadow:0 8px 24px #0006}@keyframes bookCardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.book-card__title{font-size:1rem;font-weight:600;color:var(--color-text, #ffffff);margin:0 0 .25rem;line-height:1.3}.book-card__author{font-size:.8rem;color:var(--color-text-muted, #666666);margin-bottom:.625rem}.book-card__category{display:inline-block;font-size:.6rem;font-weight:600;padding:.2rem .55rem;border-radius:100px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.book-card__category--strategy{background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.book-card__category--psychology{background:#a855f71a;color:#c084fc;border:1px solid rgba(168,85,247,.2)}.book-card__category--philosophy{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.book-card__category--economics{background:#10b9811a;color:#34d399;border:1px solid rgba(16,185,129,.2)}.book-card__category--history{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.book-card__category--science{background:#06b6d41a;color:#22d3ee;border:1px solid rgba(6,182,212,.2)}.book-card__category--default{background:#94a3b81a;color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.book-card__description{font-size:.825rem;color:var(--color-text-secondary, #aaaaaa);line-height:1.6;margin:0}.thinkers-page{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.thinkers-page__header{opacity:0;animation:fadeInUp .6s ease-out .05s forwards;margin-bottom:3rem}.thinkers-page__category{opacity:0;animation:fadeInUp .6s ease-out forwards}.thinkers-page__category:nth-child(2){animation-delay:.15s}.thinkers-page__category:nth-child(3){animation-delay:.25s}.thinkers-page__category:nth-child(4){animation-delay:.35s}.thinkers-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.03em;margin-bottom:.5rem}.thinkers-page__subtitle{font-size:1rem;color:var(--color-text-muted, #737373);line-height:1.5}.thinkers-page__category{margin-bottom:3rem}.thinkers-page__category-header{display:flex;align-items:center;gap:.6rem;padding-bottom:.85rem;margin-bottom:1.5rem;border-bottom:2px solid var(--color-border, #1a1a1a)}.thinkers-page__category-icon{font-size:1.35rem}.thinkers-page__category-name{font-size:1.2rem;font-weight:700;color:var(--color-text-primary, #e5e5e5)}.thinkers-page__category--optimizers .thinkers-page__category-header{border-bottom-color:var(--color-amber, #f59e0b)}.thinkers-page__category--meaning .thinkers-page__category-header{border-bottom-color:#a855f7}.thinkers-page__category--distorters .thinkers-page__category-header{border-bottom-color:#ef4444}.thinkers-page__category--optimizers .thinkers-page__category-name{color:var(--color-amber, #f59e0b)}.thinkers-page__category--meaning .thinkers-page__category-name{color:#a855f7}.thinkers-page__category--distorters .thinkers-page__category-name{color:#ef4444}.thinkers-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.thinkers-page__empty-category{text-align:center;padding:2.5rem 1rem;color:var(--color-text-muted, #737373);font-size:.95rem;background:var(--color-surface, #0a0a0a);border:1px dashed var(--color-border, #1a1a1a);border-radius:12px}@media(max-width:640px){.thinkers-page{padding:1.25rem 1rem 3rem}.thinkers-page__grid{grid-template-columns:1fr}.thinkers-page__category{margin-bottom:2.5rem}}.thinker-card{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;padding:1.25rem;transition:all .25s ease;animation:thinkerCardFadeIn .4s ease both}.thinker-card:hover{border-color:var(--color-border-hover, #2a2a2a);box-shadow:0 8px 24px #0006;transform:translateY(-1px)}@keyframes thinkerCardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.thinker-card__name{font-size:1.1rem;font-weight:700;color:var(--color-text, #ffffff);margin:0 0 .2rem;line-height:1.3}.thinker-card__title{font-size:.775rem;color:var(--color-text-muted, #666666);margin-bottom:.625rem}.thinker-card__category{display:inline-block;font-size:.6rem;font-weight:600;padding:.2rem .55rem;border-radius:100px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.thinker-card__category--optimizers{background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.thinker-card__category--meaning{background:#a855f71a;color:#c084fc;border:1px solid rgba(168,85,247,.2)}.thinker-card__category--distorters{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2)}.thinker-card__category--default{background:#94a3b81a;color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.thinker-card__philosophy{font-size:.85rem;color:var(--color-text-secondary, #aaaaaa);line-height:1.6;margin-bottom:.75rem}.thinker-card__lesson{position:relative;padding:.75rem 1rem;background:var(--color-surface-alt, #111111);border-left:3px solid var(--color-border-hover, #2a2a2a);border-radius:0 8px 8px 0;font-size:.8rem;color:var(--color-text-secondary, #aaaaaa);line-height:1.6;font-style:italic}.thinker-card__lesson:before{content:'"';position:absolute;top:-4px;left:8px;font-size:1.5rem;color:var(--color-text-muted, #444444);font-style:normal;line-height:1}.journal-page{padding:2rem 1.5rem 4rem;max-width:860px;margin:0 auto}.journal-page__header{opacity:0;animation:fadeInUp .6s ease-out .05s forwards;margin-bottom:2rem}.journal-page__body{opacity:0;animation:fadeInUp .6s ease-out .15s forwards}.journal-page__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.journal-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.03em;margin-bottom:.5rem}.journal-page__subtitle{font-size:1rem;color:var(--color-text-muted, #737373);line-height:1.5}.journal-page__clear-btn{padding:.55rem 1.1rem;background:transparent;border:1px solid var(--color-border, #1a1a1a);border-radius:8px;color:var(--color-text-muted, #737373);font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .25s ease;flex-shrink:0;margin-top:.5rem}.journal-page__clear-btn:hover{border-color:#ef4444;color:#ef4444;background:#ef44440f}.journal-page__entries{display:flex;flex-direction:column;gap:1rem}.journal-page__entry{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:12px;padding:1.35rem 1.5rem;position:relative;transition:border-color .3s ease}.journal-page__entry:hover{border-color:var(--color-border-hover, #333)}.journal-page__entry-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.journal-page__entry-time{font-size:.78rem;color:var(--color-text-muted, #737373);font-family:var(--font-mono, "JetBrains Mono", monospace)}.journal-page__entry-state{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .65rem;border-radius:100px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#f59e0b1a;color:var(--color-amber, #f59e0b);border:1px solid rgba(245,158,11,.2)}.journal-page__entry-text{font-size:.95rem;color:var(--color-text-primary, #e5e5e5);line-height:1.65}.journal-page__entry-delete{position:absolute;top:1rem;right:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:6px;color:var(--color-text-muted, #737373);font-size:.9rem;cursor:pointer;transition:all .2s ease;opacity:0}.journal-page__entry:hover .journal-page__entry-delete{opacity:1}.journal-page__entry-delete:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.journal-page__empty{text-align:center;padding:5rem 1.5rem}.journal-page__empty-icon{font-size:3rem;margin-bottom:1.25rem;opacity:.4}.journal-page__empty-text{font-size:1.05rem;color:var(--color-text-muted, #737373);line-height:1.7;margin-bottom:1.5rem}.journal-page__empty-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-amber, #f59e0b);text-decoration:none;font-size:.95rem;font-weight:600;transition:opacity .2s ease}.journal-page__empty-link:hover{opacity:.8}.journal-page__confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.journal-page__confirm-dialog{background:var(--color-surface-elevated, #111111);border:1px solid var(--color-border, #1a1a1a);border-radius:16px;padding:2rem;max-width:400px;width:90%;text-align:center}.journal-page__confirm-title{font-size:1.15rem;font-weight:700;color:var(--color-text-primary, #e5e5e5);margin-bottom:.65rem}.journal-page__confirm-message{font-size:.9rem;color:var(--color-text-muted, #737373);line-height:1.6;margin-bottom:1.5rem}.journal-page__confirm-actions{display:flex;gap:.75rem;justify-content:center}.journal-page__confirm-cancel,.journal-page__confirm-delete{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.journal-page__confirm-cancel{background:transparent;border:1px solid var(--color-border, #1a1a1a);color:var(--color-text-secondary, #a3a3a3)}.journal-page__confirm-cancel:hover{border-color:var(--color-border-hover, #333);color:var(--color-text-primary, #e5e5e5)}.journal-page__confirm-delete{background:#ef4444;border:1px solid #ef4444;color:#fff}.journal-page__confirm-delete:hover{background:#dc2626}@media(max-width:640px){.journal-page{padding:1.25rem 1rem 3rem}.journal-page__header-row{flex-direction:column}.journal-page__clear-btn{align-self:flex-start;margin-top:0}.journal-page__entry{padding:1.15rem}.journal-page__entry-delete{opacity:1}}.journal-page__entry-reflections{margin-top:1.25rem;border-top:1px dashed var(--color-border);padding-top:1rem}.journal-page__reflections-details{width:100%}.journal-page__reflections-summary{font-size:.85rem;font-weight:600;color:var(--color-accent);cursor:pointer;list-style:none;display:flex;align-items:center;gap:.4rem;-webkit-user-select:none;user-select:none;outline:none}.journal-page__reflections-summary::-webkit-details-marker{display:none}.journal-page__reflections-summary:hover{opacity:.9}.journal-page__reflections-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem;padding-left:.75rem;border-left:1px solid var(--color-border)}.journal-page__reflection-item{display:flex;flex-direction:column;gap:.35rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.03)}.journal-page__reflection-item:last-child{border-bottom:none;padding-bottom:0}.journal-page__reflection-model-name{font-size:.9rem;font-weight:700;color:var(--color-text-primary);font-family:var(--font-body)}.journal-page__reflection-prompt{font-size:.78rem;color:var(--color-text-muted);line-height:1.4}.journal-page__reflection-text{font-size:.88rem;color:var(--color-text-secondary);line-height:1.55;background:#0003;padding:.65rem .85rem;border-radius:8px;border:1px solid var(--color-border);margin-top:.2rem}.settings-page{padding:2rem 1.5rem 4rem;max-width:720px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-page__header{opacity:0;animation:fadeInUp .6s ease-out .05s forwards;margin-bottom:2.5rem}.settings-page__section{opacity:0;animation:fadeInUp .6s ease-out forwards}.settings-page__section:nth-child(2){animation-delay:.12s}.settings-page__section:nth-child(3){animation-delay:.22s}.settings-page__section:nth-child(4){animation-delay:.32s}.settings-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.03em;margin-bottom:.5rem}.settings-page__subtitle{font-size:1rem;color:var(--color-text-muted, #737373);line-height:1.5}.settings-page__section{background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #1a1a1a);border-radius:14px;padding:1.75rem;margin-bottom:1.5rem;transition:border-color .3s ease}.settings-page__section:hover{border-color:var(--color-border-hover, #333)}.settings-page__section-title{font-size:1.05rem;font-weight:700;color:var(--color-text-primary, #e5e5e5);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.settings-page__section-desc{font-size:.85rem;color:var(--color-text-muted, #737373);line-height:1.5;margin-bottom:1.5rem}.settings-page__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.settings-page__field{display:flex;flex-direction:column;gap:.45rem}.settings-page__label{font-size:.82rem;font-weight:600;color:var(--color-text-secondary, #a3a3a3);text-transform:uppercase;letter-spacing:.05em}.settings-page__input{padding:.75rem 1rem;background:var(--color-bg, #000000);border:1px solid var(--color-border, #1a1a1a);border-radius:8px;color:var(--color-text-primary, #e5e5e5);font-size:.95rem;font-family:var(--font-mono, "JetBrains Mono", monospace);outline:none;transition:border-color .3s ease,box-shadow .3s ease}.settings-page__input:focus{border-color:var(--color-amber, #f59e0b);box-shadow:0 0 0 3px #f59e0b1a}.settings-page__input[type=date]{color-scheme:dark}.settings-page__save-btn{padding:.7rem 1.5rem;background:var(--color-amber, #f59e0b);border:1px solid var(--color-amber, #f59e0b);border-radius:8px;color:#000;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .25s ease}.settings-page__save-btn:hover{background:#d97706;border-color:#d97706}.settings-page__save-btn:active{transform:scale(.97)}.settings-page__success{display:inline-flex;align-items:center;gap:.4rem;margin-left:1rem;color:#22c55e;font-size:.85rem;font-weight:600;animation:fadeInUp .3s ease}.settings-page__danger-btn{padding:.65rem 1.25rem;background:transparent;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .25s ease}.settings-page__danger-btn:hover{background:#ef444414;border-color:#ef4444}.settings-page__data-info{font-size:.85rem;color:var(--color-text-muted, #737373);margin-bottom:1rem;font-family:var(--font-mono, "JetBrains Mono", monospace)}.settings-page__data-info strong{color:var(--color-text-primary, #e5e5e5)}.settings-page__about-text{font-size:.95rem;color:var(--color-text-secondary, #a3a3a3);line-height:1.7;margin-bottom:1rem}.settings-page__version{font-size:.82rem;color:var(--color-text-muted, #737373);font-family:var(--font-mono, "JetBrains Mono", monospace)}.settings-page__confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.settings-page__confirm-dialog{background:var(--color-surface-elevated, #111111);border:1px solid var(--color-border, #1a1a1a);border-radius:16px;padding:2rem;max-width:400px;width:90%;text-align:center}.settings-page__confirm-title{font-size:1.15rem;font-weight:700;color:var(--color-text-primary, #e5e5e5);margin-bottom:.65rem}.settings-page__confirm-message{font-size:.9rem;color:var(--color-text-muted, #737373);line-height:1.6;margin-bottom:1.5rem}.settings-page__confirm-actions{display:flex;gap:.75rem;justify-content:center}.settings-page__confirm-cancel,.settings-page__confirm-delete{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.settings-page__confirm-cancel{background:transparent;border:1px solid var(--color-border, #1a1a1a);color:var(--color-text-secondary, #a3a3a3)}.settings-page__confirm-cancel:hover{border-color:var(--color-border-hover, #333);color:var(--color-text-primary, #e5e5e5)}.settings-page__confirm-delete{background:#ef4444;border:1px solid #ef4444;color:#fff}.settings-page__confirm-delete:hover{background:#dc2626}@media(max-width:640px){.settings-page{padding:1.25rem 1rem 3rem}.settings-page__form-grid{grid-template-columns:1fr}.settings-page__section{padding:1.25rem}.settings-page__success{display:flex;margin-left:0;margin-top:.75rem}}.active-witness-page{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.active-witness__header{opacity:0;animation:fadeInUp .6s ease-out .05s forwards;margin-bottom:2.5rem}.active-witness__body{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;opacity:0;animation:fadeInUp .6s ease-out .15s forwards}.active-witness__column{display:flex;flex-direction:column;gap:2rem}.active-witness__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.03em;margin-bottom:.5rem}.active-witness__subtitle{font-size:1rem;color:var(--color-text-secondary, #737373);line-height:1.5}.active-witness__section{padding:2rem;border-radius:var(--radius-lg, 12px);position:relative}.active-witness__section-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #e5e5e5);letter-spacing:-.01em;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.active-witness__section-desc{font-size:.9rem;color:var(--color-text-secondary, #737373);margin-bottom:2rem;line-height:1.5}.active-witness__timer-container{display:flex;justify-content:center;align-items:center;margin:2.5rem 0}.active-witness__circle{width:220px;height:220px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle,#0a0a0a 60%,#a855f70d);border:1px solid rgba(168,85,247,.15);position:relative;transition:transform 4s linear,border-color .5s ease,box-shadow .5s ease;box-shadow:0 0 15px #a855f70d}.active-witness__circle-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.active-witness__seconds{font-family:var(--font-mono, monospace);font-size:2.5rem;font-weight:700;color:var(--color-text-primary, #e5e5e5)}.active-witness__phase-label{font-size:.85rem;font-weight:600;color:#a855f7;margin-top:.25rem;text-shadow:0 0 8px rgba(168,85,247,.4)}.active-witness__phase-counter{font-family:var(--font-mono, monospace);font-size:.8rem;color:var(--color-text-secondary, #737373);margin-top:.15rem}.active-witness__start-prompt{font-size:1.1rem;font-weight:500;color:var(--color-text-secondary, #737373)}.active-witness__circle--inhale{transform:scale(1.22);border-color:#a855f7cc;box-shadow:0 0 35px #a855f766}.active-witness__circle--exhale{transform:scale(.9);border-color:#a855f74d;box-shadow:0 0 15px #a855f71a}.active-witness__circle--hold{border-color:#a855f799;box-shadow:0 0 25px #a855f740;animation:pulse 1s ease-in-out infinite}.active-witness__prompt-box{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#a855f708;border:1px solid rgba(168,85,247,.08);border-radius:var(--radius-md, 8px);margin-bottom:2rem;text-align:left}.active-witness__prompt-icon{font-size:1.25rem;color:#a855f7;flex-shrink:0}.active-witness__prompt-text{font-size:.9rem;color:var(--color-text-primary, #e5e5e5);line-height:1.4}.active-witness__timer-btn{width:100%;padding:.85rem;border-radius:var(--radius-md, 8px);font-weight:600;font-size:.95rem;background:#a855f7;color:#000;transition:all .2s ease}.active-witness__timer-btn:hover{background:#c084fc;box-shadow:0 0 15px #a855f74d}.active-witness__timer-btn--stop{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.active-witness__timer-btn--stop:hover{background:#ef44440d;border-color:#ef4444;box-shadow:0 0 15px #ef44441a}.active-witness__protocols{display:flex;flex-direction:column;gap:1.25rem}.active-witness__protocol-card{padding:1.25rem;background:#0a0a0a80;border:1px solid var(--color-border, #1a1a1a);border-radius:var(--radius-md, 8px);transition:border-color .25s ease}.active-witness__protocol-card:hover{border-color:#a855f733}.active-witness__protocol-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.active-witness__protocol-header h3{font-size:.95rem;font-weight:600;color:var(--color-text-primary, #e5e5e5)}.active-witness__protocol-card p{font-size:.85rem;color:var(--color-text-secondary, #737373);line-height:1.5}.active-witness__protocol-btn{margin-top:1rem;padding:.5rem 1rem;border-radius:var(--radius-sm, 6px);font-size:.8rem;font-weight:600;background:transparent;border:1px solid rgba(168,85,247,.3);color:#a855f7;transition:all .2s ease}.active-witness__protocol-btn:hover{background:#a855f70d;border-color:#a855f7}.active-witness__form-group{margin-bottom:1.75rem}.active-witness__label{display:block;font-size:.9rem;color:var(--color-text-primary, #e5e5e5);margin-bottom:.75rem}.active-witness__label strong{color:#a855f7;font-family:var(--font-mono, monospace);font-size:1.05rem}.active-witness__slider-container{display:flex;align-items:center;gap:1rem}.active-witness__slider-limit{font-size:.75rem;color:var(--color-text-secondary, #737373);width:80px}.active-witness__slider-limit:last-child{text-align:right}.active-witness__slider{-webkit-appearance:none;width:100%;height:4px;border-radius:2px;background:var(--color-border, #1a1a1a);outline:none;padding:0;transition:background .3s ease}.active-witness__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#a855f7;cursor:pointer;box-shadow:0 0 8px #a855f799;transition:transform .1s ease}.active-witness__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.active-witness__slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#a855f7;cursor:pointer;box-shadow:0 0 8px #a855f799;transition:transform .1s ease;border:none}.active-witness__slider::-moz-range-thumb:hover{transform:scale(1.2)}.active-witness__submit-btn{width:100%;padding:.85rem;border-radius:var(--radius-md, 8px);font-weight:600;font-size:.95rem;background:transparent;border:1px solid var(--color-border, #1a1a1a);color:var(--color-text-primary, #e5e5e5);transition:all .25s ease}.active-witness__submit-btn:hover:not(:disabled){border-color:#a855f766;background:#a855f708;color:#a855f7}.active-witness__submit-btn:disabled{opacity:.5;cursor:not-allowed}.active-witness__success{margin-top:1rem;font-size:.85rem;color:var(--color-success, #10b981);text-align:center}.active-witness__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;z-index:1000;display:flex;justify-content:center;align-items:center;padding:2rem;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.active-witness__overlay-content{max-width:700px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.active-witness__overlay-timer{font-family:var(--font-mono, monospace);font-size:3.5rem;font-weight:700;color:#a855f7;text-shadow:0 0 15px rgba(168,85,247,.4)}.active-witness__overlay-text{font-size:clamp(1.2rem,3.5vw,1.65rem);font-weight:400;color:var(--color-text-primary, #e5e5e5);line-height:1.7;letter-spacing:-.01em}.pulsing{animation:pulse 3s ease-in-out infinite}.active-witness__overlay-hint{font-size:.95rem;color:var(--color-text-secondary, #737373)}.active-witness__overlay-btn{padding:.65rem 1.5rem;border-radius:var(--radius-md, 8px);font-size:.9rem;font-weight:600;border:1px solid rgba(239,68,68,.3);color:#ef4444;background:transparent;transition:all .2s ease}.active-witness__overlay-btn:hover{background:#ef44440d;border-color:#ef4444}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.active-witness__body{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.active-witness-page{padding:1.25rem 1rem 3rem}.active-witness__section{padding:1.25rem}.active-witness__circle{width:180px;height:180px}.active-witness__seconds{font-size:2rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #000000;--color-surface: #0a0a0a;--color-surface-hover: #111111;--color-surface-elevated: #161616;--color-border: #1a1a1a;--color-border-hover: #2a2a2a;--color-text-primary: #e5e5e5;--color-text-secondary: #737373;--color-text-muted: #525252;--color-accent: #f59e0b;--color-accent-hover: #fbbf24;--color-accent-muted: rgba(245, 158, 11, .15);--color-danger: #ef4444;--color-success: #10b981;--color-info: #3b82f6;--color-purple: #8b5cf6;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6);--shadow-glow: 0 0 20px rgba(245, 158, 11, .15);--sidebar-width: 240px;--header-height: 56px}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.02em}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}p{color:var(--color-text-secondary)}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}code,.mono{font-family:var(--font-mono);font-size:.9em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}.glass{background:#0a0a0acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border)}.tag{display:inline-flex;align-items:center;padding:2px 10px;font-size:.75rem;font-family:var(--font-mono);border-radius:var(--radius-full);background:var(--color-accent-muted);color:var(--color-accent);border:1px solid rgba(245,158,11,.2);white-space:nowrap}.fade-in{animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none;background:none;color:var(--color-text-primary);transition:all var(--transition-fast)}input,textarea{font-family:var(--font-body);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);padding:var(--space-3) var(--space-4);font-size:.95rem;transition:border-color var(--transition-fast);outline:none;width:100%}input:focus,textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-muted)}input::placeholder,textarea::placeholder{color:var(--color-text-muted)}@media(max-width:768px){:root{--sidebar-width: 0px;--header-height: 56px}h1{font-size:1.5rem}h2{font-size:1.25rem}}
