:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20201e;background:#f7f7f5;font-synthesis:none;text-rendering:optimizeLegibility;--luna-background: #f7f7f5;--luna-surface: #ffffff;--luna-text: #20201e;--luna-muted: #6b6b66;--luna-border: #deded9;--luna-soft: #f0f0ed;--luna-primary: #252522;--luna-primary-hover: #000000;--luna-success: #26715a;--luna-danger: #b54937;--luna-danger-hover: #963626;--luna-focus: #3f6e62;--luna-sidebar: #eeeeeb;--luna-overlay: rgba(25, 25, 23, .34);--luna-shadow: rgba(32, 32, 30, .16)}:root[data-theme=dark]{color:#ecece8;background:#171816;--luna-background: #171816;--luna-surface: #222320;--luna-text: #ecece8;--luna-muted: #a4a59e;--luna-border: #3a3b36;--luna-soft: #2d2e2a;--luna-primary: #e8e9e3;--luna-primary-hover: #ffffff;--luna-success: #66b99a;--luna-danger: #e17765;--luna-danger-hover: #ee8a78;--luna-focus: #70bda3;--luna-sidebar: #1d1e1b;--luna-overlay: rgba(0, 0, 0, .58);--luna-shadow: rgba(0, 0, 0, .42)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--luna-background)}body{min-width:320px;min-height:100vh;margin:0}#app{min-height:100vh}.public-shell{display:grid;min-height:100vh;min-height:100svh;grid-template-rows:minmax(0,1fr) auto}.public-shell__content{min-width:0}button,input,textarea,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--luna-focus);outline-offset:2px}.luna-button{display:inline-flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--luna-border);border-radius:6px;padding:0 15px;color:var(--luna-text);background:var(--luna-surface);font-size:14px;font-weight:650;cursor:pointer}.luna-button--primary{border-color:var(--luna-primary);color:#fff;background:var(--luna-primary)}.luna-button--primary:hover:not(:disabled){background:var(--luna-primary-hover)}.luna-button--secondary:hover:not(:disabled){background:var(--luna-soft)}.luna-button--danger{border-color:var(--luna-danger);color:#fff;background:var(--luna-danger)}.luna-button--danger:hover:not(:disabled){background:var(--luna-danger-hover)}.luna-button:disabled,.luna-icon-button:disabled{cursor:not-allowed;opacity:.55}.luna-icon-button{display:grid;width:44px;height:44px;flex:none;place-items:center;border:1px solid var(--luna-border);border-radius:6px;padding:0;color:var(--luna-muted);background:var(--luna-surface);cursor:pointer}.luna-icon-button:hover:not(:disabled){color:var(--luna-text);background:var(--luna-soft)}.luna-tooltip{position:fixed;z-index:1000;inset:auto;width:max-content;max-width:min(560px,calc(100vw - 24px));box-sizing:border-box;margin:0;border:1px solid color-mix(in srgb,var(--luna-text) 18%,transparent);border-radius:5px;padding:5px 7px;color:var(--luna-surface);background:var(--luna-text);box-shadow:0 5px 16px var(--luna-shadow);font-size:11px;font-weight:560;line-height:1.25;opacity:0;overflow-wrap:anywhere;pointer-events:none;text-align:center;transition:opacity .1s ease;visibility:hidden;white-space:normal}.luna-tooltip[data-align=start]{text-align:left}.luna-tooltip[data-align=end]{text-align:right}.luna-tooltip--positioned{opacity:1;visibility:visible}.luna-menu{position:fixed;z-index:1000;visibility:hidden}.luna-menu--positioned{visibility:visible}.luna-field{display:grid;min-width:0;gap:7px}.luna-field__header{display:flex;min-width:0;min-height:20px;align-items:center;justify-content:space-between;gap:8px}.luna-field__label{min-width:0;color:#4a4a46;font-size:13px;font-weight:650}.luna-field__label span{color:var(--luna-danger)}.luna-input,.luna-textarea{width:100%;border:1px solid #c9c9c3;border-radius:5px;padding:10px 11px;color:var(--luna-text);background:#fff;outline:none}.luna-input{height:44px}.luna-textarea{min-height:108px;resize:vertical}.luna-input:focus,.luna-textarea:focus{border-color:#777770;box-shadow:0 0 0 2px #25252214}.luna-input:disabled,.luna-textarea:disabled{color:#65655f;background:#f3f3f0}.luna-field--invalid .luna-input,.luna-field--invalid .luna-textarea{border-color:var(--luna-danger)}.luna-field__hint,.luna-field__message{margin:0;font-size:12px;line-height:1.45}.luna-field__hint{color:var(--luna-muted)}.luna-field__message{color:var(--luna-danger)}.luna-segmented{display:inline-grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;border:1px solid var(--luna-border);border-radius:6px;padding:3px;background:var(--luna-soft)}.luna-segmented button{min-width:132px;height:38px;border:0;border-radius:4px;padding:0 13px;color:var(--luna-muted);background:transparent;font-size:14px;font-weight:650;cursor:pointer}.luna-segmented button[aria-pressed=true]{color:var(--luna-text);background:var(--luna-surface);box-shadow:0 1px 3px #20201e14}.luna-segmented button:disabled{cursor:not-allowed;opacity:.55}.luna-notice{display:flex;align-items:flex-start;gap:9px;border-left:3px solid #777770;padding:11px 12px;color:#41413d;background:#efefec;font-size:14px;line-height:1.5}.luna-notice--success{border-color:var(--luna-success);color:#205c49;background:#eef8f4}.luna-notice--danger{border-color:var(--luna-danger);color:#8c3629;background:#fff3f0}.luna-dialog{width:min(460px,calc(100% - 32px));max-width:none;border:1px solid var(--luna-border);border-radius:7px;padding:0;color:var(--luna-text);background:var(--luna-surface);box-shadow:0 20px 60px #20201e33}.luna-dialog::backdrop{background:#1919176b}.luna-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--luna-border);padding:12px 14px 12px 20px}.luna-dialog__header h2{margin:0;font-size:18px}.luna-dialog__header .luna-icon-button{width:36px;height:36px}.luna-dialog__body{padding:18px 20px;color:var(--luna-muted);font-size:14px;line-height:1.55}.luna-dialog__body p{margin:0}.luna-dialog__actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--luna-border);padding:12px 20px}.luna-toasts{position:fixed;z-index:60;right:18px;bottom:18px;display:grid;width:min(380px,calc(100% - 36px));gap:8px}.luna-toast{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--luna-border);border-left:3px solid #777770;border-radius:6px;padding:5px 5px 5px 13px;background:var(--luna-surface);box-shadow:0 8px 24px #20201e24;font-size:14px}.luna-toast--success{border-left-color:var(--luna-success)}.luna-toast--danger{border-left-color:var(--luna-danger)}.luna-toast .luna-icon-button{width:38px;height:38px;border:0}.luna-spin{animation:luna-spin 1s linear infinite}@keyframes luna-spin{to{transform:rotate(360deg)}}@keyframes luna-pulse{0%{opacity:.48}to{opacity:1}}.luna-status-row{display:grid;min-width:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:11px;border-top:1px solid var(--luna-border);border-bottom:1px solid var(--luna-border);padding:14px 4px;color:var(--luna-muted)}.luna-status-row>svg{margin-top:1px}.luna-status-row--success>svg{color:var(--luna-success)}.luna-status-row--danger>svg{color:var(--luna-danger)}.luna-status-row__content{min-width:0}.luna-status-row__content strong{display:block;color:var(--luna-text);font-size:15px}.luna-status-row__content p{margin:4px 0 0;overflow-wrap:anywhere;font-size:14px;line-height:1.5;white-space:pre-line}.luna-status-row__action{align-self:center}.luna-status-row__action .luna-icon-button{width:38px;height:38px}.luna-status-badge{display:inline-flex;min-height:24px;align-items:center;border:1px solid var(--luna-border);border-radius:4px;padding:2px 7px;color:var(--luna-muted);font-size:12px;font-weight:650;line-height:1;text-transform:none;white-space:nowrap}.luna-status-badge[data-status=succeeded]{border-color:#9bc5b6;color:var(--luna-success)}.luna-status-badge[data-status=failed],.luna-status-badge[data-status=error],.luna-status-badge[data-status=interrupted]{border-color:#e4b0a7;color:var(--luna-danger)}.luna-status-badge[data-status=queued],.luna-status-badge[data-status=running]{border-color:#b7bbb5;color:#4f5e57}.not-found{display:grid;width:min(840px,calc(100% - 48px));margin:0 auto;padding:42px 0 52px}.luna-icon-link{text-decoration:none}.not-found{justify-items:start}.not-found>p{margin:0 0 8px;color:var(--luna-muted);font-size:14px}.not-found h1{margin:0 0 22px;font-size:30px;letter-spacing:0}.back-link{display:inline-flex;min-height:38px;align-items:center;gap:8px;border:1px solid var(--luna-border);border-radius:6px;padding:0 13px;background:var(--luna-surface);font-size:15px;font-weight:600;text-decoration:none}.site-footer{border-top:1px solid var(--luna-border);padding:24px 0 26px;color:var(--luna-muted);background:var(--luna-surface)}.footer-inner{display:grid;width:min(1120px,calc(100% - 48px));justify-items:center;gap:7px;margin:0 auto;text-align:center}.footer-inner p{margin:0;font-size:13px;line-height:1.5}.footer-inner a{border-radius:3px;color:#555550;font-size:13px;line-height:1.5;text-underline-offset:3px}.footer-inner a:hover{color:var(--luna-text)}.footer-inner a:focus-visible{outline:2px solid var(--luna-text);outline-offset:3px}:root[data-theme=dark] .luna-button--primary{color:#1b1c19}:root[data-theme=dark] .luna-input,:root[data-theme=dark] .luna-textarea,:root[data-theme=dark] .luna-dialog,:root[data-theme=dark] .back-link{color:var(--luna-text);background:var(--luna-surface)}:root[data-theme=dark] .luna-input,:root[data-theme=dark] .luna-textarea{border-color:var(--luna-border)}:root[data-theme=dark] .luna-field__label,:root[data-theme=dark] .luna-notice{color:var(--luna-text)}:root[data-theme=dark] .luna-notice{background:var(--luna-soft)}:root[data-theme=dark] .luna-notice--success{color:#9ed9c2;background:#1c342b}:root[data-theme=dark] .luna-notice--danger{color:#f0a294;background:#3b2420}:root[data-theme=dark] .footer-inner a{color:var(--luna-muted)}@media(max-width:600px){.footer-inner,.not-found{width:calc(100% - 32px)}.not-found{padding:30px 0 40px}.luna-segmented{display:grid;grid-auto-flow:column;width:100%}.luna-segmented button{min-width:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.project-workspace{--project-sidebar-width: 248px;position:relative;display:grid;width:100%;height:100vh;height:100dvh;grid-template-columns:var(--project-sidebar-width) minmax(0,1fr);overflow:hidden;background:var(--luna-background)}.project-workspace--sidebar-hidden{--project-sidebar-width: 0px}.project-sidebar{position:relative;z-index:30;display:grid;width:var(--project-sidebar-width);min-width:0;min-height:0;grid-template-rows:auto auto minmax(0,1fr) auto;gap:8px;border-right:1px solid var(--luna-border);padding:8px;background:var(--luna-sidebar)}.project-sidebar__top{display:flex;min-width:0;height:40px;align-items:center;justify-content:space-between;gap:8px}.project-sidebar__brand{display:flex;min-width:112px;height:38px;align-items:center;gap:9px;border-radius:6px;padding:0 6px;text-decoration:none}.project-sidebar__brand:hover{background:color-mix(in srgb,var(--luna-text) 7%,transparent)}.project-sidebar__brand>span{display:grid;width:28px;height:28px;flex:none;place-items:center;border-radius:6px;color:var(--luna-surface);background:var(--luna-text)}.project-sidebar__brand strong{min-width:0;overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.project-sidebar__controls{display:flex;flex:none;align-items:center;gap:4px}.project-sidebar__controls .luna-icon-button,.project-workspace__floating-nav .luna-icon-button{width:36px;height:36px;border:0;background:transparent}.project-new-button,.project-account__trigger,.project-account__item{display:flex;width:100%;min-width:0;min-height:40px;align-items:center;gap:10px;border:0;border-radius:6px;padding:0 10px;color:var(--luna-text);background:transparent;font-size:14px;font-weight:620;text-align:left;cursor:pointer}.project-new-button{border:1px solid var(--luna-border);background:var(--luna-surface)}.project-new-button:hover,.project-account__trigger:hover,.project-account__item:hover{background:var(--luna-soft)}.project-new-button svg,.project-account__trigger>svg,.project-account__item svg{flex:none}.project-history{min-height:0;overflow-x:hidden;overflow-y:auto;padding:2px 0 10px;scrollbar-width:thin}.project-history__heading{padding:9px 8px 4px;color:var(--luna-muted);font-size:12px;font-weight:700}.project-history h2{margin:12px 8px 4px;color:var(--luna-muted);font-size:11px;font-weight:650;letter-spacing:0}.project-history__group{display:grid;gap:2px}.project-history__item{display:grid;min-width:0;min-height:46px;grid-template-columns:minmax(0,1fr) 32px;align-items:center;overflow:visible;border-radius:6px;transition:background-color .12s ease}.project-history__item:hover,.project-history__item:focus-within,.project-history__item--active{background:color-mix(in srgb,var(--luna-text) 7%,transparent)}.project-history__open{display:grid;width:100%;min-width:0;min-height:46px;grid-template-columns:8px minmax(0,1fr);align-items:center;gap:7px;border:0;border-radius:6px 0 0 6px;padding:5px 8px;color:var(--luna-text);background:transparent;text-align:left;cursor:pointer}.project-history__status{width:6px;height:6px;border-radius:50%;background:var(--luna-muted)}.project-history__status[data-status=succeeded]{background:var(--luna-success)}.project-history__status[data-status=failed]{background:var(--luna-danger)}.project-history__status[data-status=queued],.project-history__status[data-status=running]{background:#aa7a22}.project-history__copy{display:grid;min-width:0;gap:2px}.project-history__copy strong,.project-history__copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-history__copy strong{font-size:13px;font-weight:560}.project-history__copy small{color:var(--luna-muted);font-size:10px}.project-history__action-wrap{position:relative;display:grid;width:32px;height:46px;place-items:center;border-radius:0 6px 6px 0}.project-history__actions{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:5px;padding:0;color:var(--luna-muted);background:transparent;cursor:pointer;opacity:0;transition:color .12s ease,background-color .12s ease,opacity .1s ease;visibility:hidden}.project-history__item:hover .project-history__actions,.project-history__item:focus-within .project-history__actions,.project-history__actions[aria-expanded=true]{opacity:1;visibility:visible}.project-history__actions:hover,.project-history__actions:focus-visible,.project-history__actions[aria-expanded=true]{color:var(--luna-text);background:color-mix(in srgb,var(--luna-text) 10%,transparent)}.project-history__menu{width:150px;border:1px solid var(--luna-border);border-radius:7px;padding:5px;background:var(--luna-surface);box-shadow:0 12px 30px var(--luna-shadow)}.project-history__menu button{display:flex;width:100%;min-height:36px;align-items:center;gap:8px;border:0;border-radius:5px;padding:0 8px;color:var(--luna-text);background:transparent;font-size:12px;cursor:pointer}.project-history__menu button:hover{background:var(--luna-soft)}.project-history__menu .project-history__menu-danger{color:var(--luna-danger)}.project-history__skeleton{display:grid;gap:8px;padding:12px 8px}.project-history__skeleton span{width:78%;height:12px;border-radius:4px;background:var(--luna-soft)}.project-history__skeleton span:nth-child(2){width:62%}.project-history__skeleton span:nth-child(3){width:70%}.project-history__empty{padding:18px 9px;color:var(--luna-muted);font-size:12px;line-height:1.45}.project-history__empty--error{display:grid;gap:8px}.project-history__empty--error button{display:flex;width:max-content;align-items:center;gap:6px;border:0;padding:0;color:var(--luna-text);background:transparent;font-size:12px;cursor:pointer}.project-history__more{display:block;width:calc(100% - 16px);min-height:36px;margin:9px 8px 0;border:0;border-radius:5px;color:var(--luna-muted);background:transparent;font-size:12px;cursor:pointer}.project-history__more:hover{color:var(--luna-text);background:var(--luna-soft)}.project-sidebar__bottom{position:relative;min-width:0;border-top:1px solid var(--luna-border);padding-top:7px}.project-sidebar__bottom .project-account,.project-sidebar__bottom .project-account__trigger{width:100%}.project-account{position:relative;min-width:0}.project-account__trigger img,.project-account__identity img{width:26px;height:26px;flex:none;border-radius:50%;object-fit:cover}.project-account__trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-account__popover{position:absolute;z-index:45;bottom:calc(100% + 8px);left:0;width:260px;max-height:min(360px,calc(100vh - 40px));overflow-y:auto;border:1px solid var(--luna-border);border-radius:8px;padding:7px;color:var(--luna-text);background:var(--luna-surface);box-shadow:0 16px 42px var(--luna-shadow)}.project-account__identity{display:flex;min-width:0;align-items:center;gap:10px;border-bottom:1px solid var(--luna-border);padding:10px 9px 12px}.project-account__identity>span{display:grid;width:28px;height:28px;flex:none;place-items:center;border-radius:50%;background:var(--luna-soft)}.project-account__identity>div{display:grid;min-width:0;gap:2px}.project-account__identity strong,.project-account__identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-account__identity strong{font-size:14px}.project-account__identity small{color:var(--luna-muted);font-size:11px}.project-account__item{margin-top:2px}.project-account__item:disabled{cursor:not-allowed;opacity:.55}.project-sidebar-resizer{position:absolute;z-index:42;top:0;bottom:0;left:calc(var(--project-sidebar-width) - 4px);width:8px;border:0;padding:0;background:transparent;cursor:col-resize;touch-action:none}.project-sidebar-resizer:before{position:absolute;inset:0 3px;background:transparent;content:""}.project-sidebar-resizer:hover:before,.project-sidebar-resizer:focus-visible:before,.project-workspace--resizing .project-sidebar-resizer:before{background:var(--luna-text)}.project-sidebar-resizer:focus-visible{outline:0}body.project-is-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.project-workspace__main{position:relative;grid-column:2;min-width:0;min-height:0;overflow:hidden;background:var(--luna-background)}.project-workspace__project{width:100%;height:100%;min-height:0}.project-workspace__floating-nav{position:absolute;z-index:23;top:9px;left:12px;display:flex;height:38px;align-items:center;gap:4px}.project-workspace__floating-nav--desktop-hidden{display:none}.project-workspace__floating-nav strong{display:none;min-width:0;overflow:hidden;margin-left:4px;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.project-drawer-backdrop{display:none}.project-settings{display:grid;width:100%;height:100%;min-height:0;grid-template-rows:52px minmax(0,1fr);background:var(--luna-background)}.project-settings__header{display:flex;min-width:0;align-items:center;gap:10px;border-bottom:1px solid var(--luna-border);padding:0 18px;background:var(--luna-surface)}.project-settings__header .luna-icon-button{width:36px;height:36px;border:0;background:transparent}.project-settings__header>div{min-width:0}.project-settings__header h1{margin:0;font-size:16px}.project-settings__header p{margin:2px 0 0;overflow:hidden;color:var(--luna-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.project-settings__scroll{min-height:0;overflow-y:auto}.project-settings__content{width:min(100% - 40px,760px);margin:0 auto;padding:18px 0 52px}.project-settings__section{scroll-margin-top:18px;border-bottom:1px solid var(--luna-border);padding:24px 2px;outline:none}.project-settings__section:first-child{padding-top:8px}.project-settings__section-heading{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;margin-bottom:18px}.project-settings__section-heading>svg{margin-top:2px;color:var(--luna-muted)}.project-settings__section-heading h2{margin:0;font-size:16px}.project-settings__section-heading p{margin:4px 0 0;color:var(--luna-muted);font-size:12px;line-height:1.45}.project-settings__rows{border-top:1px solid var(--luna-border)}.project-settings__row{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--luna-border);color:var(--luna-text);font-size:13px}.project-settings__row>span{display:flex;align-items:center;gap:8px}.project-settings__row select{width:min(240px,48%);height:38px;border:1px solid var(--luna-border);border-radius:5px;padding:0 30px 0 10px;color:var(--luna-text);background:var(--luna-surface)}.project-settings__row input[type=checkbox]{width:18px;height:18px;accent-color:var(--luna-success)}.project-usage-detail{display:grid;gap:16px}.project-credit-balance{display:grid;min-width:0;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;border-top:1px solid var(--luna-border);border-bottom:1px solid var(--luna-border);padding:14px 0}.project-credit-balance__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:6px;color:var(--luna-success);background:var(--luna-soft)}.project-credit-balance>div{display:grid;min-width:0;gap:3px}.project-credit-balance>div span,.project-usage-detail__numbers span,.project-usage-detail dt{color:var(--luna-muted);font-size:11px}.project-credit-balance strong{overflow:hidden;font-size:24px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.project-credit-balance__claim{justify-self:end}.project-usage-detail__numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--luna-border);border-bottom:1px solid var(--luna-border)}.project-usage-detail__numbers>div{display:grid;gap:5px;padding:14px 12px}.project-usage-detail__numbers>div+div{border-left:1px solid var(--luna-border)}.project-usage-detail__numbers strong{font-size:21px;font-variant-numeric:tabular-nums}.project-usage-detail progress{width:100%;height:5px;border:0;border-radius:3px;overflow:hidden;color:var(--luna-success);background:var(--luna-soft)}.project-usage-detail progress::-webkit-progress-bar{background:var(--luna-soft)}.project-usage-detail progress::-webkit-progress-value,.project-usage-detail progress::-moz-progress-bar{background:var(--luna-success)}.project-usage-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0}.project-usage-detail dl>div{min-width:0}.project-usage-detail dd{margin:5px 0 0;overflow-wrap:anywhere;font-size:13px}.project-usage-detail--loading{display:grid;gap:10px}.project-usage-detail--loading span{width:100%;height:44px;border-radius:5px;background:var(--luna-soft)}.project-usage-detail--loading span+span{width:62%;height:14px}.project-usage-error{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--luna-border);border-bottom:1px solid var(--luna-border);padding:14px 0}.project-usage-error p{margin:4px 0 0;color:var(--luna-muted);font-size:12px}.project-settings__account-actions{display:flex;flex-wrap:wrap;gap:8px}@media(hover:none),(pointer:coarse){.project-history__actions{opacity:1;visibility:visible}}@media(max-width:900px){.project-workspace,.project-workspace--sidebar-hidden{display:block;height:100vh;height:100dvh}.project-sidebar-resizer{display:none}.project-sidebar{position:fixed;z-index:31;inset:0 auto 0 0;width:min(286px,calc(100vw - 42px));box-shadow:12px 0 34px var(--luna-shadow)}.project-sidebar--open{transform:translate(0)}.project-drawer-backdrop{position:fixed;z-index:30;inset:0;display:block;width:100%;height:100%;border:0;padding:0;background:var(--luna-overlay)}.project-workspace__floating-nav,.project-workspace__floating-nav--desktop-hidden{position:fixed;top:7px;right:8px;left:8px;display:flex;width:max-content;max-width:calc(100vw - 16px)}.project-workspace__floating-nav strong{display:block}.project-workspace__main{height:100vh;height:100dvh;padding-top:52px}.project-account__popover{right:0;bottom:calc(100% + 8px);left:0;width:auto}.project-settings{height:100%}}@media(max-width:520px){.project-settings__content{width:calc(100% - 28px)}.project-settings__header{padding:0 10px}.project-settings__header p{display:none}.project-settings__section{padding:20px 0}.project-settings__row{align-items:flex-start;flex-direction:column;gap:8px;padding:10px 0}.project-settings__row select{width:100%}.project-credit-balance{grid-template-columns:38px minmax(0,1fr)}.project-credit-balance__claim{width:100%;grid-column:1 / -1;justify-self:stretch}.project-usage-detail dl{grid-template-columns:1fr}.project-usage-error{align-items:flex-start;flex-direction:column}}.conversation-search{width:min(680px,calc(100vw - 32px));height:min(620px,calc(100dvh - 80px));max-width:none;max-height:none;overflow:hidden;border:1px solid var(--luna-border);border-radius:8px;padding:0;color:var(--luna-text);background:var(--luna-surface);box-shadow:0 24px 70px var(--luna-shadow)}.conversation-search::backdrop{background:var(--luna-overlay)}.conversation-search__input{display:grid;height:54px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;border-bottom:1px solid var(--luna-border);padding:0 9px 0 16px}.conversation-search__input>svg{color:var(--luna-muted)}.conversation-search__input input{width:100%;height:44px;min-width:0;border:0;outline:0;color:var(--luna-text);background:transparent}.conversation-search__input input::-webkit-search-cancel-button{display:none}.conversation-search__input .luna-icon-button{width:36px;height:36px;border:0;background:transparent}.conversation-search__spinner{animation:luna-spin .9s linear infinite}.conversation-search__results{height:calc(100% - 54px);overflow-y:auto;padding:8px}.conversation-search__results section+section{margin-top:8px}.conversation-search__results h2{margin:0;padding:9px 9px 5px;color:var(--luna-muted);font-size:11px;font-weight:650}.conversation-search__result{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;gap:18px;border:0;border-radius:6px;padding:7px 10px;color:var(--luna-text);background:transparent;text-align:left;cursor:pointer}.conversation-search__result:hover,.conversation-search__result--active{background:var(--luna-soft)}.conversation-search__result>span{display:grid;min-width:0;gap:3px}.conversation-search__result strong,.conversation-search__result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-search__result strong{font-size:13px}.conversation-search__result small,.conversation-search__result time{color:var(--luna-muted);font-size:11px}.conversation-search__result time{flex:none}.conversation-search__empty{display:grid;min-height:140px;place-content:center;justify-items:center;gap:10px;color:var(--luna-muted);font-size:13px}.conversation-search__empty button{border:0;padding:5px;color:var(--luna-text);background:transparent;cursor:pointer}.conversation-rename{display:grid;gap:8px}.conversation-rename>span{color:var(--luna-muted);font-size:12px;font-weight:650}.conversation-rename .luna-input{width:100%}:root[data-theme=dark] .conversation-search{color:var(--luna-text);background:var(--luna-surface)}@media(max-width:520px){.conversation-search{width:calc(100vw - 16px);height:min(620px,calc(100dvh - 24px))}.conversation-search__result time{display:none}}.projects-page{display:grid;width:min(840px,calc(100% - 48px));align-content:start;margin:0 auto;padding:clamp(72px,12vh,132px) 0 52px}.projects-page__brand{display:block;margin-bottom:26px;color:var(--luna-text);font-size:30px;font-weight:760;letter-spacing:0}.page-heading{margin-bottom:24px}.page-heading h1{margin:0;font-size:28px}.page-heading p{margin:7px 0 0;color:var(--luna-muted);font-size:14px}.project-list-empty{margin:0;color:var(--luna-muted);font-size:15px;line-height:1.5}.project-list{display:grid;width:100%;border-top:1px solid var(--luna-border)}.project-list__item{position:relative;display:grid;min-width:0;min-height:82px;grid-template-columns:minmax(0,1fr) 330px 32px;align-items:center;gap:0;border-bottom:1px solid var(--luna-border);padding:0 10px;transition:background-color .12s ease}.project-list__item:hover{background:var(--luna-soft)}.project-list__primary{display:flex;min-width:0;align-items:center;gap:8px}.project-list__link{display:flex;min-width:0;min-height:81px;flex:0 1 auto;align-items:center;padding:12px 4px;text-align:left;text-decoration:none}.project-list__link:focus-visible{outline:0}.project-list__link:after{position:absolute;z-index:1;inset:0;border-radius:4px;content:""}.project-list__link:focus-visible:after{outline:2px solid var(--luna-focus);outline-offset:-2px}.project-list__identity{display:grid;min-width:0;gap:5px}.project-list__identity strong{overflow:hidden;overflow-wrap:anywhere;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.project-list__identity small{color:var(--luna-muted);font-size:12px}.project-list__arrow{width:20px;height:20px;flex:none;justify-self:center;color:var(--luna-muted);pointer-events:none}.project-list__statistics-link{position:relative;z-index:2;display:block;height:100%;min-width:0;color:inherit;text-decoration:none}.project-list__statistics{display:grid;width:100%;height:100%;min-width:0;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border-right:1px solid var(--luna-border);border-left:1px solid var(--luna-border);margin:0;padding:0 6px;cursor:pointer;-webkit-user-select:text;user-select:text}.project-list__statistics>div{min-width:0;padding:0 12px}.project-list__statistics>div+div{border-left:1px solid var(--luna-border)}.project-list__statistics dt{min-height:2.5em;color:var(--luna-muted);font-size:11px;line-height:1.25;overflow-wrap:anywhere}.project-list__statistics dd{min-width:0;margin:4px 0 0;overflow:hidden;color:var(--luna-text);font-size:15px;font-variant-numeric:tabular-nums;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.project-list__actions{position:relative;z-index:2;display:flex;min-width:36px;flex:none;align-items:center;justify-content:flex-start;gap:2px;pointer-events:none}.project-list__reference,.project-list__retry{width:36px;height:36px;border:0;pointer-events:auto}@media(max-width:680px){.projects-page{width:calc(100% - 32px);padding:30px 0 40px}.project-list__item{min-height:116px;grid-template-columns:minmax(0,1fr) 20px;grid-template-rows:minmax(52px,auto) auto;column-gap:12px;row-gap:4px;padding:7px 8px 10px}.project-list__link{min-height:52px;padding:6px 0}.project-list__statistics-link{grid-column:1 / -1;grid-row:2}.project-list__statistics{border-right:0;border-left:0;border-top:1px solid var(--luna-border);padding-top:8px}.project-list__statistics>div{padding:0 8px}.project-list__arrow{grid-column:2;grid-row:1}}
