:root{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #3268e8;--color-primary-soft: #ebf1ff;--color-success: #12a150;--color-success-soft: #e8f8ef;--color-border: #dce4f1;--color-border-strong: #c7d2e5;--color-text: #0f172a;--color-text-secondary: #64748b;--color-surface: #ffffff;--color-surface-muted: #f8fbff;--color-sidebar: linear-gradient(180deg, #0d172c 0%, #071020 100%);--shadow-card: 0 16px 40px rgba(15, 23, 42, .06);--radius-xl: 24px;--radius-lg: 18px;--radius-md: 14px;--radius-sm: 10px;--space-page-x: 24px;--space-page-y: 20px;--space-page-bottom: 28px;--space-page-gap: 24px;--space-section-gap: 18px;--space-card-gap: 16px;--space-card-padding: 24px;--space-card-padding-sm: 18px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;color:var(--color-text);background:radial-gradient(circle at top,rgba(50,104,232,.06),transparent 30%),#f4f7fb}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:0 18px;border:1px solid transparent;border-radius:12px;font-weight:500;transition:all .2s ease}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{color:#fff;background:#3268e8;box-shadow:none}.button--primary:hover:not(:disabled){background:#285dd6;transform:none}.button--secondary{color:var(--color-text);background:#fff;border-color:#d8dfeb}.button--full{width:100%}.auth-shell{display:grid;place-items:center;min-height:100vh;padding:40px 20px 64px}.auth-hero{width:min(100%,680px);display:grid;gap:26px;justify-items:center}.auth-toolbar{width:100%;display:flex;justify-content:flex-end}.auth-brand{text-align:center}.auth-brand__icon{display:inline-grid;place-items:center;width:68px;height:68px;margin-bottom:20px;border-radius:20px;color:var(--color-primary);background:transparent}.auth-brand__logo{width:100%;height:100%;object-fit:contain}.auth-brand h1{margin:0;font-size:clamp(18px,2.4vw,32px);line-height:1.18;font-weight:700;white-space:nowrap}.auth-brand p{margin:14px 0 0;color:#667085;font-size:18px}.auth-card{width:min(100%,600px);padding:44px 54px 34px;border:1px solid #e8edf5;border-radius:18px;background:#fff;box-shadow:0 8px 24px #0f172a0a}.page-banner h1,.section-heading h2,.info-card h3,.profile-card h2,.empty-state h1{margin:8px 0 0}.auth-card__header p,.page-banner p,.topbar p,.quick-action__body p,.info-card p,.empty-state p{color:var(--color-text-secondary)}.field{display:grid;gap:12px;margin-top:28px}.auth-agreement{display:flex;align-items:flex-start;gap:12px;margin-top:18px}.auth-agreement__check{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding-top:2px}.auth-agreement__check input{width:18px;height:18px;margin:0;accent-color:var(--color-primary)}.auth-agreement__text{color:#475467;font-size:14px;line-height:1.6}.auth-agreement__link{padding:0;border:none;background:transparent;color:var(--color-primary);font-size:14px;font-weight:600}.auth-agreement__link:hover{text-decoration:underline}.auth-agreement-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px}.auth-agreement-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0f172a8a}.auth-agreement-dialog__card{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;width:min(960px,calc(100vw - 32px));max-height:calc(100vh - 48px);padding:22px;border:1px solid rgba(220,228,241,.92);border-radius:24px;background:#fff;box-shadow:0 24px 64px #0f172a2e;overflow:hidden}.auth-agreement-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-agreement-dialog__header h2{margin:0;font-size:22px;line-height:1.3}.auth-agreement-dialog__close{min-height:40px;padding:0 14px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-text-secondary);font-weight:600}.auth-agreement-dialog__body{min-height:0;overflow:auto;padding-right:6px;scrollbar-gutter:stable}.auth-agreement-dialog__body .markdown-card{margin:0;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.field--action{align-content:end}.field>span{font-weight:500;font-size:18px;color:#344054}.field>input,.field>select,.field>textarea,.field__split>input,.field__split>select,.field__split>textarea{width:100%;min-height:56px;padding:0 18px;border:1px solid #d8dfeb;border-radius:12px;outline:none;background:#fff;color:var(--color-text);font-size:16px}.field>input::placeholder,.field>textarea::placeholder,.field__split>input::placeholder,.field__split>textarea::placeholder{color:#98a2b3}.field>input:focus,.field>select:focus,.field>textarea:focus,.field__split>input:focus,.field__split>select:focus,.field__split>textarea:focus,.field__control:focus-within{border-color:#3268e8;box-shadow:0 0 0 3px #3268e81f}.field>textarea,.field__split>textarea{resize:vertical}.helper-text,.success-message,.error-message{margin:12px 0 0;font-size:14px}.helper-text{color:var(--color-text-secondary)}.success-message{color:var(--color-success)}.inline-success{display:inline-flex;align-items:center;gap:8px;margin:12px 0 0;color:var(--color-success);font-size:14px}.error-message{color:#b42318}.field__split{display:grid;grid-template-columns:minmax(0,1fr) 136px;gap:12px;align-items:stretch}.field__split-input{min-width:0;height:56px}.auth-card .field__split>.button{margin-top:0;min-height:56px;height:56px;padding:0 18px}.field__control{display:flex;align-items:center;gap:10px;min-height:56px;padding:0 16px;border:1px solid var(--color-border-strong);border-radius:16px;background:#fff;color:var(--color-text-secondary)}.field__control--grow{min-width:0}.field__control input{width:100%;border:none;outline:none;background:transparent;color:var(--color-text);font-size:14px}.field__control select,.field__control textarea{width:100%;border:none;outline:none;background:transparent;color:var(--color-text);font-size:14px;resize:vertical}.field__control--textarea{align-items:flex-start;padding:14px 16px}.auth-card .button{margin-top:28px;font-size:16px}.feedback{margin:16px 0 0;padding:12px 14px;border-radius:14px;font-size:14px}.feedback--info{color:#1d4ed8;background:#eaf1ff}.notification-region{position:fixed;top:24px;right:24px;display:grid;gap:12px;width:min(360px,calc(100vw - 32px));margin:0;z-index:1200;pointer-events:none}.notification-region--auth{margin-bottom:8px}.notification-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d9e7ff;background:#f8fbff;box-shadow:0 14px 32px #0f172a1f;animation:notification-enter .18s ease-out;pointer-events:auto}.notification-banner--error{border-color:#f1c5bf;background:#fef3f2}.notification-banner--success{border-color:#c9e7d3;background:#ecfdf3}.notification-banner--warning{border-color:#f4ddab;background:#fffaeb}.notification-banner--info{border-color:#d6e4ff;background:#eef4ff}.notification-banner__icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px}.notification-banner--error .notification-banner__icon{color:#d92d20}.notification-banner--success .notification-banner__icon{color:#039855}.notification-banner--warning .notification-banner__icon{color:#b54708}.notification-banner--info .notification-banner__icon{color:#3268e8}.notification-banner__content{min-width:0}.notification-banner__title{display:block;margin:0;color:#1d2939;font-size:14px;line-height:1.5;font-weight:600}.notification-banner__description{margin:2px 0 0;color:#475467;font-size:13px;line-height:1.5}.notification-banner__close{display:inline-grid;place-items:center;width:28px;height:28px;padding:0;border:none;border-radius:8px;background:transparent;color:#98a2b3}@media (max-width: 640px){.notification-region{top:16px;right:16px;width:min(360px,calc(100vw - 24px))}}.notification-banner__close:hover{background:#0f172a0f;color:#344054}@keyframes notification-enter{0%{opacity:0;transform:translate3d(24px,-12px,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes notification-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 640px){.notification-region{top:16px;right:16px;left:16px;width:auto}}.feedback--error{color:#b42318;background:#fef3f2}.auth-card__footer{margin:30px 0 0;text-align:center;color:#667085;font-size:16px}.auth-card__footer a{color:var(--color-primary);font-weight:700}@media (max-width: 640px){.auth-shell{padding:28px 16px 40px}.auth-hero{width:100%;gap:22px}.auth-toolbar{justify-content:center}.auth-brand__icon{width:60px;height:60px;margin-bottom:14px}.auth-brand h1{font-size:20px}.auth-brand p{font-size:16px}.auth-card{width:100%;padding:28px 20px 24px}.field{margin-top:22px}}.admin-shell{display:grid;grid-template-columns:252px minmax(0,1fr);height:100vh;overflow:hidden;background:#f6f8fb}.sidebar{display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:8px 10px 12px;overflow:hidden;color:#ffffffe6;background:var(--color-sidebar)}.sidebar__content{display:grid;gap:12px;min-width:0;min-height:0}.sidebar__footer{display:grid;gap:10px;padding:10px 0 0;border-top:1px solid rgba(255,255,255,.1)}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:8px 8px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar__account{padding:0}.sidebar__account-row{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 10px;border:none;border-radius:12px;color:#ffffffc7;background:transparent;text-align:left;font:inherit;transition:background-color .12s ease}.sidebar__account-row:hover{background:#ffffff0a}.sidebar__account-row{cursor:default}.sidebar__account-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;color:#fff9;background:#ffffff0f}.sidebar__account-meta{min-width:0}.sidebar__account-meta span{display:block;overflow:hidden;color:#ffffffc7;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.sidebar__brand strong,.topbar__user-meta strong{display:block;font-size:16px}.sidebar__brand span,.topbar__user-meta span{color:#ffffffa6;font-size:12px}.sidebar__brand-icon,.topbar__avatar,.profile-card__avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#ffffff14}.sidebar__brand-logo{width:100%;height:100%;object-fit:contain}.sidebar__nav{display:grid;gap:6px;min-height:0;overflow-y:auto}.sidebar__link,.sidebar__logout{display:flex;align-items:center;gap:12px;min-height:38px;padding:0 10px;border:1px solid transparent;border-radius:8px;color:#ffffffc7;background:transparent;font-size:13px;font-weight:500}.sidebar__link:hover,.sidebar__logout:hover{background:#ffffff0f}.sidebar__link--active{color:#fff;background:#3268e8;box-shadow:none}.sidebar__logout{justify-content:flex-start;margin-top:0;padding:0 10px;border:1px solid transparent;border-radius:12px;color:#ffffffeb;font-size:13px;font-weight:600}.admin-content{min-width:0;height:100vh;overflow-y:auto;scrollbar-gutter:stable;background:#f6f8fb}.topbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:16px 24px 0;padding:0}.topbar__context{display:grid;gap:10px;min-width:0}.topbar__eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;color:var(--color-primary);background:var(--color-primary-soft);font-size:12px;font-weight:700;letter-spacing:.04em}.topbar__headline{display:grid;gap:4px}.topbar__headline h1{margin:0;color:#0f172a;font-size:24px;line-height:1.2}.topbar__headline p{margin:0;color:#64748b;font-size:14px;line-height:1.65}.topbar__user{display:flex;align-items:center;gap:10px}.topbar__actions{display:flex;align-items:center;gap:12px;margin-left:auto;padding:8px;border:1px solid rgba(214,223,238,.92);border-radius:999px;background:linear-gradient(180deg,#fffffff5,#f7fafff0);box-shadow:0 10px 24px #0f172a14}.topbar__user-meta{text-align:right;padding-left:8px}.topbar__user-meta strong{display:block;font-size:13px;font-weight:600;line-height:1.2;color:#334155}.topbar__avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:999px;color:#2f5fe3;background:linear-gradient(135deg,#eef4ff,#dce8ff);border:1px solid rgba(125,156,244,.32);box-shadow:inset 0 1px #ffffffbf;font-size:14px;font-weight:700}.language-switcher{display:inline-flex;align-items:center;padding:4px;border:1px solid var(--color-border);border-radius:999px;background:#ffffffe6;box-shadow:0 8px 24px #0f172a0f}.language-switcher__button{min-width:56px;min-height:34px;padding:0 14px;border:none;border-radius:999px;color:var(--color-text-secondary);background:transparent;font-size:13px;font-weight:700}.language-switcher__button--active{color:#fff;background:linear-gradient(135deg,#3268e8,#2455cc);box-shadow:0 10px 24px #3268e842}.page-content,.page-stack{display:grid;gap:var(--space-page-gap);align-content:start}.page-content{padding:var(--space-page-y) var(--space-page-x) var(--space-page-bottom);background:#f6f8fb;min-height:calc(100vh - 44px);align-items:start}.page-content--standalone{min-height:100vh;padding-top:18px}.page-banner,.content-panel,.content-card,.info-card,.profile-card,.stat-card,.empty-state{border:1px solid rgba(220,228,241,.92);border-radius:24px;background:#ffffffe0;box-shadow:var(--shadow-card)}.page-banner,.content-panel,.content-card,.profile-card,.info-card,.empty-state{padding:var(--space-card-padding)}.content-panel,.content-card,.info-card,.profile-card,.stat-card,.dashboard-stat,.dashboard-quick-card,.projects-list-card,.detail-item,.module-card,.route-card,.login-sdk-intro-card,.login-sdk-card,.sdk-intro-card,.sdk-identity-card,.revenue-summary-card,.revenue-panel,.appkey-route-card,.asset-card,.payment-sdk-intro-card,.payment-sdk-card,.content-panel--nested{transition:box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.content-panel:hover,.content-card:hover,.info-card:hover,.profile-card:hover,.stat-card:hover,.dashboard-stat:hover,.dashboard-quick-card:hover,.projects-list-card:hover,.detail-item:hover,.module-card:hover,.route-card:hover,.login-sdk-intro-card:hover,.login-sdk-card:hover,.sdk-intro-card:hover,.sdk-identity-card:hover,.revenue-summary-card:hover,.revenue-panel:hover,.appkey-route-card:hover,.asset-card:hover,.payment-sdk-intro-card:hover,.payment-sdk-card:hover,.content-panel--nested:hover{border-color:#becbe1f5}.content-panel--static{transition:none}.content-panel--static:hover{transform:none;box-shadow:var(--shadow-card)}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-card-gap);margin-bottom:var(--space-section-gap)}.section-header h2{margin:0 0 6px}.section-header p{margin:0;color:var(--color-text-secondary)}.menu-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-card-gap)}.menu-page-header__main{display:flex;align-items:flex-start;gap:12px;min-width:0}.menu-page-header__icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;color:#3268e8;background:transparent}.menu-page-header__content{display:grid;gap:8px;min-width:0}.menu-page-header__content .back-link,.menu-page-header__content .eyebrow,.menu-page-header__content h1,.menu-page-header__content p,.menu-page-header__meta{margin:0}.menu-page-header__content h1,.page-banner__content h1{color:#0f172a;font-size:28px;line-height:1.2;font-weight:700}.menu-page-header__content p,.menu-page-header__meta{color:var(--color-text-secondary);font-size:14px;line-height:1.6}.menu-page-header__meta{display:inline-flex;align-items:center;min-height:34px;font-weight:500}.page-banner{display:flex;align-items:center;justify-content:space-between;gap:20px}.page-banner--compact{align-items:flex-start}.page-banner__content{display:grid;gap:8px}.page-banner__content .back-link,.page-banner__content .eyebrow,.page-banner__content h1,.page-banner__content p{margin:0}.stats-grid,.quick-actions-grid,.content-panel--split,.details-grid,.two-column-grid{display:grid;gap:var(--space-section-gap)}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{padding:22px}.stat-card__header,.info-card__header,.toolbar,.detail-item,.timeline-list li{display:flex;align-items:center;justify-content:space-between;gap:12px}.stat-card__title{color:var(--color-text-secondary);font-size:14px}.stat-card__value{display:block;margin-top:10px;font-size:42px;line-height:1}.stat-card__hint{margin:10px 0 0;color:var(--color-text-secondary);font-size:14px}.stat-card--primary .stat-card__value{color:var(--color-primary)}.stat-card--success .stat-card__value{color:var(--color-success)}.section-heading{margin-bottom:16px}.quick-actions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-action{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:132px;padding:22px;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface);transition:border-color .2s ease,box-shadow .2s ease}.quick-action:hover{border-color:#b5c6ed;box-shadow:0 16px 32px #0f172a14}.quick-action--emphasis{background:linear-gradient(180deg,#eef4ff,#e3ecff);border-color:#c8d8fb}.quick-action__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;color:var(--color-primary);background:#3268e81a}.quick-action__body h3{margin:0 0 8px}.quick-action__body p{margin:0}.content-panel--split{grid-template-columns:2fr 1fr}.info-card__header{justify-content:flex-start;margin-bottom:14px}.timeline-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.timeline-list__title{font-weight:600}.status-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700}.status-badge--primary{color:#1d4ed8;background:#eaf1ff}.status-badge--success{color:#15803d;background:#eaf8ef}.status-badge--neutral{color:#475467;background:#f2f4f7}.status-badge--warning{color:#b7791f;background:#fff3d6}.status-badge--danger{color:#dc2626;background:#fff1f2}.dashboard-home,.dashboard-home__section{display:grid}.dashboard-home{gap:var(--space-page-gap);align-content:start}.dashboard-home__section{gap:var(--space-section-gap);align-content:start}.dashboard-stats-grid,.dashboard-quick-grid{display:grid;gap:var(--space-card-gap)}.dashboard-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-stat{min-height:132px;padding:22px 24px;border:1px solid #e5eaf2;border-radius:14px;background:#fff}.dashboard-stat__label{display:block;color:#667085;font-size:14px}.dashboard-stat__main-value{display:block;margin-top:8px;font-size:20px;font-weight:700}.dashboard-stat__value{display:block;margin-top:10px;font-size:28px;font-weight:700;line-height:1}.dashboard-stat__value--primary{color:#3268e8}.dashboard-stat__value--success{color:#12a150}.dashboard-status{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#12a150;font-size:14px;font-weight:500}.dashboard-status__dot{width:16px;height:16px;border:1.5px solid #22c55e;border-radius:999px;position:relative}.dashboard-status__dot:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:#22c55e}.dashboard-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-quick-card{display:grid;place-items:center;gap:12px;min-height:88px;padding:16px;border:1px solid #e5eaf2;border-radius:10px;background:#fff;color:#344054}.dashboard-quick-card--emphasis{background:#eef5ff;border-color:#cfe0ff}.dashboard-quick-card__icon{display:inline-grid;place-items:center;color:#98a2b3}.dashboard-quick-card__title{font-size:14px;font-weight:500}.toolbar{margin-bottom:18px}.toolbar__search{display:flex;align-items:center;gap:10px;min-width:min(100%,360px);min-height:48px;padding:0 14px;border:1px solid var(--color-border-strong);border-radius:16px;background:#fff;color:var(--color-text-secondary)}.toolbar__search input{width:100%;border:none;outline:none;background:transparent}.toolbar__meta{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-secondary)}.toolbar__actions{display:flex;align-items:center;gap:12px}.table-shell{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:16px 12px;text-align:left;border-bottom:1px solid #e7edf7}.data-table th{color:var(--color-text-secondary);font-size:13px;font-weight:700}.projects-list-page{display:grid;gap:var(--space-page-gap);align-content:start}.projects-list-page__create{min-height:36px;padding:0 14px;border-radius:9px;font-size:13px;font-weight:600}.projects-list-card{border:1px solid #e6ebf3;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0a}.projects-list-card--empty{overflow:hidden}.projects-list-card--empty>.list-state{min-height:280px;align-content:center}.projects-empty-state{display:grid;justify-items:center;gap:18px;min-height:280px;padding:56px 24px;text-align:center}.projects-empty-state__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;color:#3268e8;background:linear-gradient(180deg,#eef4ff,#e2ecff)}.projects-empty-state__content{display:grid;gap:8px;max-width:420px}.projects-empty-state__content h2{margin:0;font-size:22px;line-height:1.3;color:#101828}.projects-empty-state__content p{margin:0;color:#667085;font-size:14px;line-height:1.7}.projects-empty-state__create{min-width:136px}.confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px}.confirm-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0f172a47;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirm-dialog__card{position:relative;z-index:1;width:min(100%,560px);display:grid;justify-items:center;gap:24px;padding:40px 40px 32px;border-radius:24px;background:#fffffffa;box-shadow:0 28px 70px #0f172a38}.confirm-dialog__icon{display:inline-grid;place-items:center;width:60px;height:60px;border-radius:999px;color:#3268e8;background:#eef4ff}.confirm-dialog__content{display:grid;gap:16px;text-align:center}.confirm-dialog__content h2{margin:0;color:#101828;font-size:22px;line-height:1.35;font-weight:700}.confirm-dialog__content p{margin:0;color:#667085;font-size:15px;line-height:1.9}.confirm-dialog__highlight{display:grid;place-items:center;min-height:52px;padding:12px 18px;border:1px solid #eadbff;border-radius:14px;background:#faf5ff;color:#7e22ce;box-shadow:inset 0 1px #ffffffbd}.confirm-dialog__highlight code{overflow-wrap:anywhere;font-size:15px;font-weight:800}.confirm-dialog__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%}.confirm-dialog__action{min-height:52px;border-radius:14px;border:1px solid transparent;font-size:18px;font-weight:600}.confirm-dialog__action:disabled{cursor:not-allowed;opacity:.7}.confirm-dialog__action--secondary{border-color:#d0d5dd;background:#fff;color:#475467}.confirm-dialog__action--secondary:hover:not(:disabled){border-color:#98a2b3;color:#344054}.confirm-dialog__action--primary{background:linear-gradient(135deg,#356ff2,#2d61dd);color:#fff;box-shadow:0 14px 28px #356ff23d}.confirm-dialog__action--primary:hover:not(:disabled){background:linear-gradient(135deg,#2d61dd,#2455cf)}.app-auth-confirm-dialog .confirm-dialog__icon{color:#9333ea;background:#faf5ff}.app-auth-confirm-dialog .confirm-dialog__action--primary{background:linear-gradient(135deg,#8b3ff2,#a431e8);box-shadow:0 14px 28px #7e22ce38}.app-auth-confirm-dialog .confirm-dialog__action--primary:hover:not(:disabled){background:linear-gradient(135deg,#7e22ce,#9333ea)}.confirm-dialog__action--danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 14px 28px #dc262638}.confirm-dialog__action--danger:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b)}.project-inline-notice{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #d7f0e0;border-radius:8px;background:#eefaf2}.project-inline-notice--warning{border-color:#f7e2a5;background:#fff9e8}.project-inline-notice--warning .project-inline-notice__icon{color:#b7791f;border-color:#f2d48d}.project-inline-notice--warning .project-inline-notice__content p{color:#9a6700}.project-inline-notice--neutral{border-color:#d8e4ff;background:#f5f8ff}.project-inline-notice--neutral .project-inline-notice__icon{color:#2d61dd;border-color:#c8d7fb}.project-inline-notice--neutral .project-inline-notice__content p{color:#33558e}.project-inline-notice__icon{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;color:#1ea463;border:1px solid #b8e4c8;background:#fff;flex-shrink:0}.project-inline-notice__content{min-width:0}.project-inline-notice__content p{margin:0;color:#256f4c;font-size:11px;line-height:1.5}.project-inline-notice__content p+p{margin-top:2px}.project-info-page__notice{margin-bottom:20px}.projects-list-table th,.projects-list-table td{padding:18px 24px;vertical-align:middle}.projects-list-table{min-width:980px;table-layout:fixed}.projects-list-table thead th{font-size:14px;font-weight:500;color:#667085;white-space:nowrap}.projects-list-table__col--name{width:58%}.projects-list-table__col--status{width:96px}.projects-list-table__col--stage{width:112px}.projects-list-table__col--updated{width:116px}.projects-list-table__col--action{width:108px}.projects-list-table__name-cell{min-width:0}.projects-list-table__action-cell{text-align:right;white-space:nowrap}.projects-list-table__status-cell,.projects-list-table__stage-cell,.projects-list-table__updated-cell{white-space:nowrap}.project-status-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px}.project-list-item{display:flex;align-items:center;gap:16px}.project-list-item__emblem{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:10px;color:#3268e8;background:#d9e7ff;font-size:24px;font-weight:700;flex-shrink:0}.project-list-item__content{display:grid;gap:6px;min-width:0}.project-list-item__name{display:block;color:#101828;font-size:17px;line-height:1.4;font-weight:700;letter-spacing:-.01em;overflow-wrap:anywhere;text-wrap:pretty}.project-list-item__summary{display:block;margin:0;color:#667085;font-size:13px;line-height:1.55;overflow:hidden;text-overflow:ellipsis;text-wrap:pretty}.project-list-item__action{color:#3268e8;font-size:14px;font-weight:500}.project-list-item__action:hover,.project-list-item__name:hover{color:#285dd6}.dashboard-home,.projects-list-page{width:min(100%,1605px);margin:0 auto}.dashboard-hero,.projects-list-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;min-height:188px;padding:30px 32px;overflow:hidden;border:1px solid #dfe6f2;border-radius:8px;background:linear-gradient(90deg,#0d172cf5,#172d54e6 48%,#0f766eb8),radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 28%),#0d172c;color:#fff;box-shadow:0 18px 46px #11182714}.dashboard-hero__content,.projects-list-hero__content{display:grid;gap:12px;min-width:0}.dashboard-hero__eyebrow,.projects-list-hero__eyebrow{color:#ffffffad;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-hero h1,.projects-list-hero h1{margin:0;max-width:820px;font-size:38px;line-height:1.14;font-weight:850}.dashboard-hero p,.projects-list-hero p{margin:0;max-width:760px;color:#ffffffc7;font-size:15px;line-height:1.7}.dashboard-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.dashboard-hero__meta span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff1a;color:#ffffffd1;font-size:13px;font-weight:650}.dashboard-hero__actions,.projects-list-hero__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.dashboard-hero__button,.projects-list-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;background:#ffffff1f;font-size:14px;font-weight:750;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.dashboard-hero__button:hover,.projects-list-hero__button:hover{border-color:#ffffff57;background:#ffffff2e;box-shadow:0 12px 24px #0000002e}.dashboard-hero__button--primary,.projects-list-hero__button{border-color:#3268e8;background:#3268e8;box-shadow:0 14px 28px #2563eb3d}.dashboard-hero__button--primary:hover,.projects-list-hero__button:hover{background:#285dd6}.dashboard-stats-grid{grid-template-columns:1.25fr repeat(3,minmax(0,1fr))}.dashboard-stat{display:grid;gap:16px;min-height:138px;padding:18px;border-radius:8px;box-shadow:0 10px 28px #1118270a}.dashboard-stat__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-stat__icon,.projects-list-metric__icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:8px;color:#3268e8;background:#e9f1ff}.dashboard-stat__icon--primary,.projects-list-metric__icon--primary{color:#1d4ed8;background:#e9f1ff}.dashboard-stat__icon--success,.projects-list-metric__icon--success{color:#087443;background:#e8f8ef}.projects-list-metric__icon--warning{color:#a15c0f;background:#fff4df}.dashboard-status{width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;font-size:13px;font-weight:750}.dashboard-status--done{color:#087443;background:#e8f8ef}.dashboard-status--pending{color:#a15c0f;background:#fff4df}.dashboard-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.dashboard-section-heading h2{margin:0;color:#111827;font-size:18px;line-height:1.3}.dashboard-section-heading p{margin:0;color:#667085;font-size:13px;line-height:1.6}.dashboard-quick-card{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;justify-items:stretch;min-height:106px;padding:18px;border-radius:8px;text-align:left;box-shadow:0 10px 28px #1118270a}.dashboard-quick-card:hover{border-color:#c7d9ff;box-shadow:0 16px 30px #2563eb1a}.dashboard-quick-card__icon{width:40px;height:40px;border-radius:8px;color:#3268e8;background:#e9f1ff}.dashboard-quick-card--emphasis .dashboard-quick-card__icon{color:#087443;background:#e8f8ef}.dashboard-quick-card__body{display:grid;gap:5px;min-width:0}.dashboard-quick-card__title{color:#101828;font-size:15px;line-height:1.35;font-weight:800}.dashboard-quick-card__description{color:#667085;font-size:12px;line-height:1.55}.projects-list-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.projects-list-metric{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px 12px;min-height:96px;padding:16px;border:1px solid #e5eaf2;border-radius:8px;background:#fff;box-shadow:0 10px 28px #1118270a}.projects-list-metric__icon{grid-row:span 2}.projects-list-metric__label{align-self:end;color:#667085;font-size:13px;font-weight:750}.projects-list-metric strong{color:#111827;font-size:28px;line-height:1}.projects-list-card{overflow:hidden;border-radius:8px;box-shadow:0 10px 28px #1118270a}.projects-list-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #edf1f6}.projects-list-card__header h2{margin:0;color:#111827;font-size:18px;line-height:1.3}.projects-list-card__header p{margin:5px 0 0;color:#667085;font-size:13px}.projects-list-table{min-width:1120px}.projects-list-table thead th{background:#f8fafc;font-size:12px;font-weight:850}.projects-list-table tbody tr{transition:background-color .16s ease}.projects-list-table tbody tr:hover{background:#f8fbff}.projects-list-table__col--name{width:50%}.projects-list-table__col--status{width:130px}.projects-list-table__col--stage{width:170px}.projects-list-table__col--updated{width:132px}.projects-list-table__col--action{width:148px}.project-list-item__emblem{width:42px;height:42px;border-radius:8px;color:#1d4ed8;background:#e9f1ff;font-size:18px}.project-list-item__action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 11px;border:1px solid #d9e6ff;border-radius:8px;background:#fff;color:#1d4ed8;font-size:13px;font-weight:750;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.project-list-item__action:hover{border-color:#c7d9ff;background:#f6f9ff;box-shadow:0 8px 18px #2563eb1a}.developer-profile-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;min-height:188px;padding:30px 32px;overflow:hidden;border:1px solid #dfe6f2;border-radius:8px;background:linear-gradient(90deg,#0d172cf5,#172d54e6 48%,#0f766eb8),radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 28%),#0d172c;color:#fff;box-shadow:0 18px 46px #11182714}.developer-profile-hero__content{display:grid;gap:12px;min-width:0}.developer-profile-hero__eyebrow{color:#ffffffad;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.developer-profile-hero h1{margin:0;font-size:38px;line-height:1.14;font-weight:850}.developer-profile-hero p{margin:0;max-width:760px;color:#ffffffc7;font-size:15px;line-height:1.7}.developer-profile-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.developer-profile-hero__meta span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff1a;color:#ffffffd1;font-size:13px;font-weight:650}.developer-profile-hero__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.developer-profile-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;background:#ffffff1f;font-size:14px;font-weight:750;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.developer-profile-hero__button:hover:not(:disabled){border-color:#ffffff57;background:#ffffff2e;box-shadow:0 12px 24px #0000002e}.developer-profile-hero__button--primary{border-color:#3268e8;background:#3268e8;box-shadow:0 14px 28px #2563eb3d}.developer-profile-hero__button--primary:hover:not(:disabled){background:#285dd6}.developer-profile-hero__button:disabled{opacity:.58;cursor:not-allowed}.developer-profile-section--compact{padding:22px;border-radius:8px;border-color:#e4eaf3;box-shadow:0 10px 28px #1118270a}.developer-profile-section__header--compact{padding-bottom:16px;margin-bottom:20px;border-bottom-color:#edf1f6}.developer-profile-section__icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:8px;color:#3268e8;background:#e9f1ff}.developer-profile-field input[readonly],.developer-profile-field textarea[readonly],.developer-profile-field select:disabled{background:#f8fafc}.developer-profile-finance-warning{border-radius:8px;background:#fff7ed}.developer-upload-box__inner{min-height:128px}.revenue-page{width:min(100%,1605px);margin:0 auto}.revenue-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;min-height:188px;padding:30px 32px;overflow:hidden;border:1px solid #dfe6f2;border-radius:8px;background:linear-gradient(90deg,#0d172cf5,#172d54e6 48%,#0f766eb8),radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 28%),#0d172c;color:#fff;box-shadow:0 18px 46px #11182714}.revenue-hero__content{display:grid;gap:12px;min-width:0}.revenue-hero__eyebrow{color:#ffffffad;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.revenue-hero h1{margin:0;font-size:38px;line-height:1.14;font-weight:850}.revenue-hero p{margin:0;max-width:760px;color:#ffffffc7;font-size:15px;line-height:1.7}.revenue-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.revenue-hero__meta span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff1a;color:#ffffffd1;font-size:13px;font-weight:650}.revenue-hero__actions{display:flex;align-items:center;justify-content:flex-end}.revenue-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff;background:#ffffff1f;font-size:14px;font-weight:750;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.revenue-hero__button--primary{border-color:#3268e8;background:#3268e8;box-shadow:0 14px 28px #2563eb3d}.revenue-hero__button:hover{border-color:#ffffff57;background:#285dd6;box-shadow:0 12px 24px #0000002e}.revenue-filter-bar{padding:18px;border-radius:8px;box-shadow:0 10px 28px #1118270a}.revenue-filter-control{min-height:44px;min-width:230px;padding:0 12px;border-radius:8px}.revenue-filter-control select{min-height:42px;font-size:14px}.revenue-filter-bar__notice{max-width:520px;color:#667085;font-size:13px;line-height:1.6;text-align:right}.revenue-summary-grid{gap:16px}.revenue-summary-card{min-height:172px;padding:20px;border-radius:8px;box-shadow:0 10px 28px #1118270a}.revenue-summary-card strong{margin-top:10px;font-size:34px;letter-spacing:0}.revenue-summary-card__watermark svg{width:42px;height:42px}.revenue-summary-card__metrics{gap:12px;margin-top:24px}.revenue-summary-card__metrics strong{font-size:18px}.revenue-panel{padding:22px;border-radius:8px;box-shadow:0 10px 28px #1118270a}.revenue-panel__header{margin-bottom:18px}.revenue-panel__header h2{font-size:18px;font-weight:850}.revenue-chart{min-height:320px}.revenue-statement-table{min-width:1120px}.revenue-statement-table th{background:#f8fafc;color:#475467;font-size:12px;font-weight:850}.revenue-statement-table th,.revenue-statement-table td{padding:14px 16px}.revenue-statement-table tbody tr{transition:background-color .16s ease}.revenue-statement-table tbody tr:hover{background:#f8fbff}.revenue-action-button{min-height:34px;padding:0 11px;border-radius:8px;font-size:13px;font-weight:750}.revenue-action-button--primary{background:#3268e8;box-shadow:0 10px 20px #3268e82e}.revenue-text-button{min-height:34px;padding:0 10px;border:1px solid #d9e6ff;border-radius:8px;color:#1d4ed8;background:#fff;font-weight:750}.settings-page,.service-agreement-page{width:min(100%,1605px);margin:0 auto}.settings-hero,.service-agreement-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;min-height:188px;padding:30px 32px;overflow:hidden;border:1px solid #dfe6f2;border-radius:8px;background:linear-gradient(90deg,#0d172cf5,#172d54e6 48%,#0f766eb8),radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 28%),#0d172c;color:#fff;box-shadow:0 18px 46px #11182714}.settings-hero__content,.service-agreement-hero__content{display:grid;gap:12px;min-width:0}.settings-hero__eyebrow,.service-agreement-hero__eyebrow{color:#ffffffad;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-hero h1,.service-agreement-hero h1{margin:0;font-size:38px;line-height:1.14;font-weight:850}.settings-hero p,.service-agreement-hero p{margin:0;max-width:760px;color:#ffffffc7;font-size:15px;line-height:1.7}.settings-hero__meta,.service-agreement-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.settings-hero__meta span,.service-agreement-hero__meta span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff1a;color:#ffffffd1;font-size:13px;font-weight:650}.settings-page__panel,.service-agreement-page .content-panel{padding:22px;border-radius:8px;box-shadow:0 10px 28px #1118270a}.settings-page__panel{width:min(100%,720px)}.settings-page__icon{border-radius:8px}.settings-page__field{max-width:520px}.settings-page__actions .button{min-height:40px;border-radius:8px}.profile-card__header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.profile-card__avatar{width:56px;height:56px;font-size:20px;font-weight:700;color:var(--color-primary);background:#3268e81f}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-page__grid{align-items:stretch}.about-page__lock-panel{display:grid;gap:22px;width:min(100%,560px)}.about-page__lock-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;color:var(--color-primary);background:#3268e81a}.about-page__lock-heading{margin-bottom:0}.about-page__lock-form{display:grid;gap:18px}.about-page__lock-form .button{width:fit-content}.about-page__env-panel{width:min(100%,720px)}.detail-item{justify-content:flex-start;padding:16px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface-muted)}.detail-item span{display:block;color:var(--color-text-secondary);font-size:13px}.about-page__item{align-items:flex-start;gap:14px}.about-page__item strong{display:block;margin-top:6px;font-size:20px;line-height:1.35;word-break:break-word}.about-page__item p{margin:8px 0 0;color:var(--color-text-secondary);font-size:14px}.about-page__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px}.about-page__mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px}.about-page__pill{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;color:#1d4ed8;background:#eaf1ff;font-size:13px;font-weight:700}.about-page__pill--branch{color:#1e40af;background:#e0ebff}.about-page__pill--accent{color:#7c2d12;background:#ffedd5}.about-page__pill--neutral{color:#475467;background:#f2f4f7}.about-page__icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:14px;color:var(--color-primary);background:#3268e81a}.form-stack{display:grid;gap:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid--single{grid-template-columns:1fr}.developer-profile-page,.developer-profile-page--compact{display:grid;gap:var(--space-page-gap);align-content:start}.developer-profile-toolbar,.developer-profile-title,.developer-profile-toolbar__actions,.developer-attachment-item,.developer-attachment-item__remove{display:flex;align-items:center}.developer-profile-toolbar{justify-content:space-between;gap:var(--space-card-gap)}.developer-profile-title{gap:12px}.developer-profile-title--compact{justify-content:flex-start}.developer-profile-title__icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;color:#3268e8;background:transparent}.developer-profile-title__content{min-width:0}.developer-profile-title p{margin:4px 0 0;color:#667085;font-size:14px}.developer-profile-toolbar__actions{gap:10px}.developer-profile-toolbar__button{min-height:40px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:600}.developer-profile-form{display:grid;gap:var(--space-card-gap);align-content:start}.developer-profile-form--compact{gap:var(--space-page-gap)}.developer-profile-section{padding:22px 20px;border:1px solid #dfe6f1;border-radius:14px;background:#fff;box-shadow:0 6px 20px #0f172a0a}.developer-profile-section--compact{padding:34px 40px 38px;border-color:#e5e7eb;border-radius:20px;box-shadow:0 10px 30px #0f172a0d}.developer-profile-section__header{padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #e6ebf3}.developer-profile-section__header--compact{padding-bottom:20px;margin-bottom:28px}.developer-profile-section__header h2{margin:0;font-size:20px;line-height:1.3}.developer-profile-section__header--compact h2{font-size:22px;font-weight:700}.developer-profile-grid{display:grid;gap:18px}.developer-profile-grid+.developer-profile-grid{margin-top:18px}.developer-profile-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.developer-profile-grid--compact{gap:28px}.developer-profile-field{display:grid;align-content:start;gap:8px}.developer-profile-field--compact{gap:12px}.developer-profile-field span{color:#344054;font-size:13px;font-weight:500}.developer-profile-field--compact span{color:#475467;font-size:15px;font-weight:500}.developer-profile-field input,.developer-profile-field select,.developer-profile-field textarea{width:100%;min-height:44px;padding:0 14px;border:1px solid #d8dfeb;border-radius:6px;background:#f5f7fb;color:#344054;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.developer-profile-field textarea{min-height:82px;padding:12px 14px;resize:vertical}.developer-profile-field--compact input,.developer-profile-field--compact select,.developer-profile-field--compact textarea{min-height:54px;padding:0 16px;border-color:#eaecf0;border-radius:12px;background:#f2f4f7;color:#101828;font-size:16px}.developer-profile-field--compact textarea{min-height:120px;padding:16px}.developer-profile-field--error input,.developer-profile-field--error select,.developer-profile-field--error textarea{border-color:#f04438;background:snow}.developer-profile-field .developer-profile-field__hint{color:#667085;font-size:13px;font-weight:400;line-height:1.4}.developer-profile-field .developer-profile-field__error{color:#b42318;font-size:13px;font-weight:600;line-height:1.4}.developer-profile-field input:focus,.developer-profile-field select:focus,.developer-profile-field textarea:focus{border-color:#3268e8;outline:none;box-shadow:0 0 0 3px #3268e81f;background:#fff}.developer-profile-field input[readonly],.developer-profile-field textarea[readonly],.developer-profile-field select:disabled{color:#667085;cursor:default}.developer-profile-field--compact input[readonly]{color:#101828}.developer-profile-finance-warning{display:flex;gap:12px;align-items:flex-start;padding:18px 20px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#7c2d12;line-height:1.6}.developer-profile-finance-warning__icon{flex:0 0 auto;margin-top:2px;color:#f97316}.developer-profile-finance-warning__content{display:grid;gap:6px}.developer-profile-finance-warning strong{color:#9a3412;font-size:14px;font-weight:700}.developer-profile-finance-warning p{margin:0;color:#7c2d12;font-size:14px}.developer-profile-actions{display:flex;justify-content:flex-end;margin-top:28px}.developer-profile-actions--compact{margin-top:32px}.developer-profile-actions__button{min-width:160px;min-height:48px;padding:0 20px;border-radius:12px}.developer-profile-phone-row{display:grid;grid-template-columns:minmax(270px,320px) minmax(0,1fr);gap:12px}.developer-profile-field--half{max-width:calc(50% - 9px)}.developer-profile-field--select{position:relative;align-items:flex-start}.settings-page,.service-agreement-page{display:flex;flex-direction:column;gap:var(--space-page-gap)}.settings-page__panel{gap:0}.settings-page__heading{align-items:flex-start}.settings-page__icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#3268e8;background:#e8f0ff}.settings-page__field{max-width:420px;margin-top:24px}.settings-page__helper{max-width:560px;margin-top:12px}.settings-page__actions{display:flex;justify-content:flex-start;margin-top:28px}.settings-page__actions .button{min-width:160px}.developer-location-trigger{display:flex;align-items:center;justify-content:space-between;width:min(100%,420px);min-height:48px;padding:0 14px;border:1px solid #d8dfeb;border-radius:6px;background:#f5f7fb;color:#344054;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.developer-location-trigger:disabled{color:#667085;cursor:default}.developer-location-trigger:not(:disabled):focus,.developer-location-trigger:not(:disabled):hover,.developer-location-trigger--open{border-color:#3268e8;box-shadow:0 0 0 3px #3268e81f;background:#fff}.developer-location-trigger__value,.developer-location-option,.developer-location-option__main,.developer-location-option__text{display:flex;align-items:center}.developer-location-trigger__value,.developer-location-option__main{gap:10px}.developer-location-trigger__value{min-width:0;justify-content:flex-start}.developer-location-trigger__value span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.developer-location-trigger__icon{flex-shrink:0;color:#98a2b3}.developer-location-flag{flex-shrink:0;width:22px;height:16px;overflow:hidden;border:1px solid #d8dfeb;border-radius:3px;box-shadow:0 1px 2px #0f172a14}.developer-location-flag--fallback{display:inline-flex;align-items:center;justify-content:center;color:#667085;background:#f8fafc;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.developer-location-picker{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:grid;gap:14px;width:min(100%,420px);max-width:420px;padding:14px;border:1px solid #d8dfeb;border-radius:10px;background:#fff;box-shadow:0 12px 32px #0f172a14}.developer-location-picker__search{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;border:1px solid #d8dfeb;border-radius:8px;background:#f8fafc;color:#98a2b3}.developer-location-picker__search input{width:100%;min-height:42px;padding:0;border:none;background:transparent;color:#344054}.developer-location-picker__search input:focus{outline:none;box-shadow:none}.developer-location-picker__sections,.developer-location-picker__group{display:grid;gap:10px}.developer-location-picker__label{margin:0;color:#667085;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.developer-location-picker__list{display:grid;gap:8px;max-height:240px;overflow-y:auto}.developer-location-option{justify-content:space-between;width:100%;padding:10px 12px;border:1px solid #e4eaf3;border-radius:8px;background:#fbfcfe;color:#344054;text-align:left;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.developer-location-option:hover{border-color:#bfd1f9;background:#f4f8ff}.developer-location-option--selected{border-color:#3268e8;background:#eef4ff;color:#1d4ed8}.developer-location-option__text{min-width:0;flex:1}.developer-location-option__text strong{font-size:14px;font-weight:600;line-height:1.3}.developer-location-option__code{flex-shrink:0;padding:2px 8px;border-radius:999px;color:#667085;background:#f3f6fb;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.developer-location-picker__empty{margin:0;padding:12px;border-radius:8px;color:#98a2b3;font-size:13px;text-align:center;background:#f8fafc}.developer-upload-box{display:block;border:1px dashed #d9dfeb;border-radius:8px;background:#f7f9fc;transition:border-color .2s ease,background-color .2s ease}.developer-upload-box:not(.developer-upload-box--disabled){cursor:pointer}.developer-upload-box:not(.developer-upload-box--disabled):hover{border-color:#3268e8;background:#f2f6ff}.developer-upload-box__inner{display:grid;justify-items:center;gap:8px;min-height:112px;padding:20px;color:#98a2b3;text-align:center}.developer-upload-box__inner strong{color:#667085;font-size:14px;font-weight:500}.developer-upload-box__inner span{color:#98a2b3;font-size:12px}.developer-upload-box--disabled{cursor:not-allowed}.developer-upload-box--error,.developer-upload-box--error:not(.developer-upload-box--disabled):hover{border-color:#f04438;background:snow}.developer-attachment-list{display:grid;gap:10px}.developer-attachment-item{justify-content:flex-start;gap:12px;min-height:92px;padding:12px 14px;border:1px solid #e4eaf3;border-radius:8px;background:#fbfcfe}.developer-attachment-item__preview{flex-shrink:0;width:96px;height:68px;overflow:hidden;border:1px solid #d8e1ee;border-radius:8px;background:#fff}.developer-attachment-item__preview img{width:100%;height:100%;object-fit:cover;display:block}.developer-attachment-item__file-tile{display:grid;place-items:center;width:100%;height:100%;gap:6px;color:#475467;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.developer-attachment-item__file-tile span{font-size:12px;font-weight:700;letter-spacing:.06em}.developer-attachment-item__content{flex:1;min-width:0}.developer-attachment-item__name{display:block;min-width:0;overflow:hidden;color:#3268e8;font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.developer-attachment-item__remove{flex-shrink:0;gap:6px;padding:0;border:none;color:#b42318;background:transparent;font-size:13px}.developer-empty-hint{margin:0;color:#98a2b3;font-size:13px}@media (max-width: 960px){.developer-profile-toolbar{flex-direction:column;align-items:stretch}.developer-profile-toolbar__actions{justify-content:flex-end}.developer-profile-grid--two{grid-template-columns:1fr}.developer-profile-field--half{max-width:none}.developer-location-trigger,.developer-location-picker{width:100%;max-width:none}.developer-attachment-item{flex-wrap:wrap}.developer-attachment-item__preview{width:100%;height:160px}.developer-attachment-item__remove{margin-left:auto}}@media (max-width: 640px){.confirm-dialog{padding:18px}.confirm-dialog__card{gap:20px;padding:28px 18px 18px}.confirm-dialog__actions{grid-template-columns:1fr}.confirm-dialog__action{width:100%;font-size:16px}.menu-page-header__content h1,.page-banner__content h1{font-size:24px}.developer-profile-section{padding:18px 16px}.developer-profile-section--compact{padding:24px 18px 28px;border-radius:18px}.developer-profile-section__header--compact{margin-bottom:20px;padding-bottom:16px}.developer-profile-grid--compact{gap:18px}.developer-profile-field--compact span{font-size:14px}.developer-profile-field--compact input{min-height:50px;font-size:15px}.developer-profile-actions{justify-content:stretch}.developer-profile-actions__button{width:100%;min-width:0}.developer-profile-toolbar__actions{width:100%;justify-content:stretch}.developer-profile-toolbar__button{flex:1 1 auto}.developer-attachment-item{flex-direction:column;align-items:flex-start;padding:12px 14px}}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--color-primary);font-weight:600}.banner-meta{display:flex;align-items:center;gap:12px}.banner-meta--column{flex-direction:column;align-items:flex-end}.table-link{color:var(--color-primary);font-weight:700}.empty-row{padding:18px 0;color:var(--color-text-secondary);text-align:center}.list-state{display:grid;justify-items:center;gap:16px;padding:36px 24px;text-align:center}.list-state--compact{padding:24px 18px}.list-state__icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#3268e8;background:linear-gradient(180deg,#eef4ff,#e2ecff)}.list-state--error .list-state__icon{color:#d92d20;background:#fef3f2}.list-state__icon--spinning svg{animation:list-state-spin 1s linear infinite}.list-state__content{display:grid;gap:8px;max-width:460px}.list-state__content h3{margin:0;color:#101828;font-size:18px;line-height:1.35}.list-state__content p{margin:0;color:#667085;font-size:14px;line-height:1.7}.list-state__action{min-width:120px}@keyframes list-state-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.module-grid,.route-grid{display:grid;gap:18px}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-card,.route-card{display:grid;gap:14px;padding:20px;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface)}.module-card__header,.module-card__footer,.route-card__header,.route-card__actions,.identity-card,.identity-card__actions,.identity-card__meta,.action-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.module-card__header h3,.route-card__header h3{margin:0}.module-card p,.route-card p{margin:0;color:var(--color-text-secondary)}.module-card__footer{color:var(--color-text-secondary)}.route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.identity-card{justify-content:space-between;padding:18px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface-muted)}.identity-card__meta{flex-direction:column;align-items:flex-start}.identity-card__actions{flex:1;justify-content:flex-end}.checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.checkbox-grid--chips{grid-template-columns:repeat(4,minmax(0,1fr))}.checkbox-item{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface-muted)}.checkbox-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;border:1px solid var(--color-border);border-radius:12px;background:#fff;color:var(--color-text-secondary);font-size:14px;font-weight:500;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease;cursor:pointer}.checkbox-chip input{position:absolute;opacity:0;pointer-events:none}.checkbox-chip--checked{border-color:#3268e85c;color:var(--color-primary);background:#3268e814;box-shadow:inset 0 0 0 1px #3268e81a}.action-row{flex-wrap:wrap}.result-card,.markdown-card{margin:0;padding:18px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface-muted);color:var(--color-text);word-break:break-word;overflow:auto}.doc-editor{min-height:280px;padding:16px 18px;line-height:1.7;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.doc-editor--markdown{min-height:clamp(520px,calc(100vh - 280px),960px)}.doc-editor--compact{min-height:160px}.markdown-card>*:first-child{margin-top:0}.markdown-card>*:last-child{margin-bottom:0}.markdown-card h1,.markdown-card h2,.markdown-card h3{margin-top:24px;margin-bottom:12px}.markdown-card h4,.markdown-card h5,.markdown-card h6{margin-top:20px;margin-bottom:10px}.markdown-card p,.markdown-card li{color:var(--color-text-secondary)}.markdown-card ul,.markdown-card ol{padding-left:22px}.markdown-card blockquote{margin:16px 0;padding:12px 16px;border-left:4px solid var(--color-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;background:#3268e80f;color:var(--color-text-secondary)}.markdown-card hr{border:0;border-top:1px solid var(--color-border);margin:24px 0}.markdown-card a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.markdown-card code{padding:.16em .45em;border-radius:8px;background:#3268e81a;color:#204ecf;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}.markdown-card pre{margin:16px 0;overflow-x:auto}.markdown-card pre code{padding:0;background:transparent;color:inherit}.markdown-card .markdown-code-shell{margin:16px 0;overflow:hidden;border:1px solid rgba(148,163,184,.26);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fbfffa);box-shadow:0 10px 28px #0f172a0f}.markdown-card .markdown-code-shell__header{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:44px;padding:0 16px;border-bottom:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#f1f5f9e6,#f8fafcf5)}.markdown-card .markdown-code-shell__copy{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:#ffffffd1;color:#334155;font-size:12px;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .2s ease}.markdown-card .markdown-code-shell__copy:hover{background:#3268e814;border-color:#60a5fa52}.markdown-card .markdown-code-shell__copy:active{transform:translateY(1px)}.markdown-card .markdown-code-block{font-size:13px;line-height:1.65}.markdown-card .markdown-mermaid{display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,rgba(50,104,232,.06),transparent 45%),#fff;overflow-x:auto}.markdown-card .markdown-mermaid svg{display:block;max-width:100%;height:auto}.markdown-card table{width:100%;border-collapse:collapse;margin:16px 0;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.markdown-card th,.markdown-card td{padding:12px 14px;border:1px solid var(--color-border);text-align:left;vertical-align:top}.markdown-card th{background:var(--color-primary-soft);color:var(--color-text)}.asset-section{display:grid;gap:18px}.login-sdk-page{display:grid;gap:var(--space-page-gap);align-content:start;width:min(100%,1180px)}.login-sdk-page--expanded{width:min(100%,1320px)}.login-sdk-page__back,.login-sdk-hero,.login-sdk-hero__actions,.login-sdk-intro-card__title-row,.login-sdk-card__header,.login-sdk-card__title-row,.login-sdk-search,.login-sdk-status{display:flex;align-items:center;gap:10px}.login-sdk-page__back{color:#667085;font-size:14px;font-weight:500}.login-sdk-hero{justify-content:space-between;gap:16px}.login-sdk-hero__title-group h1{margin:0;font-size:40px;line-height:1.12}.login-sdk-hero__actions{justify-content:flex-end;flex-wrap:wrap}.login-sdk-hero__button{min-height:44px;padding:0 16px;border-radius:12px}.login-sdk-status{padding:0 2px;color:#475467;font-size:14px;font-weight:500}.login-sdk-status--success{color:var(--color-success)}.login-sdk-intro-card,.login-sdk-card{border:1px solid rgba(203,215,236,.96);border-radius:20px;background:#fff;box-shadow:0 10px 28px #0f172a0a}.login-sdk-intro-card{display:grid;gap:18px;padding:22px 24px}.login-sdk-intro-card__header p{margin:10px 0 0;color:var(--color-text-secondary);font-size:14px}.login-sdk-intro-card__icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;color:var(--color-primary);background:#3268e81f}.login-sdk-plan{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#101828;font-size:15px;font-weight:600}.login-sdk-plan--readonly{cursor:default}.login-sdk-plan input{width:16px;height:16px;margin:0}.login-sdk-config-notice,.login-sdk-config-example,.login-sdk-config-example__label,.login-sdk-config-actions{display:flex;align-items:center;gap:10px}.login-sdk-config-notice,.login-sdk-config-form{display:grid;gap:16px}.login-sdk-config-notice{padding:18px;border:1px solid #cfe0fb;border-radius:16px;background:linear-gradient(180deg,#eef5ff,#e9f1ff)}.login-sdk-config-notice p{margin:0;color:#31508d;font-size:14px;line-height:1.6}.login-sdk-config-example{display:grid;gap:8px;padding:14px 16px;border:1px solid #d9e6fb;border-radius:12px;background:#ffffffc7}.login-sdk-config-example__label{color:#3268e8;font-size:13px;font-weight:700}.login-sdk-config-example__value{color:#31508d;font-size:14px;line-height:1.6;word-break:break-all}.login-sdk-config-fields{margin-top:0;padding:18px;border:1px solid #edf1f7;border-radius:16px;background:#fff}.login-sdk-config-actions{justify-content:flex-start}.login-sdk-module{display:grid;gap:var(--space-page-gap);align-content:start}.login-sdk-card{padding:0;overflow:hidden}.login-sdk-card__header{justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #edf1f7}.login-sdk-card__title-row h2{margin:0;font-size:16px}.login-sdk-search{min-width:min(100%,280px);min-height:40px;padding:0 12px;border:1px solid #d8dfeb;border-radius:10px;color:#98a2b3;background:#fff}.login-sdk-search input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--color-text);font-size:14px}.login-sdk-search__summary{margin:16px 22px 0;color:var(--color-text-secondary);font-size:13px}.login-sdk-card__markdown{margin:0;padding:22px;border:none;border-radius:0;background:#fff}.login-sdk-sandbox-block{display:grid;gap:16px;padding:22px}.login-sdk-sandbox-block+.login-sdk-sandbox-block{border-top:1px solid #edf1f7}.login-sdk-sandbox-block__heading{margin-bottom:0}.login-sdk-identity-card{padding:16px;border-radius:18px;background:#f8fbff}.login-sdk-identity-card__actions{flex:0 0 auto;width:auto}.login-sdk-identity-card__input{min-width:220px}.login-sdk-sandbox-tools{display:grid;gap:14px}.login-sdk-sandbox-tools__actions{justify-content:flex-start}.login-sdk-sandbox-tools__result{background:#101828;color:#f8fafc}.sdk-page{display:flex;flex-direction:column;gap:var(--space-page-gap);width:100%}.sdk-page--document{align-content:start;gap:var(--space-page-gap)}.document-sdk-hero,.document-sdk-hero__title-group,.document-sdk-hero .sdk-hero__title-row{display:flex;align-items:center;gap:10px}.document-sdk-hero{justify-content:flex-start;min-height:0;margin:0;padding:0}.document-sdk-hero__title-group h1{margin:0;font-size:40px;line-height:1.12}.sdk-page--document .sdk-card--document-compact{align-self:stretch;width:100%}.sdk-page--document .sdk-card--document-compact .markdown-card{min-height:0}.sdk-page--expanded{width:100%;max-width:none}.sdk-page--expanded .sdk-intro-card,.sdk-page--expanded .sdk-card:not(.sdk-card--document){display:none}.sdk-page--expanded .sdk-card--document{min-height:calc(100vh - 220px)}.sdk-page--expanded .sdk-card--document .sdk-card__header{position:sticky;top:0;z-index:2;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sdk-page--expanded .sdk-card--document .sdk-document-card__markdown{min-height:calc(100vh - 300px)}.sdk-back,.sdk-hero,.sdk-hero__actions,.sdk-intro-card__title-row,.sdk-plan,.sdk-card__heading--split,.sdk-result__meta,.sdk-card__header,.sdk-card__title-row,.sdk-search,.sdk-status{display:flex;align-items:center;gap:10px}.sdk-back{color:#667085;font-size:14px;font-weight:500}.sdk-hero{justify-content:space-between;gap:16px}.sdk-hero__title-group h1{margin:0;font-size:40px;line-height:1.12}.sdk-hero__title-group p{margin:10px 0 0;color:var(--color-text-secondary)}.sdk-hero__actions{justify-content:flex-end;flex-wrap:wrap}.sdk-hero__button{min-height:44px;padding:0 16px;border-radius:12px}.sdk-status{padding:0 2px;color:#475467;font-size:14px;font-weight:500}.sdk-status--success{color:var(--color-success)}.sdk-intro-card,.sdk-card{border:1px solid rgba(203,215,236,.96);border-radius:20px;background:#fff;box-shadow:0 10px 28px #0f172a0a}.sdk-intro-card{display:grid;gap:18px;padding:22px 24px}.sdk-intro-card--compact{align-content:start}.sdk-intro-card__content{display:grid;gap:18px;padding-top:18px;border-top:1px solid #edf1f7}.sdk-intro-card__section{display:grid;gap:14px;padding:18px;border:1px solid #e6ecf5;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f6f9fd)}.sdk-intro-card__section-header{display:grid;gap:6px}.sdk-intro-card__section-header h2{margin:0;font-size:16px}.sdk-intro-card__section-header--split{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.sdk-intro-card__content>.content-panel{padding:18px;border:1px solid #e6ecf5;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f6f9fd);box-shadow:none}.sdk-intro-card__content>.content-panel .content-panel--nested{background:#fff}.sdk-intro-card__header p{margin:10px 0 0;color:var(--color-text-secondary);font-size:14px}.sdk-intro-card__icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;color:var(--color-primary);background:#3268e81f}.sdk-plan{min-height:44px;color:#101828;font-size:15px;font-weight:600}.sdk-plan--readonly{cursor:default}.sdk-plan input{width:16px;height:16px;margin:0}.sdk-card{padding:22px 24px}.sdk-card--flush{padding:0;overflow:hidden}.sdk-card__heading{margin-bottom:18px}.sdk-card__heading--split{justify-content:space-between}.sdk-card__header{justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #edf1f7}.sdk-card__title-row h2{margin:0;font-size:16px}.sdk-search{min-width:min(100%,280px);min-height:40px;padding:0 12px;border:1px solid #d8dfeb;border-radius:10px;color:#98a2b3;background:#fff}.sdk-search input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--color-text);font-size:14px}.sdk-search__summary{margin:16px 22px 0;color:var(--color-text-secondary);font-size:13px}.sdk-document-card__markdown{margin:0;padding:22px;border:none;border-radius:0;background:#fff}.sdk-card--document-expanded{border-radius:24px}.sdk-identity-card{background:#f8fbff}.sdk-identity-card__actions{flex:1}.sdk-identity-card__input{flex:1;min-width:220px}.sdk-tools,.sdk-config-form{display:grid;gap:14px}.sdk-config-form__textarea{min-height:140px}.sdk-config-form__submit{width:fit-content;min-width:128px}.project-info-page,.appkey-page,.domain-apply-page,.sdk-page{--module-ink: #101828;--module-text: #344054;--module-muted: #667085;--module-line: #e1e8f1;--module-surface: rgba(255, 255, 255, .97);--module-shadow: 0 16px 38px rgba(15, 23, 42, .065);width:min(100%,1360px);margin:0 auto;gap:22px}.project-info-page__back,.appkey-page__back,.sdk-back,.login-sdk-page__back{width:fit-content;min-height:36px;padding:0 10px;border:1px solid transparent;border-radius:8px;color:#53627a;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.project-info-page__back:hover,.appkey-page__back:hover,.sdk-back:hover,.login-sdk-page__back:hover{color:#2f63d7;border-color:#dbe5f4;background:#fff;transform:translate(-1px)}.project-info-page__header,.appkey-page__header,.sdk-hero,.login-sdk-hero,.document-sdk-hero{position:relative;overflow:hidden;min-height:150px;padding:26px 28px;border:1px solid var(--module-line);border-radius:8px;background:linear-gradient(135deg,#fffffffc,#f7fafff5 62%,#edf9f6f0);box-shadow:var(--module-shadow)}.project-info-page__header:before,.appkey-page__header:before,.sdk-hero:before,.login-sdk-hero:before,.document-sdk-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 84% 10%,rgba(47,99,215,.13),transparent 36%);pointer-events:none}.project-info-page__header>*,.appkey-page__header>*,.sdk-hero>*,.login-sdk-hero>*,.document-sdk-hero>*{position:relative;z-index:1}.project-info-page__headline,.appkey-page__title-row,.sdk-hero__title-row,.document-sdk-hero .sdk-hero__title-row,.login-sdk-hero .sdk-hero__title-row{gap:14px}.project-info-page__headline-icon,.appkey-page__title-icon,.sdk-hero__title-icon{width:42px;height:42px;border-radius:8px;color:#2f63d7;background:#e9f1ff}.project-info-page__title-group h1,.appkey-page__title-group h1,.sdk-hero__title-group h1,.document-sdk-hero__title-group h1,.login-sdk-hero__title-group h1{color:var(--module-ink);font-size:32px;line-height:1.15;font-weight:900;letter-spacing:0}.project-info-page__title-group p,.appkey-page__title-group p,.sdk-hero__title-group p,.login-sdk-hero__title-group p{max-width:760px;color:#53627a;line-height:1.65}.project-info-page__actions,.appkey-page__actions,.sdk-hero__actions{gap:12px}.project-info-page__action,.appkey-page__action,.sdk-hero__button,.login-sdk-config-actions .button,.sdk-config-form__submit{min-height:42px;border-radius:8px;transition:box-shadow .18s ease,border-color .18s ease,background .18s ease}.project-info-page__action:hover:not(:disabled),.appkey-page__action:hover:not(:disabled),.sdk-hero__button:hover:not(:disabled),.login-sdk-config-actions .button:hover:not(:disabled),.sdk-config-form__submit:hover:not(:disabled){box-shadow:0 14px 28px #2f63d729}.project-info-page__panel,.appkey-page__panel,.sdk-completion-flag,.sdk-intro-card,.sdk-card,.login-sdk-intro-card,.appkey-route-card,.domain-apply-option,.domain-apply-notice,.project-info-page .content-panel,.appkey-page .content-panel,.domain-apply-page .content-panel,.sdk-page .content-panel,.project-info-page .project-inline-notice,.appkey-page .project-inline-notice,.domain-apply-page .project-inline-notice,.sdk-page .project-inline-notice{border-color:var(--module-line);border-radius:8px;background:var(--module-surface);box-shadow:0 12px 30px #0f172a0b}.project-info-page__panel,.appkey-page__panel,.sdk-card,.sdk-intro-card,.login-sdk-intro-card{padding:22px}.project-info-section,.appkey-section,.sdk-intro-card__content,.login-sdk-config-form{gap:16px}.project-info-section__header,.appkey-section__header,.sdk-card__header{border-color:#edf2f7}.project-info-section__title-row h2,.appkey-section__title-row h2,.sdk-card__title-row h2,.login-sdk-intro-card__title-row h2,.sdk-completion-flag h2{color:var(--module-ink);letter-spacing:0}.project-info-control,.appkey-control,.sdk-search,.login-sdk-config-fields input,.login-sdk-config-fields textarea{border-radius:8px;border-color:#dfe7f2;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.project-info-control:hover:not(:disabled),.appkey-control:hover:not(:disabled),.login-sdk-config-fields input:hover:not(:disabled),.login-sdk-config-fields textarea:hover:not(:disabled){border-color:#cdd8e8}.project-info-control:focus,.appkey-control:focus,.sdk-search:focus-within,.login-sdk-config-fields input:focus,.login-sdk-config-fields textarea:focus{border-color:#2f63d7;box-shadow:0 0 0 3px #2f63d71f}.sdk-completion-flag{min-height:104px;padding:20px 24px}.sdk-completion-flag__icon{width:44px;height:44px;border-radius:8px;color:#667085;background:#f1f4f8}.sdk-completion-toggle .appkey-switch__track{box-shadow:inset 0 0 0 1px #0f172a14}.sdk-card--document .markdown-card,.sdk-document-card__markdown{border-radius:0;background:#fff}.domain-apply-option{padding:24px}.domain-apply-option__icon{border-radius:8px}.revenue-page{display:grid;gap:var(--space-page-gap);align-content:start}.revenue-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border:1px solid #e9eef6;border-radius:24px;background:#fff;box-shadow:0 16px 36px #0f172a0a}.revenue-filter-bar__controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.revenue-filter-control{display:inline-flex;align-items:center;gap:10px;min-height:52px;min-width:246px;padding:0 16px;border:1px solid #d8dfeb;border-radius:14px;background:#fff}.revenue-filter-control__icon{display:inline-grid;place-items:center;color:#64748b}.revenue-filter-control select{width:100%;min-height:50px;border:0;outline:none;background:transparent;color:#475467;font-size:15px;font-weight:500}.revenue-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:0;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:box-shadow .16s ease,background .16s ease}.revenue-action-button:hover{box-shadow:0 10px 22px #0f172a14}.revenue-action-button--ghost{color:#475467;border:1px solid #d8dfeb;background:#fff}.revenue-action-button--primary{color:#fff;background:linear-gradient(135deg,#2f6bff,#2656dc);box-shadow:0 10px 24px #2f6bff47}.revenue-summary-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.revenue-summary-grid>.list-state{grid-column:1 / -1;border:1px solid #e9eef6;border-radius:24px;background:#fff;box-shadow:0 16px 36px #0f172a0d}.revenue-summary-card{position:relative;min-height:236px;padding:28px 28px 24px;overflow:hidden;border:1px solid #e9eef6;border-radius:24px;background:#fff;box-shadow:0 16px 36px #0f172a0d}.revenue-summary-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.revenue-summary-card__title{margin:0;color:#64748b;font-size:14px;font-weight:600}.revenue-summary-card__title--iap{color:#7c4dff}.revenue-summary-card__title--ad{color:#1b9f72}.revenue-summary-card strong{display:block;margin-top:12px;color:#0f172a;font-size:42px;line-height:1.1;letter-spacing:-.03em}.revenue-summary-card__value--iap{color:#7c3aed}.revenue-summary-card__value--ad{color:#0f9f6e}.revenue-summary-card__watermark{color:#94a3b829}.revenue-summary-card__watermark--iap{color:#8457ff1f}.revenue-summary-card__watermark--ad{color:#1fb9851f}.revenue-summary-card__delta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:700}.revenue-summary-card__delta--up{color:#22c55e}.revenue-summary-card__delta--down{color:#ef4444}.revenue-summary-card__delta-note{color:#64748b;font-weight:600}.revenue-summary-card__share{margin:14px 0 0;color:#64748b;font-size:14px;font-weight:600}.revenue-summary-card__metrics{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:44px}.revenue-summary-card__metrics span{color:#94a3b8;font-size:14px}.revenue-summary-card__metrics strong{margin-top:8px;font-size:22px;letter-spacing:normal}.revenue-panel{padding:28px;border:1px solid #e9eef6;border-radius:24px;background:#fff;box-shadow:0 16px 36px #0f172a0a}.revenue-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.revenue-panel__header h2{margin:0;color:#0f172a;font-size:20px;font-weight:600}.revenue-panel__header--stacked p{margin:10px 0 0;color:#64748b;font-size:14px;line-height:1.6}.revenue-panel__hint{color:#94a3b8;font-size:14px;font-weight:600}.revenue-chart-wrap{position:relative}.revenue-chart__scroller{overflow-x:auto;overflow-y:hidden;padding-bottom:6px}.revenue-chart{display:block;width:100%;min-width:960px;height:auto}.revenue-chart__grid{stroke:#edf2f7;stroke-width:1}.revenue-chart__axis-label{fill:#94a3b8;font-size:13px}.revenue-chart__cursor{stroke:#d8e6ff;stroke-width:1;stroke-dasharray:4 6}.revenue-chart__line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.revenue-chart__point{stroke:#fff;stroke-width:3;transition:r .18s ease}.revenue-chart__label{fill:#94a3b8;font-size:13px}.revenue-chart__hitbox{cursor:crosshair}.revenue-chart-tooltip{position:absolute;top:8px;z-index:2;min-width:184px;padding:14px 16px;border-radius:18px;color:#f8fafc;background:#0f172aeb;box-shadow:0 20px 40px #0f172a2e;transform:translate(-50%);pointer-events:none}.revenue-chart-tooltip__date{font-size:15px;font-weight:700}.revenue-chart-tooltip__divider{height:1px;margin:10px 0 12px;background:#ffffff1f}.revenue-chart-tooltip__row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px}.revenue-chart-tooltip__row+.revenue-chart-tooltip__row{margin-top:8px}.revenue-chart-tooltip__label--total{color:#9fc2ff}.revenue-chart-tooltip__label--iap{color:#a58bff}.revenue-chart-tooltip__label--ad{color:#57d2a6}.revenue-chart-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:28px;margin-top:16px}.revenue-chart-legend__item{display:inline-flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:#64748b;font-size:14px;font-weight:600;transition:opacity .2s ease,color .2s ease}.revenue-chart-legend__item:hover{color:#0f172a}.revenue-chart-legend__item:focus-visible{outline:2px solid rgba(50,104,232,.35);outline-offset:4px;border-radius:999px}.revenue-chart-legend__item--inactive{opacity:.42}.revenue-chart-legend__dot{width:10px;height:10px;border-radius:999px}.revenue-chart-legend__dot--total{background:#9fc2ff}.revenue-chart-legend__dot--iap{background:#8457ff}.revenue-chart-legend__dot--ad{background:#1fb985}.revenue-statement-table-wrap{overflow-x:auto}.revenue-statement-table{width:100%;min-width:980px;border-collapse:collapse}.revenue-statement-table th,.revenue-statement-table td{padding:18px 16px;border-top:1px solid #edf2f7;color:#475467;font-size:15px;text-align:left;white-space:nowrap}.revenue-statement-table th{color:#94a3b8;font-size:14px;font-weight:600}.revenue-statement-table__period,.revenue-statement-table__settlement{color:#0f172a;font-size:16px;font-weight:700}.revenue-statement-table__negative{color:#ff5a5f!important}.revenue-status-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;font-size:14px;font-weight:700}.revenue-status-badge--settling{color:#6b7280;background:#f3f4f6}.revenue-status-badge--pending{color:#d97706;background:#fff3d6}.revenue-status-badge--paid{color:#159a6e;background:#d9f7e8}.revenue-statement-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.revenue-text-button{border:0;padding:0;color:#2f6bff;background:transparent;font-size:15px;font-weight:700;cursor:pointer}.revenue-statement-actions__placeholder{color:#94a3b8;font-size:15px;font-weight:600}@media (max-width: 1180px){.revenue-summary-grid{grid-template-columns:1fr}}@media (max-width: 900px){.revenue-filter-bar,.revenue-panel__header{flex-direction:column;align-items:stretch}.revenue-filter-bar{padding:18px}.revenue-filter-bar__controls{flex-direction:column;align-items:stretch}.revenue-filter-control{min-width:100%}.revenue-summary-card{min-height:auto}.revenue-summary-card strong{font-size:34px}.revenue-summary-card__metrics{grid-template-columns:1fr;margin-top:28px}.revenue-statement-actions{justify-content:flex-start}}.sdk-tools__actions{justify-content:flex-start}.sdk-tools__action-item{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.sdk-tools__action-note{color:var(--color-text-secondary);font-size:13px;line-height:1.5}.sdk-tools__action-button{min-width:132px}.sdk-tools__result{background:#101828;color:#f8fafc}.sdk-balance-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;color:#1d4ed8;background:#eaf1ff;font-size:13px;font-weight:700}.sdk-result{display:grid;gap:10px;padding:18px;border:1px solid #d6e4ff;border-radius:18px;background:#f8fbff}.sdk-result--success{border-color:#c9e7d3;background:#ecfdf3}.sdk-result--fallback{border-style:dashed}.sdk-result__title{color:#1d2939;font-size:16px}.sdk-result p{margin:0;color:#475467}.sdk-result__meta{flex-wrap:wrap;color:#344054;font-size:13px;font-weight:600}.sdk-result__hint{color:#667085;font-size:13px}.project-info-page,.appkey-page{display:grid;gap:var(--space-page-gap);align-content:start;width:100%}.domain-apply-page{display:grid;gap:var(--space-page-gap);width:100%;align-content:start}.appkey-page__back{display:inline-flex;align-items:center;gap:6px;color:#667085;font-size:14px;font-weight:500}.appkey-page__header,.appkey-page__actions,.appkey-page__title-row,.appkey-key-row,.appkey-status-row,.appkey-section__title-row,.appkey-alert{display:flex;align-items:center}.appkey-page__header,.appkey-key-row,.appkey-status-row{justify-content:space-between;gap:16px}.appkey-page__actions,.appkey-page__title-row,.appkey-section__title-row,.appkey-alert{gap:12px}.appkey-page__title-group h1{margin:0;font-size:28px;line-height:1.2}.appkey-page__title-icon,.appkey-section__icon,.appkey-alert__icon{display:inline-grid;place-items:center;flex-shrink:0}.appkey-page__title-icon{width:28px;height:28px;color:#3268e8}.appkey-page__action,.appkey-page__inline-action{min-height:40px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:600;white-space:nowrap}.appkey-page__inline-action{flex:0 0 auto;min-width:112px}.appkey-page__inline-action svg{flex-shrink:0}.appkey-page__panel{padding:30px 28px;display:grid;gap:20px}.domain-apply-page .appkey-page__panel{padding:16px 20px;gap:16px}.domain-apply-page .appkey-route-card{gap:18px;padding:18px}.domain-apply-page .appkey-form{gap:18px}.domain-apply-notice{display:flex;align-items:center;gap:12px;padding:16px 18px;border:1px solid #cfe0ff;border-radius:14px;background:#eef5ff;color:#2156d8}.domain-apply-notice p{margin:0;font-size:15px;line-height:1.6}.domain-apply-notice__icon{display:inline-grid;place-items:center;flex-shrink:0}.domain-apply-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.domain-apply-option{display:grid;gap:24px;padding:28px 30px;border:1px solid #d7dfef;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcff);text-align:left;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.domain-apply-option:hover:not(:disabled){border-color:#94b8ff;box-shadow:0 12px 28px #3268e81a}.domain-apply-option--selected{border-color:#3268e8;background:#f4f8ff;box-shadow:0 0 0 1px #3268e81f}.domain-apply-option:disabled{cursor:default}.domain-apply-option__header{display:flex;align-items:center;justify-content:space-between}.domain-apply-option__icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#ecf2ff;color:#3268e8}.domain-apply-option__body{display:grid;gap:12px}.domain-apply-option__body h2{margin:0;color:#101828;font-size:18px;line-height:1.4}.domain-apply-option__body p{margin:0;color:#475467;font-size:15px;line-height:1.8}.domain-apply-option__selected{display:inline-flex;align-items:center;gap:8px;color:#2156d8;font-size:15px;font-weight:600}.appkey-route-list{display:grid;gap:20px}.appkey-route-card{display:grid;gap:24px;padding:22px;border:1px solid #e4e7ec;border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbff)}.appkey-route-card__header,.appkey-route-card__title-group,.appkey-route-card__actions,.appkey-route-card__meta{display:flex}.appkey-route-card__header{align-items:flex-start;justify-content:space-between;gap:16px}.appkey-route-card__title-group{flex-direction:column;gap:10px}.appkey-route-card__actions,.appkey-route-card__meta{flex-wrap:wrap;gap:10px}.appkey-route-card__pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eaf2ff;color:#2156d8;font-size:12px;font-weight:700}.appkey-route-card__meta-text{color:#667085;font-size:13px;line-height:28px}.appkey-alert{align-items:flex-start;padding:18px 20px;border:1px solid #f6dfa3;border-radius:14px;background:linear-gradient(180deg,#fff8df,#fff9e8)}.appkey-alert__icon{width:24px;height:24px;color:#d38a09}.appkey-alert__content{display:grid;gap:4px}.appkey-alert__content strong{color:#9a6700;font-size:15px}.appkey-alert__content p{margin:0;color:#b06c0c;font-size:14px;line-height:1.7}.appkey-form{display:grid;gap:26px}.appkey-section{display:grid;gap:16px}.appkey-field-group{display:grid;gap:8px}.appkey-field-label{color:#344054;font-size:13px;font-weight:600}.appkey-section+.appkey-section{padding-top:4px}.appkey-section__header{padding-bottom:12px;border-bottom:1px solid #e9eef6}.appkey-section__title-row h2{margin:0;color:#101828;font-size:17px;line-height:1.35}.appkey-section__icon{width:22px;height:22px;color:#667085}.appkey-control{width:100%;min-width:0;min-height:48px;padding:0 14px;border:1px solid #d8dfeb;border-radius:8px;background:#fff;color:#344054;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.appkey-control:focus{outline:none;border-color:#3268e8;box-shadow:0 0 0 3px #3268e81f}.appkey-control:disabled{color:#98a2b3;background:#f8fafc}.appkey-control--textarea{min-height:132px;padding:14px;resize:vertical}.appkey-section__hint{margin:0;color:#667085;font-size:13px;line-height:1.7}.appkey-section__hint--warning{color:#b54708}.appkey-status-row{justify-content:flex-start}.appkey-status-row__label{color:#667085;font-size:14px}.appkey-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.appkey-switch input{position:absolute;opacity:0;pointer-events:none}.appkey-switch__track{position:relative;display:inline-flex;align-items:center;width:42px;height:24px;padding:2px;border-radius:999px;background:#e4e7ec;transition:background-color .2s ease}.appkey-switch__thumb{width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .2s ease}.appkey-switch--enabled .appkey-switch__track{background:#d7e5ff}.appkey-switch--enabled .appkey-switch__thumb{transform:translate(18px)}.appkey-switch--readonly{cursor:default}.appkey-switch--readonly .appkey-switch__track{opacity:.9}.sdk-completion-flag{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 30px;border:1px solid #d9e0ea;border-radius:18px;background:#fff;box-shadow:0 8px 20px #0f172a0a}.sdk-completion-flag--completed{border-color:#22c58b;background:#eafff5}.sdk-completion-flag__main{display:flex;align-items:center;gap:18px}.sdk-completion-flag__icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:999px;color:#98a2b3;background:#f2f4f7}.sdk-completion-flag--completed .sdk-completion-flag__icon{color:#05a66b;background:#ccfbe6}.sdk-completion-flag h2{margin:0;color:#101828;font-size:24px;font-weight:800}.sdk-completion-flag p{margin:6px 0 0;color:#667085;font-size:15px}.sdk-completion-flag--completed h2,.sdk-completion-flag--completed p,.sdk-completion-flag--completed .sdk-completion-toggle strong{color:#006b4a}.sdk-completion-toggle{gap:18px;flex-shrink:0;color:#667085;font-size:18px}.sdk-completion-toggle .appkey-switch__track{width:58px;height:34px;background:#d0d5dd}.sdk-completion-toggle .appkey-switch__thumb{width:28px;height:28px}.sdk-completion-toggle.appkey-switch--enabled .appkey-switch__track{background:#12b981}.sdk-completion-toggle.appkey-switch--enabled .appkey-switch__thumb{transform:translate(24px)}.project-info-page__back{display:inline-flex;align-items:center;gap:6px;color:#667085;font-size:14px}.project-info-page__header,.project-info-page__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-info-page__headline{display:flex;align-items:center;gap:12px}.project-info-page__headline-icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#3b6ef5;background:#edf3ff}.project-info-page__title-group h1{margin:0;font-size:28px;line-height:1.2}.project-info-page__title-group p{margin:10px 0 0;color:#667085;font-size:14px;line-height:1.7}.project-info-page__panel{padding:18px 20px}.project-info-page__action{min-height:40px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:600}.project-info-form{display:grid;gap:20px}.project-info-section{display:grid;gap:18px;padding:8px 0 0;border:none;border-radius:0;background:transparent}.project-info-section__header{padding-bottom:12px;border-bottom:1px solid #e6ebf3}.project-info-section__title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.project-info-section__title-row h2{margin:0;font-size:18px;line-height:1.35}.project-info-section__note{color:#667085;font-size:12px}.project-info-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}.project-info-form-field{display:grid;gap:6px}.project-info-form-field__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-info-form-field--full{grid-column:1 / -1}.project-info-label{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;color:#344054;font-size:13px;font-weight:500}.project-info-label__required{color:#e5484d;font-weight:700}.project-info-form-field__count{color:#98a2b3;font-size:12px;line-height:1;white-space:nowrap}.project-info-control{width:100%;min-height:42px;padding:0 12px;border:1px solid #d8dfeb;border-radius:6px;background:#fff;color:#344054;font-size:13px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.project-info-control:focus{outline:none;border-color:#3268e8;box-shadow:0 0 0 3px #3268e81f}.project-info-control:disabled{color:#667085;background:#f5f7fb;cursor:not-allowed}.project-info-control--textarea{min-height:96px;padding:12px;resize:vertical}.asset-grid{display:grid;gap:16px}.asset-card__summary{margin:0;color:#475467;font-size:13px;line-height:1.6}.asset-grid--project-info{gap:18px}.asset-card{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:18px;border:1px solid #e4eaf3;border-radius:10px;background:#fff}.asset-card__header,.attachment-item,.workflow-step{display:flex;align-items:center;justify-content:space-between;gap:12px}.asset-card__header h3,.workflow-card h3{margin:0}.asset-card__details{display:grid;gap:12px;flex:1}.asset-card__meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.asset-card__meta-grid p{margin:0;color:#667085;font-size:12px;line-height:1.5}.asset-card__uploads{display:flex;flex:0 0 55%;flex-wrap:wrap;justify-content:flex-end;gap:12px}.asset-upload-tile{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px dashed #e5e7eb;border-radius:8px;background:#f8fafc}.asset-upload-tile--square{width:128px;height:128px}.asset-upload-tile--wide{width:min(100%,256px);height:128px}.asset-upload-tile--portrait{width:88px;aspect-ratio:9 / 16}.asset-upload-tile--landscape{width:152px;aspect-ratio:16 / 9}.asset-upload-tile--filled{border-style:solid;border-color:#cbd5e1;background:#fff}.asset-upload-tile__image{display:block;width:100%;height:100%;object-fit:cover}.asset-upload-tile__placeholder{display:grid;place-items:center;gap:8px;width:100%;height:100%;padding:12px;border:none;color:#98a2b3;background:transparent;font:inherit;text-align:center;transition:color .2s ease,background-color .2s ease;cursor:pointer}.asset-upload-tile__input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.asset-upload-tile__placeholder:hover,.asset-upload-tile:hover .asset-upload-tile__placeholder{color:var(--color-primary);background:#3268e80a}.asset-upload-tile__placeholder span{font-size:11px;font-weight:500;line-height:1.5}.asset-upload-tile__placeholder--disabled{cursor:default;color:#98a2b3;background:#f8fafc}.asset-upload-tile__placeholder--disabled:hover{color:#98a2b3;background:#f8fafc}.asset-upload-tile__footer{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:linear-gradient(180deg,#0f172a00,#0f172ac7)}.asset-upload-tile__footer span{min-width:0;overflow:hidden;color:#fff;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.asset-upload-tile__remove{flex-shrink:0;padding:0;border:none;color:#fff;background:transparent;font-size:12px;font-weight:700}.asset-card__header p,.workflow-card p,.muted-copy{margin:0;color:var(--color-text-secondary)}.asset-preview__meta,.attachment-item,.workflow-step{display:flex;align-items:center;justify-content:space-between;gap:12px}.asset-preview-grid,.attachment-list,.workflow-steps{display:grid;gap:12px}.asset-preview{display:grid;gap:10px;padding:12px;border:1px solid var(--color-border);border-radius:16px;background:#fff}.asset-preview img{width:100%;max-height:180px;object-fit:cover;border-radius:14px}.attachment-item{padding:12px 14px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface-muted)}.workflow-steps{grid-template-columns:repeat(5,minmax(0,1fr))}.workflow-step{padding:14px 16px;border:1px solid var(--color-border);border-radius:16px;background:#fff}.workflow-step__marker-row>span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--color-surface-muted);color:var(--color-text-secondary);font-weight:700}.workflow-step--active{border-color:#3268e859;background:#3268e80d}.workflow-step--done{border-color:#12a15059;background:#12a1500f}.workflow-card,.content-panel--nested{display:grid;gap:16px;margin-top:18px}.ad-workflow-section .workflow-card,.ad-workflow-section .content-panel--nested{max-width:640px}.ad-workflow-section .section-heading p{margin:6px 0 0;color:var(--color-text-secondary)}.center-shell{display:grid;place-items:center;min-height:100vh;padding:24px}.empty-state{width:min(100%,480px);text-align:center}@media (max-width: 1180px){.dashboard-stats-grid,.dashboard-quick-grid,.stats-grid,.quick-actions-grid,.content-panel--split,.details-grid,.module-grid,.route-grid,.checkbox-grid,.two-column-grid,.workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-card{flex-direction:column}.asset-card__uploads{flex-basis:auto;justify-content:flex-start}}@media (max-width: 920px){.admin-shell{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{justify-content:flex-start;gap:16px;height:auto;overflow:visible;padding:16px 16px 0}.sidebar__nav{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.sidebar__nav::-webkit-scrollbar{display:none}.sidebar__link,.sidebar__logout{width:max-content;min-width:max-content;padding:0 14px;white-space:nowrap}.sidebar__logout{margin-top:0;align-self:flex-start}.topbar,.page-banner,.toolbar,.identity-card{flex-direction:column;align-items:stretch}.topbar{margin:12px 20px 0}.topbar__actions{width:auto}.topbar__user{align-self:auto}.topbar__actions{align-items:center;justify-content:flex-end;padding:8px;flex-direction:row}.admin-content{height:auto;overflow:visible}.project-info-section__title-row{align-items:flex-start;flex-direction:column;gap:6px}.project-info-page__header,.project-info-page__actions,.appkey-page__header,.appkey-page__actions,.appkey-key-row,.appkey-route-card__header,.payment-sdk-hero,.payment-sdk-hero__actions,.payment-sdk-card__heading--split,.payment-sdk-identity-card,.payment-sdk-identity-card__actions,.login-sdk-hero,.login-sdk-hero__actions,.login-sdk-card__header,.login-sdk-identity-card,.login-sdk-identity-card__actions{align-items:stretch;flex-direction:column}.project-info-form__grid,.asset-card__meta-grid{grid-template-columns:1fr}}@media (max-width: 720px){.auth-card,.page-banner,.content-panel,.profile-card,.info-card,.empty-state{padding:20px}.admin-content{padding:0}.field__split,.dashboard-stats-grid,.dashboard-quick-grid,.stats-grid,.quick-actions-grid,.content-panel--split,.details-grid,.form-grid,.module-grid,.route-grid,.checkbox-grid,.two-column-grid,.workflow-steps{grid-template-columns:1fr}.sidebar__brand{padding-bottom:12px}.project-info-page__panel{padding:16px}.appkey-page__panel{padding:20px 16px}.payment-sdk-page{display:grid;gap:20px;width:min(100%,1180px)}.payment-sdk-page__back,.payment-sdk-hero,.payment-sdk-hero__actions,.payment-sdk-intro-card__title-row,.payment-sdk-plan,.payment-sdk-card__heading--split,.payment-sdk-result__meta{display:flex;align-items:center;gap:10px}.payment-sdk-page__back{color:#667085;font-size:14px;font-weight:500}.payment-sdk-hero{justify-content:space-between;gap:16px}.payment-sdk-hero__title-group h1{margin:0;font-size:40px;line-height:1.12}.payment-sdk-hero__title-group p{margin:10px 0 0;color:var(--color-text-secondary)}.payment-sdk-hero__actions{justify-content:flex-end;flex-wrap:wrap}.payment-sdk-intro-card,.payment-sdk-card{border:1px solid rgba(203,215,236,.96);border-radius:20px;background:#fff;box-shadow:0 10px 28px #0f172a0a}.payment-sdk-intro-card{display:grid;gap:18px;padding:22px 24px}.payment-sdk-intro-card__header p{margin:10px 0 0;color:var(--color-text-secondary);font-size:14px}.payment-sdk-intro-card__icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;color:var(--color-primary);background:#3268e81f}.payment-sdk-plan{min-height:44px;color:#101828;font-size:15px;font-weight:600}.payment-sdk-plan--readonly{cursor:default}.payment-sdk-plan input{width:16px;height:16px;margin:0}.payment-sdk-card{padding:22px 24px}.payment-sdk-card__heading{margin-bottom:18px}.payment-sdk-card__heading p{margin:8px 0 0;color:var(--color-text-secondary)}.payment-sdk-card__heading--split{justify-content:space-between}.payment-sdk-identity-card{background:#f8fbff}.payment-sdk-identity-card__actions,.payment-sdk-identity-card__input{flex:1}.payment-sdk-action-row{align-items:center}.payment-sdk-action-row__button{min-width:132px}.payment-sdk-balance-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;color:#1d4ed8;background:#eaf1ff;font-size:13px;font-weight:700}.payment-sdk-result{display:grid;gap:10px;padding:18px;border:1px solid #d6e4ff;border-radius:18px;background:#f8fbff}.payment-sdk-result--success{border-color:#c9e7d3;background:#ecfdf3}.payment-sdk-result--fallback{border-style:dashed}.payment-sdk-result__title{color:#1d2939;font-size:16px}.payment-sdk-result p{margin:0;color:#475467}.payment-sdk-result__meta{flex-wrap:wrap;color:#344054;font-size:13px;font-weight:600}.payment-sdk-result__hint{color:#667085;font-size:13px}.project-info-page__title-group h1,.appkey-page__title-group h1{font-size:24px}.payment-sdk-hero__title-group h1,.login-sdk-hero__title-group h1{font-size:28px}.payment-sdk-intro-card,.payment-sdk-card{padding:18px 16px}.payment-sdk-identity-card__input,.payment-sdk-balance-badge{width:100%}.login-sdk-intro-card,.login-sdk-card__markdown,.login-sdk-sandbox-block{padding:18px 16px}.login-sdk-card__header{padding:16px}.login-sdk-search,.login-sdk-identity-card__input{min-width:0;width:100%}.appkey-alert{padding:16px}.appkey-status-row{align-items:flex-start;flex-direction:column}.asset-card{padding:16px}.asset-card__uploads{width:100%;justify-content:flex-start}.asset-upload-tile--wide{width:100%}.auth-brand h1{font-size:18px}.page-content{padding:16px 12px 24px}.topbar{margin:12px 12px 0}.projects-list-page__create{width:100%}.projects-list-table th,.projects-list-table td{padding:16px}.projects-list-table__name-cell{min-width:0}.project-list-item{align-items:flex-start}.project-list-item__name{font-size:16px}}.sdk-hero__title-row{display:flex;align-items:center;gap:10px}.sdk-hero__title-icon{display:inline-grid;place-items:center;width:28px;height:28px;color:#3b82f6}.ad-workflow-section{gap:18px;padding:18px 18px 16px;border:1px solid rgba(191,219,254,.92)}.ad-workflow-section .section-heading{padding-bottom:14px;border-bottom:1px solid #edf2f7}.ad-workflow-section .workflow-steps{gap:20px;padding:2px 10px 0}.ad-workflow-steps,.ad-workflow-card{margin-bottom:var(--space-page-gap)}.ad-workflow-card{max-width:none}.ad-workflow-section .workflow-step{flex-direction:column;align-items:flex-start;padding:0;border:none;background:transparent}.ad-workflow-section .workflow-step strong{display:block;margin-top:12px;color:#0f172a;font-size:14px;font-weight:600}.ad-workflow-section .workflow-step__marker-row{display:flex;align-items:center;width:100%;gap:12px}.ad-workflow-section .workflow-step__marker-row>span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:999px;border:1px solid rgba(203,213,225,.92);background:#fff;color:#94a3b8;font-weight:700}.ad-workflow-section .workflow-step__line{flex:1;height:2px;border-radius:999px;background:#e2e8f0}.ad-workflow-section .workflow-step--active .workflow-step__marker-row>span{border-color:#3b82f62e;color:#3b82f6;box-shadow:0 0 0 6px #3b82f614}.ad-workflow-section .workflow-step--done .workflow-step__marker-row>span{border-color:#3268e8;background:#3268e8;color:#fff}.ad-workflow-section .workflow-step--done .workflow-step__line,.ad-workflow-section .workflow-step--active .workflow-step__line{background:#bfd3ff}.ad-workflow-notice{display:grid;gap:16px;padding:20px 28px 22px;border:1px solid #dbeafe;border-radius:14px;background:#eef4ff;color:#1d4ed8}.ad-workflow-notice__title{display:flex;align-items:center;gap:10px;margin:0}.ad-workflow-notice__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ad-workflow-notice strong{line-height:1.45;font-size:15px;font-weight:700}.ad-workflow-notice p{margin:0;color:#475467;font-size:13px;line-height:1.6}.ad-workflow-notice .login-sdk-config-example{margin-top:0;gap:12px;padding:20px 22px;border-radius:18px}.ad-workflow-notice .login-sdk-config-example__label{gap:8px}.ad-workflow-notice .login-sdk-config-example__value{margin:0}.ad-workflow-notice--success{border-color:#b7ebc6;background:#edfdf1;color:#166534}.ad-workflow-notice--highlight{border-color:#eadbff;background:#f7f1ff;color:#6d28d9}.ad-workflow-notice--danger{border-color:#fecaca;background:#fff1f2;color:#b42318}.ad-workflow-notice__panel{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:18px 20px;border:1px solid #eadbff;border-radius:14px;background:#fff}.ad-workflow-notice__panel-content{min-width:0}.ad-workflow-notice__panel-content strong{display:block;color:#5b21b6}.ad-workflow-notice__panel-content p{margin:6px 0 0}.ad-workflow-notice__panel-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.ad-workflow-section .workflow-card{position:relative;justify-items:center;max-width:620px;min-height:208px;margin-top:8px;padding:42px 28px 34px;border:1px solid #e7eef9;border-radius:14px;background:#fcfdff;text-align:center}.ad-workflow-section .workflow-card--checking{max-width:none;min-height:274px;margin-top:0;padding:72px 24px;border-top:1px solid #dbe5f3;border-right:0;border-bottom:1px solid #dbe5f3;border-left:0;border-radius:0;background:#fff}.ad-workflow-section .workflow-card--waiting{max-width:none;min-height:264px;margin-top:0;padding:64px 24px;border:1px solid #e7eef9;border-radius:20px;background:#fff}.ad-workflow-section .workflow-card--with-side-actions{padding-right:112px}.ad-workflow-section .workflow-card__side-actions{position:absolute;top:22px;right:22px;display:flex;flex-direction:column;gap:10px}.ad-workflow-section .workflow-card__hero{display:inline-grid;place-items:center;width:72px;height:72px;color:#5b95ff}.ad-workflow-section .workflow-card--checking .workflow-card__hero{width:92px;height:92px;color:#9b4dff}.ad-workflow-section .workflow-card--waiting .workflow-card__hero{width:96px;height:96px;color:#7ea8f5}.ad-workflow-section .workflow-card h3{margin:0;color:#101828;font-size:16px;font-weight:700}.ad-workflow-section .workflow-card--checking h3,.ad-workflow-section .workflow-card--waiting h3{font-size:18px;font-weight:800}.ad-workflow-section .workflow-card p{max-width:360px;color:#98a2b3;font-size:13px;line-height:1.6}.ad-workflow-section .workflow-card__status-line{color:#9333ea;font-size:14px;font-weight:800}.ad-workflow-section .workflow-card__detail-panel{display:grid;place-items:center;margin-top:6px}.app-auth-workflow-section .workflow-steps{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:22px 16px 10px}.app-auth-workflow-section .workflow-steps:before{content:"";position:absolute;top:38px;right:calc(16.666% + 16px);left:calc(16.666% + 16px);height:2px;border-radius:999px;background:#bfd3ff}.app-auth-workflow-section .workflow-step{position:relative;z-index:1;align-items:center;gap:14px;text-align:center}.app-auth-workflow-section .workflow-step__marker-row{width:auto;justify-content:center}.app-auth-workflow-section .workflow-step__line{display:none}.app-auth-workflow-section .workflow-step__marker-row>span{width:36px;height:36px;border:2px solid #d7e4ff;background:#fff;color:#2f63d7;font-size:15px;font-weight:850;box-shadow:0 0 0 8px #fff}.app-auth-workflow-section .workflow-step--done .workflow-step__marker-row>span{border-color:#3268e8;background:#3268e8;color:#fff;box-shadow:0 0 0 8px #fff}.app-auth-workflow-section .workflow-step--active .workflow-step__marker-row>span{border-color:#d7e4ff;background:#fff;color:#2f63d7;box-shadow:0 0 0 8px #f2f6ff}.app-auth-workflow-section .workflow-step strong{color:#101828;font-size:15px;line-height:1.35;font-weight:850}.app-auth-workflow-section .workflow-step--active strong{color:#2563eb}.app-auth-complete-page{display:grid;gap:28px;padding:8px 0 0}.app-auth-complete-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;width:min(100%,860px);margin:0 auto;padding:8px 0 2px}.app-auth-complete-step{position:relative;display:grid;justify-items:center;gap:12px;color:#101828;text-align:center}.app-auth-complete-step__marker{position:relative;z-index:1;display:inline-grid;place-items:center;width:38px;height:38px;border-radius:999px;color:#fff;background:#3268e8;box-shadow:0 0 0 8px #fff}.app-auth-complete-step__line{position:absolute;top:18px;left:calc(50% + 28px);width:calc(100% - 56px);height:2px;border-radius:999px;background:#3268e8}.app-auth-complete-step strong{font-size:15px;line-height:1.35;font-weight:850}.app-auth-complete-card{display:grid;justify-items:center;gap:18px;min-height:430px;padding:66px 48px 56px;border:1px solid #e7eef9;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b;text-align:center}.app-auth-complete-card__icon{display:inline-grid;place-items:center;width:86px;height:86px;border-radius:999px;color:#fff;background:#18a058;box-shadow:0 14px 30px #12a1502e}.app-auth-complete-card h1{margin:2px 0 0;color:#101828;font-size:24px;line-height:1.25;font-weight:850;letter-spacing:0}.app-auth-complete-card__status{display:inline-flex;align-items:center;min-height:32px;padding:0 14px;border:1px solid #bfe8d2;border-radius:999px;color:#0f8f63;background:#e8f8ef;font-size:13px;font-weight:800}.app-auth-complete-card p{max-width:560px;margin:0;color:#667085;font-size:14px;line-height:1.75}.app-auth-complete-card__actions{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:10px}.app-auth-complete-card__button{min-width:132px;min-height:42px;border-radius:8px;font-weight:700}.app-auth-complete-card__button:hover:not(:disabled){transform:translateY(-1px)}.app-auth-complete-card__button.button--secondary:hover:not(:disabled){border-color:#b9c7dd;background:#f8fbff}.app-auth-complete-card__button:active:not(:disabled){transform:translateY(0)}.app-auth-workflow-section .workflow-card--checking{min-height:392px;padding:72px 32px 56px;border:1px solid #e7eef9;border-radius:18px;background:#fff}.app-auth-workflow-section .workflow-card--checking p{max-width:640px;color:#667085;font-size:14px;line-height:1.8}.app-auth-validation-path{display:grid;gap:8px;min-width:min(100%,300px);padding:14px 18px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;color:#667085;text-align:left}.app-auth-validation-path strong{color:#667085;font-size:12px;font-weight:700}.app-auth-validation-path code{display:block;padding:8px 10px;border-radius:6px;background:#faf5ff;color:#7e22ce;overflow-wrap:anywhere;font-size:13px;font-weight:800}.app-auth-flow-hero{display:flex;align-items:center;gap:16px;min-height:104px;padding:22px 26px;border:1px solid #e1e8f1;border-radius:8px;background:linear-gradient(135deg,#fff,#f8fbff 62%,#f3fff9);box-shadow:0 12px 30px #0f172a0b}.app-auth-flow-hero__icon{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:8px;color:#2f63d7;background:#e9f1ff;flex:0 0 auto}.app-auth-flow-hero h1{margin:0;color:#101828;font-size:32px;line-height:1.15;font-weight:900;letter-spacing:0}.app-auth-flow-hero p{margin:6px 0 0;color:#667085;font-size:14px;line-height:1.6}.app-auth-complete-page{gap:34px}.app-auth-complete-steps{width:min(100%,1160px);padding:6px 10px 0}.app-auth-complete-step{color:#9aa3b2}.app-auth-complete-step__marker{width:48px;height:48px;border:3px solid #e1e6ee;color:#98a2b3;background:#fff;box-shadow:0 0 0 8px #f5f8fc;font-size:20px;font-weight:850}.app-auth-complete-step__line{top:23px;left:calc(50% + 76px);width:calc(100% - 152px);background:#e1e6ee}.app-auth-complete-step--done .app-auth-complete-step__marker,.app-auth-complete-step--active .app-auth-complete-step__marker{border-color:#2f6bed;color:#fff;background:#2f6bed;box-shadow:0 8px 18px #2f6bed2e}.app-auth-complete-step--active .app-auth-complete-step__marker{color:#2f6bed;background:#fff;box-shadow:0 0 0 8px #edf4ff}.app-auth-complete-step--done .app-auth-complete-step__line,.app-auth-complete-step--active .app-auth-complete-step__line{background:#2f6bed}.app-auth-complete-step--done strong,.app-auth-complete-step--active strong{color:#101828}.app-auth-complete-step--active strong{color:#2f63d7}.app-auth-submit-card,.app-auth-status-panel,.app-auth-complete-card,.app-auth-submit-footer{border:1px solid #e1e8f1;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b}.app-auth-submit-card{display:grid;gap:28px;padding:72px 48px 58px}.app-auth-card__header{display:grid;justify-items:center;gap:14px;text-align:center}.app-auth-card__header h2,.app-auth-status-panel h2,.app-auth-submit-card--prerequisite h2{margin:0;color:#101828;font-size:30px;line-height:1.24;font-weight:900;letter-spacing:0}.app-auth-card__header p{max-width:880px;margin:0;color:#53627a;font-size:17px;line-height:1.65}.app-auth-warning-box{display:grid;gap:12px;width:min(100%,920px);margin:0 auto;padding:22px 24px;border:1px solid #ffc277;border-radius:8px;color:#bf3b13;background:#fff8ed}.app-auth-warning-box__title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:900}.app-auth-warning-box p,.app-auth-warning-box ul{margin:0;font-size:15px;line-height:1.8}.app-auth-warning-box ul{padding-left:52px}.app-auth-submit-form{display:grid;gap:24px}.app-auth-submit-form__field{display:grid;gap:12px}.app-auth-submit-form__field>span{color:#101828;font-size:18px;font-weight:900}.app-auth-submit-form__field>span:before{content:"* ";color:#ff4d4f}.app-auth-submit-form__field input{width:100%;min-height:58px;padding:0 18px;border:1px solid #d5deeb;border-radius:8px;color:#101828;background:#fff;font-size:18px;font-weight:700}.app-auth-submit-form__field input::placeholder{color:#a5afbf;font-weight:600}.app-auth-url-guide{display:grid;gap:24px;padding:28px;border:1px solid #d5e8ff;border-radius:8px;color:#1d4ed8;background:#eef6ff}.app-auth-url-guide>p{margin:0;color:#1d4ed8;font-size:17px;font-weight:800}.app-auth-url-guide__row{display:grid;grid-template-columns:26px minmax(0,1fr);gap:14px;align-items:start}.app-auth-url-guide__row strong,.app-auth-url-guide__row code{display:block}.app-auth-url-guide__row strong{margin-bottom:8px;font-size:16px;font-weight:900}.app-auth-url-guide__row code{width:fit-content;margin:8px 0 0;font-size:17px;font-weight:800}.app-auth-url-guide__row--success{color:#00875a}.app-auth-url-guide__row--danger{color:#e11d24}.app-auth-url-guide__row--danger code{text-decoration:line-through}.app-auth-submit-form__button,.app-auth-deploy-submit{justify-self:center;min-width:260px;min-height:58px;border-radius:8px;font-size:18px;font-weight:850}.app-auth-status-panel{display:grid;justify-items:center;gap:20px;min-height:460px;padding:54px 48px 48px;text-align:center}.app-auth-status-panel__symbol{color:#3b82f6}.app-auth-status-panel--validating .app-auth-status-panel__symbol{color:#9b3ff2}.app-auth-status-panel>strong{color:#2563eb;font-size:19px;font-weight:900}.app-auth-status-panel--validating>strong{color:#9333ea}.app-auth-status-panel p{max-width:860px;margin:0;color:#53627a;font-size:18px;line-height:1.65}.app-auth-submitted-url,.app-auth-validation-address{display:grid;gap:10px;min-width:280px;padding:22px 26px;border:1px solid #dce4ef;border-radius:8px;background:#fff;box-shadow:0 10px 22px #0f172a14;text-align:left}.app-auth-submitted-url span,.app-auth-validation-address span{color:#667085;font-size:16px;font-weight:900}.app-auth-submitted-url code,.app-auth-validation-address code{display:block;padding:10px 14px;border:1px solid #cfe0ff;border-radius:6px;color:#1d4ed8;background:#edf5ff;font-size:18px;font-weight:900;overflow-wrap:anywhere}.app-auth-status-panel--validating .app-auth-validation-address code{border-color:#eadbff;color:#7e22ce;background:#faf5ff}.app-auth-status-note{max-width:920px;padding:22px 28px;border:1px solid #dce4ef;border-radius:8px;color:#667085;background:#fff;font-size:17px;line-height:1.7}.app-auth-deploy-card{display:grid;gap:28px;padding:42px;border:1px solid #eadbff;border-radius:8px;color:#6b21a8;background:#fbf5ff;box-shadow:0 12px 30px #7e22ce0f}.app-auth-deploy-card__header{display:flex;align-items:center;gap:16px;padding-bottom:24px;border-bottom:1px solid #eadbff}.app-auth-deploy-card__header h2{margin:0;color:#581c87;font-size:26px;font-weight:900}.app-auth-deploy-card>p{margin:0;color:#6b21a8;font-size:17px;line-height:1.7}.app-auth-download-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:104px;padding:22px 28px;border:1px solid #eadbff;border-radius:8px;background:#fff;box-shadow:0 8px 18px #7e22ce14}.app-auth-download-row code{color:#581c87;font-size:18px;font-weight:900}.app-auth-deploy-button,.app-auth-deploy-submit{background:linear-gradient(135deg,#8b3ff2,#a431e8)}.app-auth-deploy-button{min-width:188px;min-height:50px;border-radius:8px;font-size:16px;font-weight:850}.app-auth-deploy-example{display:grid;gap:14px;padding:24px;border:1px solid #eadbff;border-radius:8px;background:#ffffffb8}.app-auth-deploy-example strong{display:inline-flex;align-items:center;gap:8px;color:#7e22ce;font-size:16px;font-weight:900}.app-auth-deploy-example p{margin:0;color:#6b21a8;font-size:16px;line-height:1.7}.app-auth-deploy-example code{width:fit-content;max-width:100%;padding:4px 8px;border-radius:6px;color:#581c87;background:#f0ddff;font-size:16px;font-weight:900;overflow-wrap:anywhere}.app-auth-warning-box--deploy{width:100%;margin:0}.app-auth-submit-footer{display:grid;place-items:center;min-height:124px;padding:24px}.app-auth-submit-card--prerequisite{justify-items:center;text-align:center}.app-auth-submit-card--prerequisite>svg{color:#2f63d7}.app-auth-submit-card--prerequisite p{max-width:620px;margin:0;color:#667085;font-size:16px;line-height:1.7}.app-auth-confirm-dialog .confirm-dialog__card{width:min(100%,720px);gap:28px;padding:52px 56px 48px;border-radius:22px}.app-auth-confirm-dialog .confirm-dialog__icon{width:76px;height:76px}.app-auth-confirm-dialog--submit .confirm-dialog__icon{color:#2f63d7;background:#eef4ff}.app-auth-confirm-dialog--validate .confirm-dialog__icon{color:#9333ea;background:#faf5ff}.app-auth-confirm-dialog .confirm-dialog__content h2{font-size:30px;font-weight:900}.app-auth-confirm-dialog .confirm-dialog__content p{font-size:19px;line-height:1.7}.app-auth-confirm-dialog .confirm-dialog__highlight{width:100%;min-height:66px;border-color:#d6e7ff;border-radius:8px;color:#1d4ed8;background:#eef6ff;font-size:18px}.app-auth-confirm-dialog--validate .confirm-dialog__highlight{border-color:#eadbff;color:#7e22ce;background:#fbf5ff}.app-auth-confirm-dialog .confirm-dialog__highlight code{font-size:18px;font-weight:900}.app-auth-confirm-dialog .confirm-dialog__action{min-height:58px;border-radius:8px;font-size:19px;font-weight:850}.app-auth-confirm-dialog--submit .confirm-dialog__action--primary{background:#2f63d7;box-shadow:0 14px 28px #2f63d73d}.app-auth-confirm-dialog--submit .confirm-dialog__action--primary:hover:not(:disabled){background:#2454c5}.ad-workflow-section .workflow-card>.button{min-width:164px;min-height:40px;border-radius:10px}.ad-workflow-section .result-card{width:min(100%,520px);background:#f8fbff}.ad-workflow-button--danger{border-color:#fecaca;background:#fff1f2;color:#d92d20}.ad-workflow-button--danger:hover:not(:disabled){border-color:#fda4af;background:#ffe4e6}.ad-workflow-section .helper-text{text-align:center}@media (max-width: 900px){.ad-workflow-section .workflow-card--with-side-actions{padding-right:28px;padding-top:96px}.ad-workflow-section .workflow-card__side-actions{top:20px;right:20px;flex-direction:row}}.sdk-page--expanded-ad .ad-workflow-section{display:none}.project-info-page,.appkey-page,.domain-apply-page,.sdk-page{width:min(100%,1605px)}.project-info-page__header,.appkey-page__header,.sdk-hero,.login-sdk-hero,.document-sdk-hero{min-height:132px;border-radius:8px;background:linear-gradient(135deg,#fffffffc,#f7fafff5 62%,#edf9f6f0);box-shadow:0 16px 38px #0f172a11}.project-info-page__panel,.appkey-page__panel,.sdk-card,.sdk-intro-card,.login-sdk-intro-card,.appkey-route-card,.domain-apply-option,.domain-apply-notice,.project-info-page .content-panel,.appkey-page .content-panel,.domain-apply-page .content-panel,.sdk-page .content-panel{border-radius:8px;box-shadow:0 12px 30px #0f172a0b}.sdk-completion-flag{min-height:88px;padding:18px 22px;border-color:#e1e8f1;border-radius:8px;background:#fffffff7;box-shadow:0 12px 30px #0f172a0b}.sdk-completion-flag--completed{border-color:#bfe8d2;background:linear-gradient(180deg,#fff,#f5fcf8)}.sdk-completion-flag__main{min-width:0;gap:14px}.sdk-completion-flag__main>div{min-width:0}.sdk-completion-flag__icon{width:42px;height:42px;border-radius:8px;color:#667085;background:#f1f4f8;flex:0 0 auto}.sdk-completion-flag--completed .sdk-completion-flag__icon{color:#0f8f63;background:#e8f8ef}.sdk-completion-flag h2{color:#101828;font-size:18px;line-height:1.3;font-weight:850}.sdk-completion-flag p{margin-top:4px;color:#667085;font-size:13px;line-height:1.55}.sdk-completion-flag--completed h2,.sdk-completion-flag--completed p{color:#101828}.sdk-completion-flag--completed .sdk-completion-toggle strong{color:#0f8f63}.storage-sdk-notice{display:grid;grid-template-columns:28px minmax(0,1fr);gap:18px;align-items:start;min-height:118px;padding:34px 36px;border:1px solid #cfe0ff;border-radius:8px;color:#1d4ed8;background:#eef6ff;box-shadow:0 12px 30px #2f63d70b}.storage-sdk-notice svg{margin-top:2px;color:#2563eb}.storage-sdk-notice p{margin:0;color:#1d4ed8;font-size:20px;line-height:1.65;font-weight:500}.sdk-completion-toggle{gap:12px;color:#667085;font-size:14px;font-weight:850}.sdk-completion-toggle .appkey-switch__track{width:48px;height:28px;background:#d6dde8}.sdk-completion-toggle .appkey-switch__thumb{width:22px;height:22px}.sdk-completion-toggle.appkey-switch--enabled .appkey-switch__track{background:#12a150}.sdk-completion-toggle.appkey-switch--enabled .appkey-switch__thumb{transform:translate(20px)}.login-sdk-intro-card,.sdk-card{padding:20px}.login-sdk-config-notice,.login-sdk-config-fields,.content-panel--nested{border-radius:8px}.appkey-page__panel{padding:18px;background:#f8fbff}.appkey-alert{min-height:58px;padding:14px 18px;border-color:#f2dfb0;border-radius:8px;background:#fff9e8}.appkey-route-card{gap:18px;padding:18px;border-color:#dde6f2;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b}.appkey-route-card--business{background:linear-gradient(180deg,#fff,#fbfdff)}.appkey-route-card--sandbox{background:linear-gradient(180deg,#fff,#fffdf8)}.appkey-route-card__header{align-items:center;padding-bottom:16px;border-bottom:1px solid #edf2f7}.appkey-route-card__title-group{gap:10px;min-width:0}.appkey-route-card__eyebrow{display:flex;flex-wrap:wrap;gap:8px}.appkey-route-card__pill,.appkey-route-card__state{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:850}.appkey-route-card__pill{color:#2f63d7;background:#e9f1ff}.appkey-route-card__state{color:#667085;background:#f1f4f8}.appkey-route-card__state--ready{color:#0f8f63;background:#e8f8ef}.appkey-route-card__heading{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.appkey-route-card__heading h2{margin:0;color:#101828;font-size:20px;line-height:1.25;font-weight:900}.appkey-route-card__heading p{margin:4px 0 0;max-width:760px;color:#667085;font-size:13px;line-height:1.55}.appkey-route-card__icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:8px;color:#2f63d7;background:#eef4ff}.appkey-route-card--sandbox .appkey-route-card__icon,.appkey-route-card--sandbox .appkey-route-card__pill{color:#b86914;background:#fff4df}.appkey-credential-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.appkey-field-group{min-width:0;padding:14px;border:1px solid #e6edf6;border-radius:8px;background:#fff}.appkey-field-label{color:#52637c;font-size:12px;font-weight:850}.appkey-key-row{gap:10px}.appkey-control{min-height:42px;border-color:#dfe7f2;border-radius:8px;color:#24344d;font-size:13px}.appkey-page__inline-action{min-width:92px;min-height:38px;border-radius:8px;font-size:13px;transition:box-shadow .16s ease,border-color .16s ease,background .16s ease}.appkey-page__inline-action:hover:not(:disabled){box-shadow:0 10px 22px #0f172a14}.appkey-ops-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:14px}.appkey-section--nested{padding:14px;border:1px solid #e6edf6;border-radius:8px;background:#fff}.appkey-section--status{align-content:start}.appkey-section__header{padding-bottom:10px}.appkey-section__title-row h2{font-size:15px;font-weight:900}.appkey-section__icon{color:#2f63d7}.appkey-control--textarea{min-height:112px;resize:vertical}.appkey-status-row{justify-content:flex-start;gap:12px;min-height:42px;padding:0 2px}.appkey-status-row__label{color:#344054;font-weight:800}.appkey-section__hint{color:#667085;font-size:12px;line-height:1.6}.appkey-page__panel{padding:0;border:none;background:transparent;box-shadow:none}.appkey-route-list{gap:16px}.appkey-route-card{gap:0;padding:22px 24px;border:1px solid #dfe4ec;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0b}.appkey-route-card--business,.appkey-route-card--sandbox{background:#fff}.appkey-route-card__header{align-items:center;padding-bottom:16px;border-bottom:1px solid #edf0f4}.appkey-route-card__actions{justify-content:flex-end}.appkey-route-card__actions .appkey-page__inline-action{min-height:38px;padding:0 14px;border-color:#dbe7ff;border-radius:8px;color:#52637c;background:#fff;font-size:13px;font-weight:750;box-shadow:none}.appkey-route-card__actions .appkey-page__inline-action svg{width:16px;height:16px}.appkey-route-card__actions .appkey-page__inline-action:hover:not(:disabled){border-color:#b9d0ff;color:#3268e8;background:#f7fbff;box-shadow:0 12px 26px #3268e814}.appkey-section{gap:14px;padding:20px 0}.appkey-route-card>.appkey-section:last-child{padding-bottom:0}.appkey-route-card>.appkey-section+.appkey-section{border-top:1px solid #edf0f4}.appkey-section__header{padding-bottom:10px;border-bottom:1px solid #edf0f4}.appkey-section__title-row,.appkey-section__title-row--main{gap:10px}.appkey-section__title-row h2{color:#111827;font-size:16px;line-height:1.25;font-weight:900}.appkey-section__title-row--main h2{font-size:16px}.appkey-section__icon{width:22px;height:22px;color:#2f6bed}.appkey-credential-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.appkey-field-group{display:grid;gap:8px;min-width:0;padding:12px;border:1px solid #e6edf6;border-radius:8px;background:#fff}.appkey-field-label{color:#52637c;font-size:12px;line-height:1.35;font-weight:850}.appkey-field-label:first-letter{letter-spacing:0}.appkey-key-row{display:flex;align-items:center;gap:8px;width:100%}.appkey-key-row .appkey-control{min-width:0;flex:1 1 auto;padding-right:14px}.appkey-key-row .appkey-page__inline-action{display:grid;place-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;border:1px solid #dbe7ff;border-radius:8px;color:#98a2b3;background:#f8fbff;box-shadow:none}.appkey-key-row .appkey-page__inline-action:hover:not(:disabled){color:#3268e8;background:#eef4ff;box-shadow:none}.appkey-key-row .appkey-page__inline-action svg{width:16px;height:16px}.appkey-control{min-height:42px;border-color:#cfd7e3;border-radius:8px;color:#344054;background:#f8fafc;font-size:13px;line-height:1.45}.appkey-control:disabled{color:#344054;background:#f8fafc;-webkit-text-fill-color:#344054}.appkey-control--textarea{width:100%;min-height:96px;padding:12px 14px;background:#f3f5f8;color:#667085;font-size:13px;line-height:1.55}.appkey-whitelist-examples{display:grid;gap:10px;padding-top:10px;border-top:1px solid #edf0f4}.appkey-whitelist-examples strong{color:#344054;font-size:13px;font-weight:900}.appkey-whitelist-examples__chips{display:flex;flex-wrap:wrap;gap:8px}.appkey-whitelist-examples__chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:6px;color:#52637c;background:#f2f4f7;font-size:12px;font-weight:650}.appkey-section__hint{width:100%;padding:10px 12px;border:1px solid #edf0f4;border-radius:8px;color:#667085;background:#f8fafc;font-size:12px;line-height:1.6}.appkey-section__hint--warning{color:#667085}.appkey-section--status{gap:14px}.appkey-status-row{gap:12px;min-height:38px;padding:0}.appkey-status-row__label{color:#344054;font-size:13px;line-height:1.25;font-weight:800}.appkey-route-card .appkey-switch__track{width:48px;height:28px;padding:3px;background:#d6dde8}.appkey-route-card .appkey-switch__thumb{width:22px;height:22px}.appkey-route-card .appkey-switch--enabled .appkey-switch__track{background:#4f7fed}.appkey-route-card .appkey-switch--enabled .appkey-switch__thumb{transform:translate(20px)}.appkey-section--status .appkey-section__hint{margin-left:60px;padding:0;border:none;background:transparent}.project-info-page__panel{padding:14px;background:#f8fbff}.project-info-page .project-info-page__header{min-height:116px}.project-info-form{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:14px;align-items:start}.project-info-section{gap:12px;min-width:0;padding:14px;border:1px solid #dde6f2;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b}.project-info-section__header{padding-bottom:10px;border-bottom-color:#edf2f7}.project-info-section__title-row h2{color:#101828;font-size:18px;font-weight:900}.project-info-section__note{color:#667085;font-size:12px;line-height:1.5}.project-info-form__grid{gap:12px}.project-info-form-field{min-width:0;gap:6px}.project-info-label{color:#52637c;font-size:12px;font-weight:850}.project-info-control{min-height:40px;border-color:#dfe7f2;border-radius:8px;color:#24344d;font-size:13px}.project-info-control:disabled{color:#344054;background:#f8fafc;-webkit-text-fill-color:#344054}.project-info-control--textarea{min-height:82px}.asset-grid--project-info{gap:16px}.asset-card{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:16px;min-height:0;padding:16px;border-color:#e6edf6;border-radius:8px;box-shadow:none}.asset-card__details{grid-column:1 / -1;gap:10px;min-width:0}.asset-card__header h3{color:#101828;font-size:15px;line-height:1.35;font-weight:900}.asset-card__meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.asset-card__meta-grid p{color:#5f6f86;font-size:12px;line-height:1.5}.asset-card__uploads{grid-column:1 / -1;width:100%;min-width:0;flex:none;justify-content:flex-start;gap:12px}.asset-upload-tile{border-width:1px}.asset-upload-tile--square{width:116px;height:116px}.asset-upload-tile--wide{width:224px;height:112px}.asset-upload-tile--portrait{width:76px;min-height:136px}.asset-upload-tile--landscape{width:156px}.asset-upload-tile__placeholder{gap:8px;padding:12px}.asset-upload-tile__placeholder span{font-size:11px;line-height:1.45}.asset-card>.muted-copy{margin:-6px 0 0;color:#98a2b3;font-size:12px}.sdk-card--document{overflow:hidden;padding:0;border-color:#dde6f2;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b}.sdk-document-header{display:flex;align-items:center;gap:10px;min-height:64px;padding:0 24px;border-bottom:1px solid #edf2f7;color:#344054;background:#fff}.sdk-document-header h2{margin:0;color:#344054;font-size:18px;line-height:1.35;font-weight:900;letter-spacing:0}.sdk-card--document .sdk-card__heading,.sdk-card--document .section-heading{align-items:center;min-height:42px;margin:0 0 14px;padding:0 0 12px;border-bottom:1px solid #edf2f7}.sdk-card--document .sdk-card__title-row h2,.sdk-card--document .section-heading h2{color:#101828;font-size:18px;line-height:1.35;font-weight:900}.sdk-card--document .sdk-search{min-width:320px;min-height:38px;border-color:#dfe7f2;border-radius:8px;background:#f8fbff}.sdk-card--document .sdk-document-search{width:calc(100% - 36px);margin:18px 18px 0}.sdk-card--document .sdk-search:focus-within{border-color:#2f63d7;box-shadow:0 0 0 3px #2f63d71f}.sdk-card--document .markdown-card,.sdk-document-card__markdown{margin:18px;padding:18px;border:1px solid #edf2f7;border-radius:8px;background:#fff}.sdk-card--document .markdown-card h1{color:#101828;font-size:24px;line-height:1.25;font-weight:900}.sdk-card--document .markdown-card h2{color:#101828;font-size:19px;line-height:1.35;font-weight:900}.sdk-card--document .markdown-card h3{color:#1d2939;font-size:16px;line-height:1.4;font-weight:850}.sdk-card--document .markdown-card h1,.sdk-card--document .markdown-card h2,.sdk-card--document .markdown-card h3{margin-top:20px;margin-bottom:10px}.sdk-card--document .markdown-card p,.sdk-card--document .markdown-card li{color:#52637c;font-size:13px;line-height:1.75}.sdk-card--document .markdown-card ul,.sdk-card--document .markdown-card ol{padding-left:20px}.sdk-card--document .markdown-card code{border-radius:6px;background:#eef4ff;color:#2454c5}.sdk-card--document .markdown-card .markdown-code-shell{border-color:#dfe7f2;border-radius:8px;box-shadow:0 10px 24px #0f172a0e}.sdk-card--document .markdown-card .markdown-code-shell__header{min-height:38px;padding:0 10px;background:#f8fbff}.sdk-card--document .markdown-card .markdown-code-shell__copy{min-height:30px;border-radius:8px;font-weight:850}.sdk-card--document .markdown-card .markdown-code-shell__copy:hover{border-color:#cdd8e8;background:#eef4ff}.sdk-card--document .markdown-card .markdown-code-block{font-size:12px;line-height:1.65}.sdk-config-page__card{display:grid;grid-template-columns:minmax(340px,.52fr) minmax(0,1fr);gap:16px;align-items:start;padding:18px;border-color:#dde6f2;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b}.sdk-config-page__card .login-sdk-intro-card__header{padding:16px;border:1px solid #e6edf6;border-radius:8px;background:linear-gradient(180deg,#fff,#f8fbff)}.sdk-config-page__card .login-sdk-intro-card__title-row{gap:10px}.sdk-config-page__card .login-sdk-intro-card__title-row strong{color:#101828;font-size:18px;line-height:1.35;font-weight:900}.sdk-config-page__card .login-sdk-intro-card__header p{margin-top:8px;color:#52637c;font-size:13px;line-height:1.65}.sdk-config-page__card .login-sdk-intro-card__icon{width:34px;height:34px;border-radius:8px;color:#2f63d7;background:#eef4ff}.sdk-config-page__card .login-sdk-config-notice{display:grid;align-content:start;gap:12px;padding:16px;border-color:#dbe7ff;border-radius:8px;background:#f4f8ff}.sdk-config-page__card .login-sdk-config-notice p{color:#31508d;font-size:13px;line-height:1.65}.sdk-config-page__card .login-sdk-config-example{padding:12px;border-color:#dbe7ff;border-radius:8px;background:#fff}.sdk-config-page__card .login-sdk-config-example__label{color:#2f63d7;font-size:12px;font-weight:900}.sdk-config-page__card .login-sdk-config-example__value{color:#344054;font-size:13px;line-height:1.6}.sdk-config-page__card .login-sdk-config-form{grid-column:2;grid-row:1 / span 2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;align-self:start;align-content:start;gap:14px;min-width:0;padding:18px;border:1px solid #e6edf6;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff)}.sdk-config-page__card .login-sdk-config-fields{min-width:0;padding:0;border:none;background:transparent;box-shadow:none}.sdk-config-page__card .project-info-form-field,.sdk-config-page__card .project-info-field{margin-top:0}.sdk-config-page__card .project-info-label,.sdk-config-page__card .project-info-field__label{color:#52637c;font-size:12px;font-weight:850}.sdk-config-page__card .field__control,.sdk-config-page__card .project-info-control{min-height:42px;border-color:#dfe7f2;border-radius:8px;background:#fff}.sdk-config-page__card .project-info-control--textarea{min-height:96px}.sdk-config-page__card .login-sdk-config-actions{display:flex;justify-content:flex-end;align-items:flex-end}.sdk-config-page__card .login-sdk-config-actions .button{min-width:138px;min-height:42px;border-radius:8px}.sdk-config-page__card .login-sdk-config-fields:has(textarea),.sdk-config-page__card .login-sdk-config-fields:has(textarea)+.login-sdk-config-actions{grid-column:1 / -1}.sdk-page--payment .sdk-config-page__card .login-sdk-intro-card__icon{color:#0f8f63;background:#e8f8ef}.sdk-page--standard .sdk-config-page__card .login-sdk-intro-card__icon{color:#2f63d7;background:#eef4ff}.task-sdk-notice{display:grid;grid-template-columns:28px minmax(0,1fr);gap:16px;align-items:start;padding:22px 24px;border:1px solid #cfe0ff;border-radius:8px;background:#eef6ff}.task-sdk-notice svg{margin-top:2px;color:#2563eb}.task-sdk-notice p{margin:0;color:#1d4ed8;font-size:16px;line-height:1.8;font-weight:650}.task-sdk-goal-card{display:grid;gap:18px;padding:24px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 16px 38px #0f172a0e}.task-sdk-goal-card__header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.task-sdk-goal-card__header h2{margin:0;color:#101828;font-size:20px;line-height:1.35;font-weight:900}.task-sdk-goal-card__header p{max-width:760px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.7}.task-sdk-goal-card__counter{flex:0 0 auto;color:#94a3b8;font-size:13px;line-height:1.4;font-weight:800}.task-sdk-goal-card__input{width:100%;min-height:52px;padding:0 16px;border:1px solid #d7e0ec;border-radius:8px;color:#172033;background:#fff;font-size:15px;line-height:1.4;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.task-sdk-goal-card__input:focus{border-color:#3268e8;box-shadow:0 0 0 3px #3268e81f}.task-sdk-goal-card__input:disabled{color:#344054;background:#f8fafc;cursor:default}.task-sdk-goal-card__input::placeholder{color:#a3afbf}.task-sdk-goal-card__divider{height:1px;background:#edf2f7}.task-sdk-goal-card__examples{display:flex;flex-wrap:wrap;gap:10px}.task-sdk-goal-card__chip{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid #dbe7ff;border-radius:999px;color:#31508d;background:#f6f9ff;font-size:13px;font-weight:750}.task-sdk-goal-card__hint{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;padding:14px 16px;border:1px solid #e6edf6;border-radius:8px;background:#f8fbff}.task-sdk-goal-card__hint svg{margin-top:1px;color:#f59e0b}.task-sdk-goal-card__hint p{margin:0;color:#52637c;font-size:13px;line-height:1.65}.task-sdk-goal-card__actions{display:flex;justify-content:flex-end;gap:12px}.task-sdk-goal-card__actions .button{min-width:126px;min-height:42px;border-radius:8px}.task-sdk-goal-card__actions .button--secondary:hover:not(:disabled){border-color:#b9c7dd;background:#f8fbff}.task-sdk-goal-card__actions .button:active:not(:disabled){transform:translateY(1px)}.tournament-sdk-panel{display:grid;gap:20px;padding:28px 32px;border:1px solid #bfdbfe;border-radius:8px;background:#fff;box-shadow:0 12px 28px #0f172a0a}.tournament-sdk-panel__header{display:grid;gap:10px}.tournament-sdk-panel__title-row{display:flex;align-items:center;gap:10px}.tournament-sdk-panel__title-row svg{color:#2563eb}.tournament-sdk-panel__title-row h2{margin:0;color:#0f172a;font-size:22px;line-height:1.25;font-weight:900}.tournament-sdk-panel__header p{margin:0;color:#5b6679;font-size:15px;line-height:1.45;font-weight:650}.tournament-sdk-panel__divider{height:1px;background:#edf2f7}.tournament-sdk-notice{display:grid;grid-template-columns:24px minmax(0,1fr);gap:14px;align-items:start;padding:18px 20px;border:1px solid #cfe0ff;border-radius:8px;background:#eef6ff}.tournament-sdk-notice svg{margin-top:2px;color:#2563eb}.tournament-sdk-notice p{margin:0;color:#1d4ed8;font-size:15px;line-height:1.65;font-weight:750}.tournament-sdk-panel .sdk-completion-flag{min-height:108px;padding:24px 28px;border-color:#e2e8f0;border-radius:8px;box-shadow:0 8px 22px #0f172a0d}.tournament-sdk-panel .sdk-completion-flag__main{gap:18px}.tournament-sdk-panel .sdk-completion-flag__icon{width:52px;height:52px;color:#98a2b3;background:#f2f4f7}.tournament-sdk-panel .sdk-completion-flag--completed{border-color:#22c58b;background:#eafff5}.tournament-sdk-panel .sdk-completion-flag--completed .sdk-completion-flag__icon{color:#05a66b;background:#ccfbe6}.tournament-sdk-panel .sdk-completion-flag--completed .sdk-completion-flag__main strong,.tournament-sdk-panel .sdk-completion-flag--completed .sdk-completion-flag__main p,.tournament-sdk-panel .sdk-completion-flag--completed .sdk-completion-toggle strong{color:#006b4a}.tournament-sdk-panel .sdk-completion-flag__main strong{font-size:21px;line-height:1.25}.tournament-sdk-panel .sdk-completion-flag__main p{margin-top:6px;font-size:14px;line-height:1.45}.tournament-sdk-panel .sdk-completion-toggle strong{min-width:64px;color:#667085;font-size:18px}.tournament-sdk-rule-card{display:grid;gap:16px;padding:26px 28px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0a}.tournament-sdk-rule-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.tournament-sdk-rule-card__header h3{margin:0;color:#0f172a;font-size:20px;line-height:1.3;font-weight:900}.tournament-sdk-rule-card__header p{margin:6px 0 0;color:#667085;font-size:14px;line-height:1.45;font-weight:600}.tournament-sdk-rule-card__counter{flex:0 0 auto;color:#98a2b3;font-size:14px;line-height:1.4;font-weight:800}.tournament-sdk-rule-card__input{width:100%;min-height:48px;padding:0 16px;border:1px solid #d5deea;border-radius:8px;color:#172033;background:#fff;font-size:15px;line-height:1.4;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.tournament-sdk-rule-card__input:focus{border-color:#3268e8;box-shadow:0 0 0 3px #3268e81f}.tournament-sdk-rule-card__input:disabled{color:#344054;background:#f8fafc;cursor:default}.tournament-sdk-rule-card__input::placeholder{color:#a8b2c1}.tournament-sdk-rule-card__warning{display:flex;align-items:flex-start;gap:10px}.tournament-sdk-rule-card__warning svg{flex:0 0 auto;margin-top:2px;color:#fb923c}.tournament-sdk-rule-card__warning p{margin:0;color:#667085;font-size:13px;line-height:1.6}.tournament-sdk-rule-card__divider{height:1px;margin-top:4px;background:#edf2f7}.tournament-sdk-rule-card__examples{display:grid;gap:12px}.tournament-sdk-rule-card__examples strong{color:#344054;font-size:14px;font-weight:900}.tournament-sdk-rule-card__chips{display:flex;flex-wrap:wrap;gap:10px}.tournament-sdk-rule-card__chip{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:6px;color:#52637c;background:#f2f4f7;font-size:13px;font-weight:650}.tournament-sdk-rule-card__hint{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;margin-top:2px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.tournament-sdk-rule-card__hint svg{margin-top:1px;color:#f59e0b}.tournament-sdk-rule-card__hint p{margin:0;color:#667085;font-size:13px;line-height:1.65}.tournament-sdk-rule-card__actions{display:flex;justify-content:flex-start;padding-top:14px;border-top:1px solid #edf2f7}.tournament-sdk-rule-card__actions .button{min-width:128px;min-height:42px;border-radius:8px;font-size:14px;font-weight:800}.tournament-sdk-rule-card__actions .button:active:not(:disabled){transform:translateY(1px)}.medal-sdk-panel .tournament-sdk-rule-card__input:disabled{color:#667085;background:#f2f4f7}.medal-sdk-condition-hint{margin-top:0}.medal-sdk-panel__actions{display:flex;justify-content:flex-start;gap:12px;padding-top:18px;border-top:1px solid #edf2f7}.medal-sdk-panel__actions .button{min-width:128px;min-height:42px;border-radius:8px;font-size:14px;font-weight:800}.medal-sdk-panel__actions .button--secondary:hover:not(:disabled){border-color:#b9c7dd;background:#f8fbff}.medal-sdk-panel__actions .button:active:not(:disabled){transform:translateY(1px)}.module-test-panel,.module-identity-panel{padding:18px;border-color:#dde6f2;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0b}.module-test-panel .section-heading,.module-identity-panel .section-heading{align-items:center;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid #edf2f7}.module-test-panel .eyebrow,.module-identity-panel .eyebrow{color:#2f63d7;font-size:11px;letter-spacing:0;text-transform:none}.module-test-panel .section-heading h2,.module-identity-panel .section-heading h2{margin:4px 0 0;color:#101828;font-size:18px;line-height:1.35;font-weight:900}.module-test-panel__actions{justify-content:flex-start;gap:10px}.module-test-panel__action{min-width:128px;min-height:40px;border-radius:8px;font-size:13px;font-weight:850;transition:box-shadow .16s ease,border-color .16s ease,background .16s ease}.module-test-panel__action:hover:not(:disabled){box-shadow:0 10px 22px #0f172a14}.module-test-panel__hint{margin:14px 0 0;color:#667085;font-size:13px}.module-test-panel__result{margin-top:14px;padding:14px;border-color:#dfe7f2;border-radius:8px;background:#f8fbff;color:#24344d;font-size:12px;line-height:1.65}.module-identity-panel .sdk-identity-card{padding:14px;border-color:#e6edf6;border-radius:8px;background:#f8fbff}.module-identity-panel .identity-card__meta span{color:#52637c;font-size:13px;font-weight:800}.module-identity-panel .field__control{min-height:40px;border-color:#dfe7f2;border-radius:8px;background:#fff}.module-identity-panel .button{min-height:40px;border-radius:8px;font-size:13px;font-weight:850}.module-loading-field,.module-loading-info,.module-loading-asset-preview,.module-loading-code,.module-loading-doc-line,.module-loading-skeleton{position:relative;overflow:hidden;display:block;border-radius:8px;background:#eef3f8}.module-loading-field{min-height:68px}.module-loading-field--wide,.module-loading-field--textarea{grid-column:1 / -1}.module-loading-field--textarea{min-height:128px}.module-loading-asset-card{min-height:108px}.module-loading-asset-preview{width:168px;min-height:88px;flex:0 0 168px}.module-loading-info{min-height:96px}.module-loading-sdk-config-flag{margin-bottom:0}.module-loading-doc-line{height:16px;margin-bottom:12px}.module-loading-doc-line--short{width:62%}.module-loading-code{min-height:132px;margin-top:14px}.module-loading-skeleton--summary{width:min(420px,42vw);height:16px}.module-loading-skeleton--button{width:160px;height:42px}.module-loading-skeleton--pill{width:88px;height:26px;border-radius:999px}.module-loading-skeleton--section-title{width:168px;height:18px}.module-loading-skeleton--section-copy{width:240px;height:14px}.module-loading-skeleton--section-copy-wide{width:340px}.module-loading-skeleton--toggle{width:102px;height:28px;border-radius:999px}.module-loading-skeleton--search{width:220px;height:16px;background:transparent}.module-loading-skeleton--step-label{width:96px;height:14px}.module-loading-field:after,.module-loading-info:after,.module-loading-asset-preview:after,.module-loading-code:after,.module-loading-doc-line:after,.module-loading-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.62) 50%,transparent 100%);animation:module-loading-shimmer 1.4s ease-in-out infinite}@keyframes module-loading-shimmer{to{transform:translate(100%)}}.project-console-page{--console-ink: #111827;--console-text: #344054;--console-muted: #667085;--console-line: #e1e8f1;--console-surface: rgba(255, 255, 255, .96);--console-shadow: 0 16px 40px rgba(15, 23, 42, .07);width:min(100%,1605px);margin:0 auto;display:grid;gap:24px;align-content:start}.project-console-topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:56px;padding:0;background:#f5f7fbd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.project-console-breadcrumb{display:flex;align-items:center;gap:8px;min-width:0;color:#667085;font-size:13px;font-weight:650}.project-console-breadcrumb a{color:#52637c;text-decoration:none}.project-console-breadcrumb a:hover{color:#2f63d7}.project-console-breadcrumb strong{overflow:hidden;color:var(--console-ink);font-weight:850;text-overflow:ellipsis;white-space:nowrap}.project-console-topbar__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.project-console-topbar__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid #dfe7f2;border-radius:8px;color:#344054;background:#fff;font-size:13px;font-weight:750;box-shadow:0 8px 18px #0f172a0a;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.project-console-topbar__button:hover:not(:disabled){border-color:#cdd8e8;box-shadow:0 12px 24px #0f172a14}.project-console-topbar__button:active:not(:disabled){transform:translateY(0)}.project-console-topbar__button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none}.project-console-topbar__button--syncing svg{animation:list-state-spin .9s linear infinite}.project-console-back{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#52637c;font-size:14px;font-weight:650;text-decoration:none}.project-console-back:hover{color:#2f63d7}.project-console-hero{position:relative;overflow:hidden;min-height:188px;padding:26px 28px;border:1px solid var(--console-line);border-radius:8px;background:linear-gradient(135deg,#fffffffc,#f7fafff7 60%,#edf9f6f5);box-shadow:var(--console-shadow)}.project-console-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 16%,rgba(47,99,215,.14),transparent 34%);pointer-events:none}.project-console-hero--with-background:before{background:linear-gradient(90deg,#fffffffa,#ffffffeb 56%,#ffffff9e),var(--project-console-hero-bg) right center / cover no-repeat}.project-console-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;min-height:136px}.project-console-hero__main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:22px;min-width:0}.project-console-hero__art{display:grid;place-items:center;width:104px;height:104px;overflow:hidden;border-radius:8px;background:linear-gradient(145deg,#e16491,#8a6be8 52%,#2f6bed);box-shadow:0 20px 38px #5663e82e}.project-console-hero__art img{width:100%;height:100%;object-fit:cover}.project-console-hero__art span{color:#fff;font-size:42px;font-weight:900}.project-console-hero__content{display:grid;gap:12px;min-width:0}.project-console-hero__title-row h1{margin:0;color:var(--console-ink);font-size:30px;line-height:1.18;font-weight:900;letter-spacing:0}.project-console-hero__content>p{max-width:760px;margin:0;color:#53627a;font-size:14px;line-height:1.7}.project-console-hero__meta{display:flex;flex-wrap:wrap;gap:8px}.project-console-hero__meta span{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid #dfe7f2;border-radius:999px;color:#27415f;background:#ffffffc2;font-size:12px;font-weight:750}.project-console-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.project-console-hero__action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:216px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:8px;color:#fff;font-size:15px;font-weight:850;text-decoration:none;cursor:pointer;box-shadow:0 16px 30px #0f172a24;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease;-webkit-user-select:none;user-select:none}.project-console-hero__action--secondary{border-color:#0f172a14;background:#4b5567}.project-console-hero__action--primary{border-color:#2f63d7;background:#2f6bed;box-shadow:0 16px 30px #2f63d73d}.project-console-hero__action:not(:disabled):hover{box-shadow:0 18px 34px #0f172a2e}.project-console-hero__action--secondary:not(:disabled):hover{border-color:#0f172a2e;background:#3f4a5d;box-shadow:0 18px 34px #0f172a33}.project-console-hero__action--primary:not(:disabled):hover{border-color:#2454c5;background:#245fe2;box-shadow:0 18px 34px #2f63d74d}.project-console-hero__action:not(:disabled):active{transform:translateY(0);box-shadow:0 8px 18px #0f172a29}.project-console-hero__action:focus-visible{outline:3px solid rgba(47,107,237,.24);outline-offset:3px}.project-console-hero__action:disabled{cursor:not-allowed;box-shadow:none}.project-console-hero__action--primary:disabled{opacity:.55}.project-console-priority{display:flex;align-items:center;gap:12px;min-height:54px;padding:0 16px;border:1px solid #cfe0ff;border-radius:8px;color:#2f63d7;background:#f4f8ff}.project-console-priority p{margin:0;font-size:14px;font-weight:700}.project-console-launch-review{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #ffd5d2;border-radius:8px;color:#b42318;background:#fff7f6}.project-console-launch-review svg{flex:0 0 auto;margin-top:2px}.project-console-launch-review strong{display:block;margin-bottom:4px;font-size:14px;line-height:1.35;font-weight:900}.project-console-launch-review p{margin:0;color:#912018;font-size:13px;line-height:1.55;font-weight:700}.project-console-profile-review{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #cfe0ff;border-radius:8px;color:#2f63d7;background:#f4f8ff}.project-console-profile-review--warning{border-color:#ffd5d2;color:#b42318;background:#fff7f6}.project-console-profile-review svg{flex:0 0 auto;margin-top:2px}.project-console-profile-review strong{display:block;margin-bottom:4px;font-size:14px;line-height:1.35;font-weight:900}.project-console-profile-review p{margin:0;color:#2f63d7;font-size:13px;line-height:1.55;font-weight:700}.project-console-profile-review--warning p{color:#912018}.project-console-workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.project-console-workspace__main{display:grid;gap:22px;min-width:0}.project-console-status-grid{display:grid;grid-template-columns:repeat(5,minmax(132px,1fr));gap:8px;max-width:900px}.project-console-status-card{--state-color: #a7b2c4;--state-soft: #f7f8fb;position:relative;overflow:hidden;display:grid;align-content:start;gap:8px;min-height:78px;padding:12px;border:1px solid color-mix(in srgb,var(--state-color) 24%,#e8edf5);border-radius:8px;background:linear-gradient(180deg,#ffffff 0%,var(--state-soft) 100%)}.project-console-status-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:var(--state-color)}.project-console-status-card__copy{display:grid;gap:8px}.project-console-status-card__copy strong{color:#111827;font-size:13px;line-height:1.3;font-weight:900}.project-console-status-card__copy span{color:#53627a;font-size:11px;line-height:1.35}.project-console-status-card--complete{--state-color: #17a673;--state-soft: #f0fbf4}.project-console-status-card--linked{--state-color: #2f63d7;--state-soft: #f2f7ff}.project-console-status-card--pending{--state-color: #d98a23;--state-soft: #fff9e8}.project-console-status-card--idle{--state-color: #a7b2c4;--state-soft: #f8fafc}.project-console-status-card--danger{--state-color: #e55353;--state-soft: #fffafa}.project-console-section{display:grid;gap:12px}.project-console-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}.project-console-section__title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.project-console-section__group-icon{display:inline-grid;place-items:center;width:18px;height:18px;color:#94a3b8}.project-console-section__index,.project-console-section__title-row h2{color:var(--console-ink)}.project-console-section__index{font-size:15px;font-weight:850}.project-console-section__title-row h2{margin:0;font-size:16px;font-weight:900}.project-console-section__hint{color:#98a2b3;font-size:12px;font-weight:700}.project-console-section__progress{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.project-console-section__progress--success{color:#0f8f63;background:#e8f8ef}.project-console-section__progress--primary{color:#2f63d7;background:#e9f1ff}.project-console-section__progress--warning{color:#b86914;background:#fff4df}.project-console-section__progress--neutral{color:#667085;background:#f1f4f8}.project-console-module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.project-console-section--b .project-console-module-grid,.project-console-section--c .project-console-module-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.project-console-module-card{--module-color: #a7b2c4;--module-soft: #ffffff;position:relative;overflow:hidden;display:grid;gap:16px;min-height:136px;padding:15px;border:1px solid color-mix(in srgb,var(--module-color) 28%,#e8edf5);border-radius:8px;background:linear-gradient(180deg,#ffffff 0%,var(--module-soft) 100%);text-decoration:none;box-shadow:0 10px 24px #0f172a09;transition:border-color .16s ease,box-shadow .16s ease}.project-console-module-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--module-color)}.project-console-module-card:hover{border-color:color-mix(in srgb,var(--module-color) 42%,#d7e0ee);box-shadow:0 16px 30px #0f172a11}.project-console-module-card--status-complete{--module-color: #17a673;--module-soft: #fbfffd}.project-console-module-card--status-linked{--module-color: #2f63d7;--module-soft: #fbfdff}.project-console-module-card--status-pending{--module-color: #d98a23;--module-soft: #fffdf8}.project-console-module-card--status-idle{--module-color: #a7b2c4;--module-soft: #ffffff}.project-console-module-card--status-danger{--module-color: #e55353;--module-soft: #fffafa}.project-console-module-card--disabled{cursor:default;opacity:.76}.project-console-module-card--disabled:hover{transform:none;box-shadow:0 10px 24px #0f172a09}.project-console-module-card__header{display:grid;gap:10px}.project-console-module-card__identity{display:flex;align-items:flex-start;gap:12px;min-width:0}.project-console-module-card__identity>div{min-width:0}.project-console-module-card__icon{display:grid;place-items:center;width:30px;height:30px;color:var(--module-color);border-radius:8px;background:color-mix(in srgb,var(--module-color) 12%,#ffffff);flex:0 0 auto}.project-console-module-card__identity h3{margin:0 0 5px;color:var(--console-ink);font-size:15px;line-height:1.3;font-weight:900}.project-console-module-card__identity p{margin:0;color:var(--console-muted);font-size:12px;line-height:1.5}.project-console-module-card__badges{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:5px;max-width:none}.project-console-badge{display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 11px;border-radius:999px;font-size:12px;line-height:1;font-weight:850;white-space:nowrap;align-self:flex-start}.project-console-badge--success{color:#0f8f63;background:#e8f8ef}.project-console-badge--primary{color:#2f63d7;background:#e9f1ff}.project-console-badge--warning{color:#b86914;background:#fff4df}.project-console-badge--neutral{color:#667085;background:#f1f4f8}.project-console-badge--danger{color:#b42318;background:#fff0ef}.project-console-module-card__reject-reason{margin:0;padding:10px 12px;border:1px solid #ffd5d2;border-radius:8px;color:#b42318;background:#fff7f6;font-size:12px;line-height:1.55;font-weight:750}.project-console-module-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;min-height:36px;padding:0 10px;border:1px solid #e6ebf3;border-radius:8px;color:#344054;background:#ffffffb8;font-size:12px;font-weight:850}.project-console-module-card__footer--disabled{color:#98a2b3;background:#f7f8fb}.project-console-placeholder{display:grid;gap:12px;grid-column:1 / -1;padding:18px;border:1px dashed #d6dde8;border-radius:8px;background:#fcfdff}.project-console-placeholder__header{display:grid;gap:8px}.project-console-placeholder__header h3{margin:0;color:var(--console-ink);font-size:15px;font-weight:850}.project-console-placeholder__badge,.project-console-placeholder__chip{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-size:12px;font-weight:850}.project-console-placeholder__badge{gap:6px;min-height:28px;padding:0 10px;color:#475467;background:#f2f4f7}.project-console-placeholder p{margin:0;color:var(--console-muted);font-size:12px;line-height:1.55}.project-console-placeholder__chips{display:flex;flex-wrap:wrap;gap:8px}.project-console-placeholder__chip{min-height:26px;padding:0 9px;color:#52637c;background:#eef2f7}.project-console-empty{display:grid;grid-column:1 / -1;place-items:center;min-height:112px;color:var(--console-muted);border:1px dashed #d6dde8;border-radius:8px;background:#fcfdff;font-size:13px;font-weight:700}.project-console-check{position:sticky;top:18px;display:grid;gap:16px;padding:20px;border:1px solid var(--console-line);border-radius:8px;background:var(--console-surface);box-shadow:0 18px 42px #11182714}.project-console-check h2{margin:0;color:var(--console-ink);font-size:20px;line-height:1.3;font-weight:900}.project-console-check__list{display:grid;gap:10px}.project-console-check__item{--check-color: #94a3b8;--check-soft: #f2f6fb;display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;padding:12px;border:1px solid #e6ebf3;border-radius:8px;background:#fff}.project-console-check__item-icon{display:grid;place-items:center;width:28px;height:28px;color:var(--check-color);border-radius:999px;background:var(--check-soft);font-size:12px;font-weight:900}.project-console-check__item>span:last-child{display:grid;gap:4px}.project-console-check__item strong{color:var(--console-ink);font-size:13px;line-height:1.35}.project-console-check__item small{color:var(--console-muted);font-size:12px;line-height:1.45}.project-console-check__item--success{--check-color: #0f8f63;--check-soft: #e8f8ef}.project-console-check__item--primary{--check-color: #2f63d7;--check-soft: #e9f1ff}.project-console-check__item--warning{--check-color: #b86914;--check-soft: #fff4df}.project-console-check__item--neutral{--check-color: #667085;--check-soft: #f1f4f8}.project-console-loading-hero,.project-console-loading-panel,.project-console-error-panel{border:1px solid var(--console-line);border-radius:8px;background:var(--console-surface);box-shadow:var(--console-shadow)}.project-console-loading-hero{min-height:188px;padding:26px 28px}.project-console-loading-hero__main{display:flex;justify-content:space-between;gap:24px}.project-console-loading-hero__content,.project-console-loading-grid,.project-console-loading-panel,.project-console-loading-panel__header{display:grid}.project-console-loading-hero__content{gap:14px}.project-console-loading-hero__meta,.project-console-loading-hero__actions{display:flex;gap:10px}.project-console-loading-grid{gap:18px}.project-console-loading-panel{gap:16px;padding:18px}.project-console-loading-panel__header{gap:8px}.project-console-loading-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.project-console-loading-modules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.project-console-loading-card,.project-console-loading-module,.project-console-skeleton{position:relative;overflow:hidden;display:block;border-radius:8px;background:#eef3f8}.project-console-loading-card:after,.project-console-loading-module:after,.project-console-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.62) 50%,transparent 100%);animation:project-console-shimmer 1.4s ease-in-out infinite}.project-console-skeleton--title{width:min(420px,60vw);height:28px}.project-console-skeleton--summary{width:min(360px,52vw);height:16px}.project-console-skeleton--meta{width:112px;height:28px;border-radius:999px}.project-console-skeleton--button{width:180px;height:46px}.project-console-skeleton--section-title{width:168px;height:18px}.project-console-skeleton--section-copy{width:220px;height:14px}.project-console-skeleton--section-copy-wide{width:280px}.project-console-loading-card{min-height:108px}.project-console-loading-module{min-height:136px}.project-console-error-panel{padding:24px}@keyframes project-console-shimmer{to{transform:translate(100%)}}@media (max-width: 1280px){.project-console-hero__inner{grid-template-columns:1fr;align-items:stretch}.project-console-hero__main{padding-right:0}.project-console-hero__actions{justify-content:flex-start}.project-console-status-grid{grid-template-columns:repeat(3,minmax(132px,1fr))}.project-console-workspace{grid-template-columns:1fr}.project-console-check{position:static}}@media (max-width: 960px){.project-console-module-grid,.project-console-section--b .project-console-module-grid,.project-console-section--c .project-console-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.project-console-page{gap:18px}.project-console-hero{padding:20px}.project-console-hero__main{grid-template-columns:1fr}.project-console-hero__art{width:84px;height:84px}.project-console-hero__title-row h1{font-size:24px}.project-console-hero__actions{flex-direction:column}.project-console-hero__action{width:100%;min-width:0}.project-console-status-grid,.project-console-module-grid,.project-console-section--b .project-console-module-grid,.project-console-section--c .project-console-module-grid{grid-template-columns:1fr}}.developer-profile-page--compact{width:min(100%,1605px);margin:0 auto}.developer-profile-form--compact{gap:24px}.developer-profile-section--compact{padding:22px;border:1px solid #e4eaf3;border-radius:8px;background:#fff;box-shadow:0 10px 28px #1118270a}.developer-profile-section__header--compact{padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #edf1f6}.developer-profile-section__header--compact h2{display:flex;align-items:center;gap:10px;color:#111827;font-size:18px;font-weight:850}.developer-profile-grid--compact{gap:18px}.developer-profile-field--compact{gap:8px}.developer-profile-field--compact span{color:#344054;font-size:13px;font-weight:750}.developer-profile-field--compact input,.developer-profile-field--compact select,.developer-profile-field--compact textarea{min-height:44px;padding:0 12px;border-color:#d8dfeb;border-radius:8px;background:#fff;color:#101828;font-size:14px}.developer-profile-field--compact textarea{min-height:96px;padding:12px}.developer-profile-phone-row{grid-template-columns:260px minmax(0,1fr)}.developer-upload-box{border-radius:8px;background:#f8fafc}.developer-attachment-item{border-radius:8px;background:#fff}
