:root{--color-bg: #FAFAF8;--color-surface: #FFFFFF;--color-surface-2: #F5F5F1;--color-border: #E5E7EB;--color-border-strong: #D1D5DB;--color-text: #111827;--color-text-muted: #6B7280;--color-text-subtle: #9CA3AF;--color-accent: #2563EB;--color-accent-hover: #1D4ED8;--color-accent-soft: #DBEAFE;--color-success-bg: #F0FDF4;--color-success-border: #BBF7D0;--color-success-text: #166534;--color-success-dot: #22C55E;--color-error-bg: #FEF2F2;--color-error-border: #FECACA;--color-error-text: #991B1B;--color-error-dot: #EF4444;--color-warn-dot: #F59E0B;--font-heading: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-logo: "Bebas Neue", "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;--radius-card: 10px;--radius-button: 8px;--radius-pill: 999px;--border-thin: .5px solid var(--color-border);--border-strong: 1px solid var(--color-border-strong);--shadow-sm: 0 1px 2px rgba(17, 24, 39, .04);--shadow-card: 0 1px 2px rgba(17, 24, 39, .04), 0 0 0 1px rgba(17, 24, 39, .02);--shadow-card-hover: 0 4px 12px rgba(17, 24, 39, .08), 0 0 0 1px rgba(37, 99, 235, .12);--shadow-button: 0 1px 2px rgba(37, 99, 235, .15), 0 0 0 1px rgba(37, 99, 235, .4);--content-max-width: 1040px;--ease-out: cubic-bezier(.2, .8, .2, 1);--t-fast: .12s;--t-med: .2s}*,*:before,*:after{box-sizing:border-box}html{text-size-adjust:100%;-webkit-text-size-adjust:100%}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--font-heading);margin:0;letter-spacing:.01em;line-height:1.15}p{margin:0}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0}a{color:var(--color-accent);text-decoration:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}.layout{position:relative;min-height:100vh;background:var(--color-bg);display:flex;flex-direction:column;isolation:isolate;overflow-x:hidden}.layout:before{content:"";position:fixed;top:-340px;right:-240px;width:880px;height:880px;background:radial-gradient(circle,#2563eb12,#2563eb06,#2563eb00 70%);pointer-events:none;z-index:-1;filter:blur(20px)}@media(max-width:639px){.layout:before{top:-200px;right:-180px;width:600px;height:600px}}.layout__main{flex:1;width:100%;max-width:var(--content-max-width);margin:0 auto;padding:1.5rem 1rem}@media(min-width:640px){.layout__main{padding:2rem 1.5rem}}@media(min-width:1024px){.layout__main{padding:2.5rem 2rem}}.topbar{position:sticky;top:0;z-index:50;border-bottom:var(--border-thin);background:#ffffffd9;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px)}.topbar__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:56px;padding:0 1rem;max-width:var(--content-max-width);margin:0 auto}@media(min-width:640px){.topbar__row{height:60px;padding:0 1.5rem}}@media(min-width:1024px){.topbar__row{padding:0 2rem}}.topbar__user{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.org-badge{display:inline-flex;align-items:center;height:32px;padding:0 .625rem;border-radius:var(--radius-pill);border:var(--border-thin);background:var(--color-surface-2);font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;cursor:default;-webkit-user-select:none;user-select:none}@media(max-width:639px){.org-badge{max-width:140px}}.lang-switch{display:inline-flex;align-items:center;background:var(--color-surface-2);border:var(--border-thin);border-radius:var(--radius-pill);padding:2px}.lang-switch__btn{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 .5rem;border-radius:var(--radius-pill);font-family:var(--font-body);font-weight:600;font-size:.6875rem;letter-spacing:.06em;color:var(--color-text-subtle);background:transparent;cursor:pointer;border:none;transition:color var(--t-fast) var(--ease-out),background-color var(--t-fast) var(--ease-out),box-shadow var(--t-fast) var(--ease-out)}.lang-switch__btn:hover{color:var(--color-text)}.lang-switch__btn--active{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.logo{display:inline-flex;align-items:baseline;font-family:var(--font-logo);font-weight:400;font-size:clamp(1.5rem,1.2rem + 1vw,1.875rem);letter-spacing:.06em;text-transform:uppercase;line-height:1;color:var(--color-text);text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:.25rem 0;transition:opacity var(--t-fast) var(--ease-out)}.logo__d{position:relative;color:var(--color-accent);font-weight:400}.logo__d:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:var(--color-accent);border-radius:1px;transform:scaleX(0);transform-origin:left center;transition:transform var(--t-med) var(--ease-out)}.logo:hover .logo__d:after,.logo:focus-visible .logo__d:after{transform:scaleX(1)}.logo__rest{color:var(--color-text)}.tabnav{border-bottom:var(--border-thin);background:var(--color-surface);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tabnav::-webkit-scrollbar{display:none}.tabnav__inner{display:flex;gap:.25rem;padding:0 .5rem;max-width:var(--content-max-width);margin:0 auto}@media(min-width:640px){.tabnav__inner{gap:.5rem;padding:0 1rem}}@media(min-width:1024px){.tabnav__inner{padding:0 1.5rem}}.tabnav__link{position:relative;display:inline-flex;align-items:center;padding:.875rem;font-family:var(--font-body);font-weight:500;font-size:.9rem;color:var(--color-text-subtle);text-decoration:none;white-space:nowrap;transition:color var(--t-fast) var(--ease-out)}.tabnav__link:hover{color:var(--color-text)}.tabnav__link:after{content:"";position:absolute;left:.5rem;right:.5rem;bottom:-1px;height:2px;background:var(--color-accent);border-radius:2px 2px 0 0;transform:scaleX(0);transform-origin:center;transition:transform var(--t-med) var(--ease-out)}.tabnav__link--active{color:var(--color-text);font-weight:600}.tabnav__link--active:after{transform:scaleX(1)}.page{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.page{gap:2rem}}.page__header{display:flex;flex-direction:column;gap:.375rem}.page__title{font-size:clamp(1.625rem,1.15rem + 1.8vw,2.25rem);font-weight:600;letter-spacing:.01em;line-height:1.2;padding-bottom:.05em}.page__subtitle{font-size:clamp(.9rem,.85rem + .2vw,1rem);color:var(--color-text-muted)}.legal-page{max-width:70ch;margin:0 auto}.legal-page__notice{background:var(--color-accent-soft);border:1px solid var(--color-accent);border-radius:var(--radius-card);padding:.875rem 1.125rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5;color:var(--color-text)}.legal-page h2{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;color:var(--color-text)}.legal-page p,.legal-page ul{margin-bottom:1rem;line-height:1.65;color:var(--color-text)}.legal-page ul{padding-left:1.25rem}.legal-page ul li{margin-bottom:.25rem}.legal-page a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.legal-page__table-wrap{overflow-x:auto;margin:1rem 0;-webkit-overflow-scrolling:touch}.legal-page table{border-collapse:collapse;font-size:.8125rem;width:100%;min-width:480px}.legal-page th,.legal-page td{text-align:left;padding:.5rem .75rem;border:1px solid var(--color-border);vertical-align:top}.legal-page th{background:var(--color-surface-2);font-weight:600}.legal-page__back{margin-top:2.5rem;padding-top:1.5rem;border-top:var(--border-thin)}.legal-page__back-link{font-size:.875rem;color:var(--color-text-muted);text-decoration:none}.legal-page__back-link:hover{color:var(--color-accent)}.section__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.section__heading{font-family:var(--font-heading);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-subtle);margin:0}.button{display:inline-flex;align-items:center;gap:.5rem;height:36px;padding:0 .875rem;border-radius:var(--radius-button);font-family:var(--font-body);font-weight:600;font-size:.875rem;letter-spacing:-.005em;cursor:pointer;border:none;transition:background-color var(--t-fast) var(--ease-out),box-shadow var(--t-fast) var(--ease-out),transform var(--t-fast) var(--ease-out);white-space:nowrap}.button:active{transform:translateY(1px)}.button--primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-button)}.button--primary:hover{background:var(--color-accent-hover)}.button__icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:1.25rem;font-weight:600;line-height:1;margin-left:-.125rem}.card-grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media(min-width:640px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}}.card{position:relative;background:var(--color-surface);border:var(--border-thin);border-radius:var(--radius-card);padding:1.25rem;box-shadow:var(--shadow-card);transition:transform var(--t-med) var(--ease-out),box-shadow var(--t-med) var(--ease-out),border-color var(--t-med) var(--ease-out)}@media(min-width:640px){.card{padding:1.5rem}}.card__title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;margin:0 0 .375rem;color:var(--color-text)}.card__description{font-size:.875rem;color:var(--color-text-muted);line-height:1.55}.card__badge{display:inline-flex;align-items:center;align-self:flex-start;padding:2px 8px;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent);font-size:.6875rem;font-weight:600;letter-spacing:.02em;margin-bottom:.75rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.625rem;padding:3rem 1.5rem;background:var(--color-surface);border:1px dashed var(--color-border-strong);border-radius:var(--radius-card)}@media(min-width:640px){.empty-state{padding:4rem 2rem;gap:.75rem}}.empty-state__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:.5rem;border-radius:12px;background:var(--color-accent-soft);color:var(--color-accent);font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1}.empty-state__title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--color-text);margin:0}.empty-state__description{font-size:.9rem;color:var(--color-text-muted);max-width:36ch;margin:0 0 .5rem}.section+.section{margin-top:2rem}.section .section__heading{margin-bottom:.75rem}.app-card{display:flex;flex-direction:column;gap:.25rem;text-decoration:none;color:inherit;cursor:pointer}.app-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-card-hover);border-color:var(--color-accent)}.app-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.app-card__icon{font-size:1.75rem;line-height:1;margin-bottom:.5rem}.workflow-card{display:flex;flex-direction:column;gap:.25rem}.workflow-card--coming-soon{opacity:.72}.workflow-card__badge{margin-top:.75rem;margin-bottom:0}.workflow-card--coming-soon .workflow-card__badge{background:var(--color-surface-2);color:var(--color-text-muted)}.footer{border-top:var(--border-thin);background:var(--color-surface);margin-top:3rem}.footer__inner{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;max-width:var(--content-max-width);margin:0 auto;padding:1rem;font-size:.8125rem;color:var(--color-text-muted)}@media(min-width:640px){.footer__inner{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 1.5rem}}@media(min-width:1024px){.footer__inner{padding:1rem 2rem}}.footer__legal{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.footer__copy{color:var(--color-text-muted)}.footer__sep{color:var(--color-text-subtle);-webkit-user-select:none;user-select:none}.footer__link{color:var(--color-text-muted);text-decoration:none;transition:color var(--t-fast) var(--ease-out)}.footer__link:hover{color:var(--color-text)}.footer__status{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-muted)}.footer__status-dot{width:7px;height:7px;border-radius:50%;background:var(--color-warn-dot);flex-shrink:0}.footer__status--ok .footer__status-dot{background:var(--color-success-dot);animation:status-pulse 2.4s var(--ease-out) infinite}.footer__status--error .footer__status-dot{background:var(--color-error-dot)}.footer__status--loading .footer__status-dot{background:var(--color-text-subtle)}@keyframes status-pulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 5px #22c55e00}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
