*,*:before,*:after{box-sizing:border-box}html,body,h1,h2,h3,h4,p,ul,ol,li,figure,blockquote{margin:0;padding:0}ul,ol{list-style:none}img,picture,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}html{scroll-behavior:smooth}body{min-width:320px;background:#fafafa;color:#111;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;padding:0}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page-main{flex:1}.page-main{padding-top:64px;padding-bottom:60px}.section{padding:56px 0}.section--hero{min-height:calc(100vh - 64px);display:flex;align-items:center}@media(min-width:768px){.page-main{padding-bottom:0}}@media(min-width:1024px){.page-main{padding-top:72px}.section{padding:80px 0}.section--hero{min-height:calc(100vh - 72px)}}body{font-size:16px;line-height:1.5}h1,h2,h3{letter-spacing:-.03em}.container{width:100%;margin:0 auto;padding-left:16px;padding-right:16px}@media(min-width:768px){.container{max-width:768px;padding-left:24px;padding-right:24px}}@media(min-width:1024px){.container{max-width:1120px;padding-left:32px;padding-right:32px}}@media(min-width:1440px){.container{max-width:1280px}}.site-header{position:fixed;inset:0 0 auto 0;z-index:100;height:64px;border-bottom:1px solid #e5e7eb;background:#fafafadb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:flex;height:100%;align-items:center;justify-content:space-between;gap:24px}.site-header__brand{font-size:1.125rem;font-weight:600;letter-spacing:-.03em}.site-nav{display:none}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;flex-shrink:0}.burger__line{display:block;width:100%;height:1.5px;background:#111;border-radius:2px;transform-origin:center;transition:transform .25s ease,opacity .2s ease}.burger--open .burger__line:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.burger--open .burger__line:nth-child(2){opacity:0;transform:scaleX(0)}.burger--open .burger__line:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:64px;right:0;bottom:0;left:0;z-index:99;min-height:100vh;background:#fafafa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;padding:32px 24px;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.mobile-menu--open{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-menu__nav{display:flex;flex-direction:column;gap:4px}.mobile-menu__link{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;color:#111;padding:10px 0;border-bottom:1px solid #e5e7eb;transition:color .15s ease}.mobile-menu__link:hover,.mobile-menu__link--active{color:#6b7280}@media(min-width:768px){.site-nav{display:flex;align-items:center;gap:32px}.site-nav__link{color:#6b7280;font-size:.95rem;font-weight:500;transition:color .2s ease}.site-nav__link:hover,.site-nav__link--active{color:#111}.burger,.mobile-menu{display:none}}@media(min-width:1024px){.site-header{height:72px}}.site-footer{border-top:1px solid #e5e7eb;background:#fafafa}.site-footer__inner{display:flex;flex-direction:column;gap:20px;padding-top:28px;padding-bottom:28px}.site-footer__nav{display:flex;flex-wrap:wrap;gap:20px}.site-footer__link,.site-footer__copy{color:#6b7280;font-size:.95rem}.site-footer__link{transition:color .2s ease}.site-footer__link:hover{color:#111}@media(min-width:768px){.site-footer__inner{flex-direction:row;align-items:center;justify-content:space-between}}.hero-card,.content-card{border:1px solid #e5e7eb;border-radius:24px;background:#fff;box-shadow:0 1px 2px #1018280a}.hero-card{max-width:760px;padding:28px}.content-card{max-width:720px;padding:28px}.hero-card__eyebrow,.content-card__eyebrow{display:inline-flex;margin-bottom:16px;color:#6b7280;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.hero-card__title,.content-card__title{font-size:2rem;font-weight:600;line-height:1.05}.hero-card__text,.content-card__text{margin-top:16px;max-width:56ch;color:#6b7280;font-size:1rem;line-height:1.7}@media(min-width:768px){.hero-card,.content-card{padding:36px}}@media(min-width:1024px){.hero-card__title{font-size:3rem}.content-card__title{font-size:2rem}}.doc-page{padding:40px 0 80px}.doc-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:.875rem;color:#6b7280}.doc-breadcrumb__link{color:#6b7280;transition:color .15s ease}.doc-breadcrumb__link:hover{color:#111}.doc-breadcrumb__sep{color:#e5e7eb}.doc-breadcrumb__current{color:#111}.doc-hero{margin-bottom:40px}.doc-hero__title{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:16px}@media(min-width:1024px){.doc-hero__title{font-size:2.5rem}}.doc-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.doc-hero__description{color:#6b7280;font-size:1rem}.doc-kpi-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:56px}@media(min-width:1024px){.doc-kpi-row{grid-template-columns:repeat(4,1fr)}}.doc-kpi{display:flex;flex-direction:column;gap:4px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.doc-kpi__value{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:#111}.doc-kpi__label{font-size:.8rem;font-weight:600;color:#111}.doc-kpi__note{font-size:.75rem;color:#6b7280}.doc-section{padding-top:48px;border-top:1px solid #e5e7eb;margin-bottom:0}.doc-section+.doc-section{margin-top:0}.doc-section__header{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.doc-section__num{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#6b7280}.doc-section__title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.doc-block{margin-bottom:32px}.doc-block__title{font-size:1rem;font-weight:700;margin-bottom:4px}.doc-block__subtitle{font-size:.875rem;color:#6b7280;margin-bottom:20px}.doc-prose{font-size:.9rem;line-height:1.7;color:#111;margin-bottom:12px}.doc-prose code{font-family:ui-monospace,monospace;font-size:.85em;background:#f3f4f6;padding:1px 5px;border-radius:4px}.doc-card-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px}@media(min-width:768px){.doc-card-grid{grid-template-columns:repeat(2,1fr)}}.doc-feature-card{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.doc-feature-card__icon{font-size:1.25rem}.doc-feature-card__title{font-size:.875rem;font-weight:700}.doc-feature-card__text{font-size:.825rem;color:#6b7280;line-height:1.6}.doc-table-wrap{overflow-x:auto;margin-bottom:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.doc-table{width:100%;border-collapse:collapse;font-size:.85rem}.doc-table th{text-align:left;padding:10px 14px;background:#ebedf0;font-size:.75rem;font-weight:600;letter-spacing:.04em;color:#6b7280;border-bottom:1px solid #e5e7eb}.doc-table td{padding:10px 14px;border-bottom:1px solid #e5e7eb;vertical-align:top;line-height:1.5}.doc-table td code{font-family:ui-monospace,monospace;font-size:.85em;background:#f3f4f6;padding:1px 5px;border-radius:4px}.doc-table tr:last-child td{border-bottom:none}.doc-table__meta{font-size:.75rem;color:#6b7280}.doc-badge{display:inline-flex;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:700}.doc-badge--reject{background:#fee2e2;color:#dc2626}.doc-badge--select{background:#dcfce7;color:#16a34a}.doc-formula{display:flex;flex-direction:column;gap:8px;padding:16px 20px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;margin-bottom:20px}.doc-formula__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.doc-formula__code{font-family:ui-monospace,monospace;font-size:.85rem;line-height:1.8;white-space:pre-wrap}.doc-result{display:flex;flex-direction:column;gap:4px;padding:20px;border:1px solid #86efac;border-radius:12px;background:#f0fdf4;margin-bottom:20px}.doc-result__label{font-size:.75rem;font-weight:600;color:#16a34a;text-transform:uppercase;letter-spacing:.06em}.doc-result__value{font-size:2rem;font-weight:700;letter-spacing:-.03em;color:#111}.doc-result__formula{font-family:ui-monospace,monospace;font-size:.8rem;color:#6b7280}.doc-result__note{font-size:.875rem;color:#111;line-height:1.6;margin-top:8px}.doc-callout{padding:14px 16px;border-radius:10px;font-size:.875rem;line-height:1.6;margin-bottom:16px}.doc-callout p{margin-top:6px;font-size:.85rem}.doc-callout--primary{border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af}.doc-callout--warning{border:1px solid #fde68a;background:#fffbeb;color:#92400e}.doc-flow{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.doc-flow__step{display:flex;gap:16px;padding:16px 20px;background:#fff;border-bottom:1px solid #e5e7eb}.doc-flow__step:last-child{border-bottom:none}.doc-flow__num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#111;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.doc-flow__content{display:flex;flex-direction:column;gap:6px}.doc-flow__title{font-size:.875rem;font-weight:700}.doc-flow__text{font-size:.825rem;color:#6b7280;line-height:1.6}.doc-flow__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.doc-scenarios{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:16px}@media(min-width:768px){.doc-scenarios{grid-template-columns:repeat(3,1fr)}}.doc-scenario{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.doc-scenario--highlight{border-color:#86efac;background:#f0fdf4}.doc-scenario__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.doc-scenario__value{font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.doc-scenario__sub{font-size:.75rem;color:#6b7280}.doc-scenario__note{font-size:.8rem;color:#6b7280;line-height:1.5;margin-top:8px}.doc-risks{display:flex;flex-direction:column;gap:10px}.doc-risk{padding:14px 16px;border-radius:10px;border:1px solid #e5e7eb}.doc-risk--high{border-color:#fca5a5;background:#fff5f5}.doc-risk--watch{border-color:#fde68a;background:#fffbeb}.doc-risk--low{background:#fff}.doc-risk__header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.doc-risk__badge{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;border-radius:999px}.doc-risk__badge--high{background:#fee2e2;color:#dc2626}.doc-risk__badge--watch{background:#fef9c3;color:#a16207}.doc-risk__badge--low{background:#f3f4f6;color:#6b7280}.doc-risk__title{font-size:.875rem;font-weight:700}.doc-risk__text{font-size:.825rem;color:#6b7280;line-height:1.6}.doc-ab-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px}@media(min-width:768px){.doc-ab-grid{grid-template-columns:repeat(3,1fr)}}.doc-ab-cell{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.doc-ab-cell__header{display:flex;align-items:center;justify-content:space-between}.doc-ab-cell__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.doc-ab-cell__pct{font-size:.875rem;font-weight:700;color:#111}.doc-ab-cell__title{font-size:.875rem;font-weight:700}.doc-ab-cell__text{font-size:.8rem;color:#6b7280;line-height:1.6}.doc-footnote{margin-top:48px;padding:16px;border-top:1px solid #e5e7eb;font-size:.75rem;color:#6b7280;line-height:1.6}.eq-price-block{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:20px;margin-bottom:16px}.eq-price-block__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.eq-price-block__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.eq-price-block__static-note{font-size:.7rem;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:999px}.eq-price-block__main{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.eq-price-block__price{font-size:2rem;font-weight:700;letter-spacing:-.03em}.eq-price-block__change{font-size:.95rem;font-weight:600}.eq-price-block__change--up{color:#16a34a}.eq-price-block__change--down{color:#dc2626}.eq-price-block__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:768px){.eq-price-block__grid{grid-template-columns:repeat(4,1fr)}}.eq-price-block__item{display:flex;flex-direction:column;gap:2px}.eq-price-block__item-label{font-size:.7rem;color:#6b7280;font-weight:500}.eq-price-block__item-val{font-size:.875rem;font-weight:600}.eq-chart-tabs{display:flex;gap:4px;margin-bottom:12px}.eq-chart-tab{padding:4px 12px;border-radius:999px;border:1px solid #e5e7eb;font-size:.8rem;font-weight:600;color:#6b7280;background:transparent;cursor:pointer;transition:all .15s ease}.eq-chart-tab:hover{border-color:#111;color:#111}.eq-chart-tab--active{background:#111;border-color:#111;color:#fff}.eq-chart-placeholder{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fafafa;padding:16px}.eq-chart-svg{width:100%;height:auto;display:block}.eq-chart-note{font-size:.75rem;color:#6b7280;text-align:center;margin-top:8px}.eq-trend{font-weight:600}.eq-trend--up{color:#16a34a}.eq-trend--down{color:#dc2626}.eq-table-row--highlight td{background:#f5f3ff}.eq-two-col{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.eq-two-col{grid-template-columns:repeat(2,1fr)}}.stm-price-block{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:20px;margin-bottom:40px}.stm-price-block__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.stm-price-block__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.stm-price-static{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:3px 10px;border-radius:999px}.stm-price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.stm-price-grid{grid-template-columns:repeat(4,1fr)}}.stm-price-item{display:flex;flex-direction:column;gap:2px}.stm-price-item__label{font-size:.72rem;color:#6b7280;font-weight:500}.stm-price-item__value{font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.stm-chart-wrap{border:1px solid #e5e7eb;border-radius:12px;padding:16px 8px 8px;background:#fff;margin-bottom:8px}.stm-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.stm-range-tabs{display:flex;gap:4px}.stm-range-tab{padding:4px 10px;border-radius:6px;border:1px solid #e5e7eb;background:transparent;font-size:.75rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .15s ease}.stm-range-tab:hover{color:#111;border-color:#c0c7d0}.stm-range-tab--active{background:#111;color:#fff;border-color:#111}.stm-tooltip{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 2px 8px #00000014}.stm-tooltip__label{font-size:.72rem;color:#6b7280}.stm-tooltip__value{font-size:.9rem;font-weight:700;color:#111}.stm-legend{display:flex;gap:16px;padding:8px 8px 0}.stm-legend__item{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:6px}.stm-legend__item:before{content:"";display:inline-block;width:20px;height:2px;border-radius:2px}.stm-legend__item--actual:before{background:#6366f1}.stm-legend__item--forecast:before{background:repeating-linear-gradient(90deg,#f59e0b 0,#f59e0b 5px,transparent 5px,transparent 9px)}.stm-trend{font-weight:600}.stm-trend--up{color:#16a34a}.stm-trend--down{color:#dc2626}.stm-row-highlight td{background:#f5f5ff;font-weight:600}.stm-two-col{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.stm-two-col{grid-template-columns:repeat(2,1fr)}}.stm-catalyst-date{flex-shrink:0;min-width:100px;font-size:.75rem;font-weight:700;color:#6b7280;padding-top:3px}.todo-wrap{padding:40px 0 64px}.todo-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.todo-header__left{display:flex;align-items:center;gap:12px}.todo-header__title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.todo-header__counts{display:flex;gap:6px}.todo-count{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px}.todo-count--open{background:#f3f4f6;color:#111}.todo-count--done{background:#dcfce7;color:#16a34a}.todo-lock-btn{font-size:1.1rem;cursor:pointer;background:none;border:none;padding:4px;border-radius:6px;transition:background .15s ease}.todo-lock-btn:hover{background:#e5e7eb}.todo-password{display:flex;gap:8px;margin-bottom:16px}.todo-password__input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s ease}.todo-password__input:focus{border-color:#6366f1}.todo-password__input--error{border-color:#dc2626}.todo-password__btn{padding:8px 16px;background:#111;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.todo-password__btn:hover{opacity:.85}.todo-add{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.todo-add__input{flex:2;min-width:180px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s ease}.todo-add__input:focus{border-color:#6366f1}.todo-add__project{flex:1;min-width:120px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s ease}.todo-add__project:focus{border-color:#6366f1}.todo-add__btn{padding:8px 16px;background:#111;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.todo-add__btn:hover:not(:disabled){opacity:.85}.todo-add__btn:disabled{opacity:.4;cursor:not-allowed}.todo-list{display:flex;flex-direction:column;gap:0}.todo-divider{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:.75rem;font-weight:600;color:#6b7280}.todo-divider:before,.todo-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.todo-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #e5e7eb}.todo-item:last-child{border-bottom:none}.todo-item--done{opacity:.5}.todo-item__circle{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1.5px solid #e5e7eb;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#16a34a;transition:border-color .15s ease,background .15s ease}.todo-item__circle:hover{border-color:#6366f1}.todo-item__circle--done{background:#dcfce7;border-color:#86efac}.todo-item__body{flex:1;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.todo-item__text{font-size:.9rem;color:#111}.todo-item--done .todo-item__text{text-decoration:line-through}.todo-item__project{font-size:.72rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:1px 7px;border-radius:999px}.todo-item__delete{flex-shrink:0;width:20px;height:20px;border-radius:4px;border:none;background:none;color:#6b7280;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background .15s ease}.todo-item__delete:hover{color:#dc2626;background:#fee2e2}.todo-empty{font-size:.875rem;color:#6b7280;padding:16px 0}.todo-item__edit-input{flex:1;padding:2px 6px;border:1px solid #6366f1;border-radius:4px;font-size:.9rem;outline:none;background:#f5f5ff}.todo-item__actions{display:flex;gap:4px;flex-shrink:0}.todo-item__action-btn{width:28px;height:28px;border-radius:6px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease;color:#6b7280}.todo-item__action-btn:hover{background:#e5e7eb;color:#111}.todo-item__action-btn--edit:hover{background:#eff6ff;color:#3b82f6}.todo-item__action-btn--delete:hover{background:#fee2e2;color:#dc2626}.todo-item__action-btn--save:hover{background:#dcfce7;color:#16a34a}.todo-item__action-btn--cancel:hover{background:#e5e7eb;color:#111}.todo-item__drag{flex-shrink:0;width:24px;height:24px;border:none;background:none;cursor:grab;display:flex;align-items:center;justify-content:center;color:#e5e7eb;transition:color .15s ease;touch-action:none}.todo-item__drag:hover{color:#6b7280}.todo-item__drag:active{cursor:grabbing}.bottom-nav{display:flex;position:fixed;inset:auto 0 0 0;z-index:100;height:60px;padding-bottom:env(safe-area-inset-bottom);background:#fafafaeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #e5e7eb;align-items:stretch}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#6b7280;transition:color .15s ease;padding:6px 4px;min-width:0}.bottom-nav__item:active{opacity:.7}.bottom-nav__item--active{color:#111}.bottom-nav__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.bottom-nav__label{font-size:.65rem;font-weight:500;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(min-width:768px){.bottom-nav{display:none}}.section+.section{border-top:1px solid #e5e7eb}.sandbox-page{padding:48px 0 80px}.sandbox-header{margin-bottom:40px}.sandbox-header__title{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:8px}.sandbox-header__description{color:#6b7280;font-size:1rem;line-height:1.6}.sandbox-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.sandbox-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sandbox-grid{grid-template-columns:repeat(4,1fr)}}.sandbox-card{display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 1px 2px #1018280a;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sandbox-card:hover{border-color:#c0c7d0;box-shadow:0 4px 16px #10182814}.sandbox-card__top{display:flex;flex-direction:column;gap:10px}.sandbox-card__tag{display:inline-flex;align-self:flex-start;padding:3px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#6366f10f;color:#6366f1;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sandbox-card__title{font-size:1rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:#111}.sandbox-card__description{font-size:.875rem;line-height:1.6;color:#6b7280}.sandbox-card__footer{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sandbox-card__status{display:inline-flex;padding:3px 10px;border-radius:999px;border:1px solid #86efac;color:#16a34a;font-size:.75rem;font-weight:600}.sandbox-card__meta{font-size:.8rem;color:#6b7280}.sandbox-section-title{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:16px}.sandbox-section+.sandbox-section{margin-top:48px}.sandbox-header__text{color:#6b7280;font-size:.875rem;line-height:1.7;margin-top:12px;max-width:60ch}.about-layout{display:flex;flex-direction:column;gap:40px;align-items:flex-start}.about-text{flex:1;min-width:0}.about-graph{width:100%;display:flex;justify-content:center;opacity:.9}.about-graph canvas{max-width:100%;height:auto}@media(min-width:1024px){.about-layout{flex-direction:row;align-items:flex-start;gap:48px}.about-graph{width:450px;flex-shrink:0;justify-content:flex-end}}.docs-page{padding:48px 0 80px}.doc-editor-page{padding:40px 0 80px}.docs-new-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;border:1.5px dashed #e5e7eb;border-radius:16px;background:transparent;cursor:pointer;transition:border-color .2s ease,background .2s ease;min-height:120px}.docs-new-card:hover{border-color:#6366f1;background:#f5f5ff}.docs-new-card__icon{font-size:1.5rem;color:#6b7280;line-height:1}.docs-new-card__label{font-size:.8rem;font-weight:600;color:#6b7280;letter-spacing:.04em}.docs-card{position:relative}.docs-card__delete{margin-left:auto;width:28px;height:28px;border-radius:6px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .15s ease,color .15s ease}.docs-card__delete:hover{background:#fee2e2;color:#dc2626}.docs-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.docs-modal{background:#fff;border-radius:16px;padding:28px;width:100%;max-width:440px;box-shadow:0 8px 32px #0000001f}.docs-modal__title{font-size:1.1rem;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}.docs-modal__input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .15s ease;margin-bottom:8px}.docs-modal__input:focus{border-color:#6366f1}.docs-modal__input--error{border-color:#dc2626}.docs-modal__error{font-size:.8rem;color:#dc2626;margin-bottom:8px}.docs-modal__hint{font-size:.75rem;color:#6b7280;margin-bottom:20px}.docs-modal__actions{display:flex;gap:8px;justify-content:flex-end}.docs-modal__cancel{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;background:none;font-size:.875rem;cursor:pointer;transition:background .15s ease}.docs-modal__cancel:hover{background:#fafafa}.docs-modal__ok{padding:8px 20px;background:#111;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.docs-modal__ok:hover:not(:disabled){opacity:.85}.docs-modal__ok:disabled{opacity:.4;cursor:not-allowed}.doc-editor__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.doc-editor__title{font-size:2rem;font-weight:700;letter-spacing:-.03em;line-height:1.1}.doc-editor__meta{display:flex;align-items:center;gap:8px;flex-shrink:0;padding-top:4px}.doc-editor__status{font-size:.75rem;color:#6b7280}.doc-editor__back-link{color:#6366f1;text-decoration:underline}.doc-editor__toolbar{display:flex;align-items:center;gap:4px;padding:8px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;margin-bottom:16px;flex-wrap:wrap}.doc-editor__tool{padding:4px 10px;border-radius:6px;border:none;background:none;font-size:.8rem;font-weight:600;cursor:pointer;color:#6b7280;transition:background .15s ease,color .15s ease}.doc-editor__tool:hover{background:#fafafa;color:#111}.doc-editor__tool--active{background:#111;color:#fff}.doc-editor__toolbar-sep{width:1px;height:20px;background:#e5e7eb;margin:0 4px}.doc-editor__content{border:1px solid #e5e7eb;border-radius:12px;padding:24px;min-height:400px;background:#fff}.doc-editor__content--editable{border-color:#6366f1}.doc-editor__content .ProseMirror{outline:none;font-size:.95rem;line-height:1.75;color:#111}.doc-editor__content .ProseMirror h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin:1.2em 0 .4em}.doc-editor__content .ProseMirror h2{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;margin:1em 0 .4em}.doc-editor__content .ProseMirror p{margin:0 0 .75em}.doc-editor__content .ProseMirror ul,.doc-editor__content .ProseMirror ol{padding-left:1.4em;margin:0 0 .75em}.doc-editor__content .ProseMirror li{margin:.25em 0}.doc-editor__content .ProseMirror blockquote{border-left:3px solid #e5e7eb;padding-left:1em;color:#6b7280;margin:.75em 0}.doc-editor__content .ProseMirror strong{font-weight:700}.doc-editor__content .ProseMirror em{font-style:italic}.doc-editor__content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#6b7280;pointer-events:none;height:0}.doc-editor__empty{color:#6b7280;font-size:.9rem}.docs-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
