:root{--bg:#0b0b10;--panel:#15151c;--text:#f4f4f5;--muted:#a1a1aa;--line:#2a2a34;--pink:#ff2d55;--violet:#25f4ee}*{box-sizing:border-box}html{color-scheme:dark}body,html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.blank-page{min-height:100vh;display:grid;place-items:center;padding:24px}.blank-panel{width:min(720px,100%);padding:28px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.blank-kicker{margin:0 0 10px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.blank-brand-logo{display:block;width:min(180px,72%);height:auto;margin:0 0 12px;object-fit:contain}.blank-panel h1{margin:0 0 12px;font-size:clamp(32px,6vw,56px);line-height:1.05}.blank-panel p{margin:0;color:var(--muted);line-height:1.7}.blank-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.blank-links a{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:var(--text);background:rgba(255,255,255,.04);font-size:14px}.circle-dashboard-page{min-height:100vh;color:#f7f7f8;background:#0a0a0e}.circle-sidebar{position:fixed;inset:0 auto 0 0;z-index:10;width:232px;border-right:1px solid rgba(255,255,255,.09);padding:20px 14px;background:#111116}.circle-brand{display:grid;grid-gap:4px;gap:4px;padding:8px 10px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.circle-brand span{color:rgba(255,255,255,.52);font-size:12px;font-weight:900}.circle-brand strong{font-size:18px;line-height:1.1}.circle-sidebar nav{display:grid;grid-gap:4px;gap:4px;margin-top:18px}.circle-sidebar nav a{border-radius:8px;padding:11px 12px;color:rgba(255,255,255,.68);font-size:14px;font-weight:900}.circle-sidebar nav a.active,.circle-sidebar nav a:hover{color:white;background:rgba(255,255,255,.08)}.circle-dashboard-main{width:min(1240px,calc(100% - 232px));margin-left:232px;padding:26px}.circle-dashboard-main.standalone{width:min(980px,100%);margin-inline:auto}.circle-dashboard-header,.circle-panel-heading{display:flex;gap:16px;align-items:center;justify-content:space-between}.circle-dashboard-header{margin-bottom:20px}.circle-dashboard-header p,.circle-panel-heading p{margin:0 0 4px;color:rgba(255,255,255,.54);font-size:12px;font-weight:900}.circle-dashboard-header h1,.circle-panel-heading h2{margin:0;line-height:1.08;letter-spacing:0}.circle-dashboard-header h1{font-size:34px}.circle-panel-heading h2{font-size:19px}.circle-header-actions{display:flex;gap:10px;align-items:center}.circle-panel-heading>a,.circle-primary-action,.circle-secondary-action{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:8px;padding:0 14px;font-size:13px;font-weight:900}.circle-primary-action{color:white;background:linear-gradient(135deg,var(--violet),var(--pink))}.circle-panel-heading>a,.circle-secondary-action{border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.82);background:rgba(255,255,255,.06)}.circle-grid,.circle-metrics,.circle-status-strip{display:grid;grid-gap:12px;gap:12px}.circle-status-strip{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.circle-metrics article,.circle-panel,.circle-status-strip>div{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#16161c}.circle-status-strip>div{display:flex;min-width:0;align-items:center;justify-content:space-between;padding:13px 14px}.circle-status-strip strong{font-size:24px}.circle-status-strip span{color:rgba(255,255,255,.58);font-size:12px;font-weight:900}.circle-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.circle-metrics.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.circle-metrics article{display:grid;grid-gap:4px;gap:4px;min-width:0;padding:14px 16px}.circle-metrics span{color:rgba(255,255,255,.55);font-size:12px;font-weight:900}.circle-metrics strong{font-size:26px;line-height:1.1}.circle-metrics small,.circle-metrics strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.circle-metrics small{color:rgba(255,255,255,.5);font-size:12px;font-weight:800}.circle-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr);margin-bottom:12px}.circle-panel{min-width:0;padding:16px}.circle-feature-body{display:grid;grid-template-columns:126px minmax(0,1fr);grid-gap:16px;gap:16px;margin-top:16px}.circle-feature-body img{width:126px;aspect-ratio:1;object-fit:cover;border-radius:8px}.circle-feature-body p{display:-webkit-box;margin:0 0 12px;overflow:hidden;color:rgba(255,255,255,.72);font-size:14px;font-weight:800;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:3}.circle-feature-body dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0}.circle-feature-body dl div{border-radius:8px;padding:10px;background:rgba(255,255,255,.055)}.circle-feature-body dt{color:rgba(255,255,255,.48);font-size:11px;font-weight:900}.circle-feature-body dd{margin:4px 0 0;font-size:16px;font-weight:900}.circle-status{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.status-published,.status-公開中{color:#caffec;background:rgba(39,206,137,.16)}.status-draft{color:rgba(255,255,255,.72);background:rgba(255,255,255,.09)}.status-unpublished{color:#ffe7b4;background:rgba(255,177,66,.17)}.circle-channel-list{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.circle-channel-list>div{display:grid;grid-template-columns:64px minmax(0,1fr) 54px;grid-gap:10px;gap:10px;align-items:center}.circle-channel-list span,.circle-channel-list strong{font-size:12px;font-weight:900}.circle-channel-list span{color:rgba(255,255,255,.66)}.circle-channel-list strong{text-align:right}.circle-channel-list i{overflow:hidden;height:9px;border-radius:999px;background:rgba(255,255,255,.08)}.circle-channel-list b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#27ce89,var(--pink))}.circle-profile-editor,.circle-work-table{margin-bottom:12px}.circle-table{display:grid;grid-gap:0;gap:0;margin-top:14px;overflow-x:auto;overflow-y:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px}.circle-table-row{display:grid;grid-template-columns:minmax(240px,1.65fr) 104px 92px 74px minmax(220px,1.2fr);grid-gap:12px;gap:12px;align-items:center;min-width:760px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.07)}.circle-table-row-v1{min-width:960px;grid-template-columns:minmax(240px,1.55fr) 90px minmax(92px,.65fr) 92px 74px 112px 70px 64px}.circle-table-row:last-child{border-bottom:0}.circle-table-head{color:rgba(255,255,255,.52);background:rgba(255,255,255,.045);font-size:11px;font-weight:900}.circle-table-row:not(.circle-table-head){color:rgba(255,255,255,.76);font-size:13px;font-weight:850}.circle-table-row-v1:not(.circle-table-head)>span:nth-child(7){font-size:11px;line-height:1.2;white-space:nowrap}.circle-work-cell{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;min-width:0}.circle-work-cell img{width:48px;aspect-ratio:1;object-fit:cover;border-radius:8px}.circle-work-cell span{display:grid;min-width:0;grid-gap:3px;gap:3px}.circle-work-cell strong{color:white}.circle-work-cell small,.circle-work-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.circle-work-cell small{color:rgba(255,255,255,.48);font-size:11px;font-weight:800}.circle-status-cell{display:grid;grid-gap:5px;gap:5px;align-items:center}.circle-status-cell small{color:rgba(255,255,255,.48);font-size:11px;font-weight:850}.circle-row-action{display:inline-flex;min-height:32px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:0 11px;color:white;background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.circle-table-empty{display:grid;justify-items:start;grid-gap:8px;gap:8px;margin-top:14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:18px;background:rgba(255,255,255,.045)}.circle-table-empty strong{font-size:16px}.circle-table-empty span{color:rgba(255,255,255,.58);font-size:13px;font-weight:800}.circle-notice{margin:0 0 12px;border:1px solid rgba(255,177,66,.24);border-radius:8px;padding:10px 12px;color:#ffe7b4;background:rgba(255,177,66,.08);font-size:13px;font-weight:850}.circle-field-error{display:block;width:100%;border:1px solid rgba(220,38,38,.28);border-radius:8px;padding:8px 10px;color:#fecaca;background:rgba(220,38,38,.12);font-size:12px;font-weight:900}.circle-empty-state{display:grid;grid-gap:12px;gap:12px;max-width:560px;margin:8vh auto 0}.circle-empty-state h1,.circle-empty-state p{margin:0}.circle-empty-state p{color:rgba(255,255,255,.55);font-size:12px;font-weight:900}.circle-empty-state h1{font-size:30px}.circle-empty-state>span{color:rgba(255,255,255,.68);font-size:14px;font-weight:800;line-height:1.7}.circle-complete-panel{display:grid;grid-gap:14px;gap:14px;max-width:720px;margin:8vh auto 0}.circle-complete-panel h1,.circle-complete-panel p{margin:0}.circle-complete-panel p{color:rgba(255,255,255,.55);font-size:12px;font-weight:900}.circle-complete-panel h1{font-size:30px}.circle-complete-panel>span{color:rgba(255,255,255,.68);font-size:14px;font-weight:800;line-height:1.7}.circle-complete-summary{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;background:rgba(255,255,255,.055)}.circle-complete-summary img{width:72px;aspect-ratio:1;border-radius:8px;object-fit:cover}.circle-complete-summary div{display:grid;min-width:0;grid-gap:4px;gap:4px}.circle-complete-summary strong{overflow:hidden;color:white;font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.circle-complete-summary small{overflow:hidden;color:rgba(255,255,255,.52);font-size:12px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.circle-complete-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.circle-form-panel,.circle-form-panel label,.circle-profile-editor,.circle-profile-editor label{display:grid;grid-gap:12px;gap:12px}.circle-form-panel{gap:18px}.circle-submit-readiness{display:flex;flex-wrap:wrap;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.circle-submit-readiness span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;color:rgba(255,255,255,.48);background:rgba(255,255,255,.055);font-size:12px;font-weight:900}.circle-submit-readiness span:before{content:"未 "}.circle-submit-readiness span.done{border-color:rgba(50,211,140,.45);color:#dfffee;background:rgba(50,211,140,.16)}.circle-submit-readiness span.done:before{content:"完了 "}.circle-empty-state label span,.circle-form-panel label span,.circle-profile-editor label span{color:rgba(255,255,255,.58);font-size:12px;font-weight:900}.circle-empty-state input,.circle-empty-state textarea,.circle-form-panel input,.circle-form-panel select,.circle-form-panel textarea,.circle-profile-editor input,.circle-profile-editor select,.circle-profile-editor textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:11px 12px;color:white;background:rgba(255,255,255,.065);outline:0;font-weight:800}.circle-empty-state textarea,.circle-form-panel textarea,.circle-profile-editor textarea{min-height:120px;resize:vertical}.circle-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.45fr);grid-gap:12px;gap:12px}.circle-media-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:18px}.circle-media-preview{display:grid;grid-template-columns:minmax(160px,.45fr) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:stretch}.circle-audio-preview,.circle-media-preview figure{min-width:0;margin:0;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:10px;background:rgba(255,255,255,.055)}.circle-media-preview img{display:block;width:100%;aspect-ratio:1;border-radius:10px;object-fit:cover}.circle-audio-preview small,.circle-audio-preview span,.circle-media-preview figcaption{color:rgba(255,255,255,.58);font-size:12px;font-weight:900}.circle-media-preview figcaption{margin-top:8px}.circle-audio-preview{display:grid;grid-gap:10px;gap:10px;align-content:center}.circle-audio-player{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:8px 10px;background:rgba(255,255,255,.07)}.circle-audio-player audio{display:none}.circle-audio-player button{min-height:34px;border:0;border-radius:999px;padding:0 12px;color:#081021;background:linear-gradient(135deg,#2cdef4,#ff4f9a);cursor:pointer;font-size:12px;font-weight:950;white-space:nowrap}.circle-audio-player input{display:block;width:100%;min-width:0;height:8px;border-radius:999px;background:linear-gradient(90deg,#2cdef4,#ff4f9a) 0 /0 100% no-repeat,rgba(255,255,255,.22);cursor:pointer;accent-color:var(--ui-primary,#68a0ff);-webkit-appearance:none;-moz-appearance:none;appearance:none}.circle-audio-player input::-webkit-slider-thumb{width:15px;height:15px;border:2px solid white;border-radius:50%;background:var(--ui-primary,#68a0ff);box-shadow:0 8px 18px rgba(0,0,0,.28);-webkit-appearance:none;appearance:none}.circle-audio-player input::-moz-range-thumb{width:15px;height:15px;border:2px solid white;border-radius:50%;background:var(--ui-primary,#68a0ff);box-shadow:0 8px 18px rgba(0,0,0,.28)}.circle-audio-player time{color:rgba(255,255,255,.72);font-size:12px;font-weight:900;white-space:nowrap}.circle-file-picker{position:relative}.circle-file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.circle-file-control{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:11px 12px;color:white;background:rgba(255,255,255,.065);cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.12);transition:transform .14s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.circle-file-control:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.09);box-shadow:0 12px 24px rgba(0,0,0,.16)}.circle-file-control:active{transform:translateY(1px)}.circle-file-control b{font-size:13px;font-weight:900}.circle-file-control small{color:rgba(255,255,255,.52);font-size:12px;font-weight:850}.circle-file-help{display:block;color:rgba(255,255,255,.62);font-size:12px;font-weight:850;line-height:1.45}.circle-relation-editor{display:grid;grid-gap:10px;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.circle-relation-editor>div:first-child{display:flex;align-items:center;justify-content:space-between}.circle-relation-editor h2{margin:0;font-size:18px}.circle-form-actions button,.circle-relation-editor button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:0 13px;color:white;background:rgba(255,255,255,.07);cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.12);font-weight:900;transition:transform .14s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.circle-form-actions button:hover,.circle-relation-editor button:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.1);box-shadow:0 12px 24px rgba(0,0,0,.16)}.circle-form-actions button:active,.circle-relation-editor button:active{transform:translateY(1px)}.circle-form-actions button:disabled,.circle-relation-editor button:disabled{cursor:not-allowed;opacity:.45}.circle-relation-editor .circle-relation-delete-button{inline-size:40px;block-size:46px;min-width:40px;min-height:46px;padding:0;border-radius:7px;border-color:rgba(248,113,113,.32);color:#fca5a5;background:rgba(127,29,29,.16);box-shadow:none}.circle-relation-editor .circle-relation-delete-button:hover{border-color:rgba(248,113,113,.62);background:rgba(153,27,27,.34);box-shadow:none}.circle-relation-editor .circle-relation-delete-button svg{width:15px;height:15px;fill:currentColor;flex:none}.circle-relation-editor .circle-relation-delete-button:disabled{color:rgba(254,202,202,.5);background:rgba(127,29,29,.1)}@media (pointer:coarse){.circle-relation-editor .circle-relation-delete-button{inline-size:46px;block-size:46px;min-width:46px;min-height:46px}.circle-relation-editor .circle-relation-delete-button svg{width:18px;height:18px}}.circle-relation-row{display:grid;grid-template-columns:150px minmax(0,1fr) minmax(160px,.55fr) auto;grid-gap:10px;gap:10px}.circle-form-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.circle-lower-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr)}.circle-task-list{display:grid;grid-gap:10px;gap:10px;margin:16px 0 0;padding:0;list-style:none}.circle-task-list li{display:grid;grid-gap:4px;gap:4px;border-radius:8px;padding:12px;background:rgba(255,255,255,.055)}.circle-task-list strong{font-size:14px}.circle-task-list span{color:rgba(255,255,255,.58);font-size:12px;font-weight:800}.circle-pipeline{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.circle-pipeline>div{display:grid;grid-template-columns:82px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;border-radius:8px;padding:13px;background:rgba(255,255,255,.055)}.circle-pipeline span{color:rgba(255,255,255,.5);font-size:12px;font-weight:900}.circle-pipeline strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.account-page,.auth-page{min-height:100vh;padding:28px;color:#f7f7f8;background:radial-gradient(circle at top left,rgba(39,206,137,.14),transparent 34%),#0a0a0e}.auth-page{display:grid;place-items:center}.account-panel,.auth-panel{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#16161c}.auth-panel{display:grid;grid-gap:18px;gap:18px;width:min(480px,100%);padding:22px}.auth-copy{display:grid;grid-gap:8px;gap:8px}.auth-brand-logo{display:block;width:min(190px,74%);height:auto;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.3))}.account-empty p,.account-header p,.account-panel>p,.auth-copy p{margin:0;color:rgba(255,255,255,.55);font-size:12px;font-weight:900}.account-empty h1,.account-header h1,.auth-copy h1{margin:0;letter-spacing:0;line-height:1.08}.account-empty h1,.auth-copy h1{font-size:32px}.account-empty span,.auth-copy span{color:rgba(255,255,255,.68);font-size:14px;font-weight:800;line-height:1.7}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;border-radius:8px;padding:5px;background:rgba(255,255,255,.06)}.account-header button,.account-header-actions a,.account-primary-action,.auth-form button,.auth-tabs button{min-height:38px;border:0;border-radius:8px;color:white;cursor:pointer;font-weight:900}.auth-tabs button{background:transparent;color:rgba(255,255,255,.62)}.auth-tabs button.active{color:white;background:rgba(255,255,255,.12)}.account-circle-form,.account-circle-form label,.account-circle-gate,.account-circle-guide,.account-circle-ready,.auth-form,.auth-form label{display:grid;grid-gap:12px;gap:12px}.account-circle-form label span,.account-definition dt,.auth-form label span{color:rgba(255,255,255,.58);font-size:12px;font-weight:900}.account-circle-form input,.account-circle-form textarea,.auth-form input{width:100%;min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:11px 12px;color:white;background:rgba(255,255,255,.065);outline:0;font-weight:800}.account-circle-form textarea{min-height:112px;resize:vertical}.account-primary-action,.auth-form button{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;background:linear-gradient(135deg,#27ce89,var(--pink))}.account-primary-action:disabled,.auth-form button:disabled{cursor:default;opacity:.58}.account-notice,.auth-message{margin:0;border:1px solid rgba(255,177,66,.24);border-radius:8px;padding:10px 12px;color:#ffe7b4;background:rgba(255,177,66,.08);font-size:13px;font-weight:850}.account-header-actions,.auth-links{display:flex;flex-wrap:wrap;gap:8px}.account-header button,.account-header-actions a,.auth-links a{display:inline-flex;min-height:34px;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:0 11px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.account-shell{display:grid;grid-gap:18px;gap:18px;width:min(1040px,100%);margin-inline:auto}.account-flow-shell{width:min(760px,100%)}.account-header{display:flex;gap:16px;align-items:center;justify-content:space-between}.account-flow-header{margin-bottom:0}.account-flow-panel{max-width:720px}.account-header h1{font-size:34px}.account-header span{display:block;margin-top:6px;color:rgba(255,255,255,.66);font-size:13px;font-weight:850}.account-grid{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr)}.account-grid,.account-stack{display:grid;grid-gap:14px;gap:14px;align-items:flex-start}.account-panel{display:grid;align-content:start;grid-gap:14px;gap:14px;min-width:0;padding:18px}.account-empty{width:min(560px,100%);margin:10vh auto 0}.account-definition{display:grid;grid-template-columns:minmax(260px,1.45fr) repeat(2,minmax(132px,.8fr));grid-gap:10px;gap:10px;margin:0}.account-definition div{min-width:0;border-radius:8px;padding:12px;background:rgba(255,255,255,.055)}.account-definition dd{display:flex;flex-wrap:wrap;gap:8px;align-items:center;overflow-wrap:anywhere;margin:4px 0 0;font-size:14px;font-weight:900;line-height:1.35}.account-definition dd>span{display:inline-flex}.account-inline-action{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:28px;margin-top:0;border:1px solid rgba(37,244,238,.28);border-radius:8px;padding:0 10px;color:#f7ffff;background:rgba(37,244,238,.12);font-size:12px;font-weight:900;text-decoration:none}.account-inline-action:hover{background:rgba(37,244,238,.18)}.account-overview-panel{gap:14px;padding:20px}.account-overview-main{display:flex;gap:20px;align-items:flex-end;justify-content:space-between;min-width:0;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:14px}.account-overview-main>div{display:grid;grid-gap:6px;gap:6px;min-width:0}.account-overview-main h2,.account-overview-main p,.account-overview-main span{margin:0}.account-overview-main p{color:var(--ui-primary,#68a0ff);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.account-overview-main h2{overflow-wrap:anywhere;font-size:clamp(24px,4vw,34px);line-height:1.08}.account-overview-main span{overflow-wrap:anywhere;color:var(--ui-muted,#a9b4c7);font-size:13px;font-weight:800;line-height:1.55}.account-overview-main .account-secondary-action{flex:0 0 auto}.account-overview-actions{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:10px}.account-overview-actions-main{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.account-overview-actions-main>*{min-height:38px}.account-overview-logout{min-height:0;padding:2px 4px;border:0;border-radius:6px;color:var(--ui-muted,#8b98ad);background:transparent;cursor:pointer;font-size:12px;font-weight:800;line-height:1.4;text-decoration:underline;-webkit-text-decoration-color:rgba(139,152,173,.45);text-decoration-color:rgba(139,152,173,.45);text-underline-offset:3px}.account-overview-logout:hover{color:var(--ui-primary,#1f9a7e);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.account-definition.account-definition-rows{grid-template-columns:minmax(240px,1.4fr) repeat(2,minmax(120px,.7fr));gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.035)}.account-definition.account-definition-rows div{border-radius:0;background:transparent}.account-definition.account-definition-rows div+div{border-left:1px solid rgba(255,255,255,.08)}.account-preference-panel .account-preference-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin-top:0}.account-utility-panel{border-color:rgba(255,255,255,.08);background:rgba(18,24,35,.72)}.account-utility-panel .account-primary-action{justify-self:start}.account-circle-settings{gap:12px;padding:16px}.account-circle-settings-header{display:flex;gap:14px;align-items:center;justify-content:space-between;min-width:0}.account-circle-settings-header>div:first-child{display:grid;min-width:0;grid-gap:4px;gap:4px}.account-circle-settings-header h2,.account-circle-settings-header p,.account-circle-settings-header span{margin:0}.account-circle-settings-header p{color:var(--ui-primary,#68a0ff);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.account-circle-settings-header h2{overflow-wrap:anywhere;font-size:24px;line-height:1.12}.account-circle-settings-header span{color:rgba(255,255,255,.66);font-size:13px;font-weight:800;line-height:1.5}.account-circle-settings-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;justify-content:flex-end}.account-circle-status-line{display:flex;gap:8px 12px;align-items:center;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:9px 10px;background:rgba(255,255,255,.035)}.account-circle-status-line span{display:inline-flex;flex:0 0 auto;align-items:center;min-height:22px;border-radius:999px;padding:0 9px;color:#cfe3ff;background:rgba(92,157,255,.16);font-size:11px;font-weight:900}.account-circle-status-line small{min-width:0;color:rgba(255,255,255,.64);font-size:12px;font-weight:800;line-height:1.45}.account-circle-profile-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.035)}.account-circle-profile-summary div{min-width:0;padding:10px 12px}.account-circle-profile-summary div+div{border-left:1px solid rgba(255,255,255,.08)}.account-circle-profile-summary dt{color:rgba(255,255,255,.52);font-size:11px;font-weight:900}.account-circle-profile-summary dd{overflow:hidden;margin:4px 0 0;color:rgba(255,255,255,.82);font-size:13px;font-weight:900;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.account-circle-profile-form{gap:12px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.account-circle-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.52fr);grid-gap:12px;gap:12px}.account-circle-form-actions{display:flex;gap:8px;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.account-circle-form-actions .account-primary-action{border:0}.account-circle-form h2,.account-circle-gate h2,.account-circle-guide h2,.account-circle-ready h2{margin:0;font-size:21px;line-height:1.2}.account-circle-form small,.account-circle-gate span,.account-circle-guide span,.account-circle-ready small,.account-circle-ready span{color:rgba(255,255,255,.66);font-size:13px;font-weight:800;line-height:1.7}.account-circle-guide ol{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:1.3em;color:rgba(255,255,255,.72);font-size:13px;font-weight:800;line-height:1.7}.account-circle-actions{display:flex;flex-wrap:wrap;gap:8px}.account-field-label{display:flex;align-items:center;gap:8px}.account-field-badge{display:inline-flex;align-items:center;min-height:20px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:0 7px;color:rgba(255,255,255,.68);background:rgba(255,255,255,.06);font-size:11px;font-weight:900;line-height:1}.account-field-badge.required{border-color:rgba(255,45,85,.28);color:#ffdce8;background:rgba(255,45,85,.14)}.account-secondary-action{width:max-content;border:1px solid rgba(255,255,255,.12);border-radius:var(--ui-radius-md,8px);padding:10px 12px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);cursor:pointer;font-size:12px;font-weight:900}.account-secondary-action:disabled{cursor:not-allowed;opacity:.55}.reel-page{min-height:100vh;overflow:hidden;background:#07070c;display:flex;align-items:stretch;justify-content:center;gap:24px;padding-inline:24px}.reel-frame{position:relative;width:min(100vw,calc(100vh * 9 / 16));aspect-ratio:9/16;height:auto;max-height:100vh;background:#050508;overflow:hidden}.reel-desktop-panel{display:none}.reel-track{height:100%;overflow-y:auto;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scrollbar-width:none;touch-action:pan-y;-webkit-overflow-scrolling:touch}.reel-track::-webkit-scrollbar{display:none}.reel-track.sheet-open{overflow:hidden}.reel-preference-layer{position:absolute;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:rgba(3,7,18,.68);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.reel-preference-dialog{width:min(100%,440px);border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:22px;color:#fff;background:rgba(18,18,27,.94);box-shadow:0 30px 80px rgba(0,0,0,.42)}.reel-preference-dialog header h2,.reel-preference-dialog header p{margin:0}.reel-preference-dialog header p{color:rgba(255,255,255,.62);font-size:12px;font-weight:900}.reel-preference-dialog header h2{margin-top:4px;font-size:22px}.reel-preference-group{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.reel-preference-group>span{color:rgba(255,255,255,.72);font-size:12px;font-weight:900}.reel-preference-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.reel-preference-options label{display:flex;align-items:center;gap:10px;min-height:46px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:10px 12px;background:rgba(255,255,255,.06);font-size:13px;font-weight:900}.reel-preference-options input{width:17px;height:17px;accent-color:var(--pink)}.reel-preference-message{margin:14px 0 0;color:#ffdce8;font-size:12px;font-weight:800}.reel-preference-dialog>button{width:100%;min-height:46px;margin-top:18px;border:0;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--pink),var(--violet));cursor:pointer;font-weight:900}.reel-preference-dialog>button:disabled{cursor:not-allowed;opacity:.52}.reel-account-link{position:absolute;top:18px;right:18px;z-index:6;display:inline-flex;align-items:center;gap:8px;min-height:42px;max-width:calc(100% - 36px);padding:7px 13px 7px 8px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:white;background:rgba(9,9,15,.42);box-shadow:0 18px 46px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-decoration:none}.reel-account-link:hover{border-color:rgba(255,255,255,.34);background:rgba(18,18,27,.64)}.reel-account-link:focus-visible{outline:2px solid rgba(255,255,255,.86);outline-offset:4px}.reel-account-mark{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#101017;background:rgba(255,255,255,.92)}.reel-account-mark svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.reel-account-link strong{overflow:hidden;max-width:7em;font-size:13px;font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 8px 22px rgba(0,0,0,.7)}.reel-empty-state{position:absolute;inset:0;z-index:2;display:grid;place-content:center;grid-gap:16px;gap:16px;padding:28px;color:white;text-align:center;background:radial-gradient(circle at 50% 28%,rgba(39,206,137,.18),transparent 32%),linear-gradient(180deg,rgba(12,12,18,.84),rgba(7,7,12,.98))}.reel-empty-state p{margin:0;color:white;font-size:20px;font-weight:900}.reel-empty-state a,.reel-empty-state button{justify-self:center;min-height:42px;padding:12px 18px;border:0;border-radius:999px;color:white;background:linear-gradient(135deg,#27ce89,var(--pink));font-size:14px;font-weight:900;text-decoration:none;cursor:pointer}.reel-card{position:relative;height:100%;min-height:100%;overflow:hidden;isolation:isolate;scroll-snap-align:start;scroll-snap-stop:always;background:#090912}.reel-bg{z-index:-3;width:100%;height:100%;object-fit:cover;opacity:.28;filter:blur(1px) saturate(1.08) contrast(1.08);transform:scale(1.06)}.reel-bg,.reel-shade{position:absolute;inset:0}.reel-shade{z-index:-2;background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.08),transparent 24%),linear-gradient(180deg,rgba(6,6,12,.38),rgba(6,6,12,.18) 42%,rgba(6,6,12,.94)),linear-gradient(90deg,rgba(6,6,12,.34),transparent 46%,rgba(6,6,12,.22))}.reel-tags small{border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.88);background:rgba(10,10,18,.48);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.reel-copy{position:absolute;left:22px;right:94px;bottom:86px;z-index:2;display:block;padding:0;border:0;color:white;background:transparent;text-align:left;cursor:pointer}.reel-copy p{margin:0 0 4px;color:white;font-weight:900}.reel-copy h1{margin:0 0 10px;font-size:clamp(28px,5.6vh,42px);line-height:1.08;letter-spacing:0;text-shadow:0 16px 52px rgba(0,0,0,.66);-webkit-line-clamp:3}.reel-copy h1,.reel-copy>span{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical}.reel-copy>span{color:rgba(255,255,255,.88);font-size:15px;font-weight:800;line-height:1.6;-webkit-line-clamp:2}.reel-copy:focus-visible{outline:2px solid rgba(255,255,255,.86);outline-offset:8px;border-radius:12px}.reel-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.reel-tags small{padding:6px 9px;font-size:11px;font-weight:800}.reel-desktop-panel{width:min(360px,30vw);align-self:center;color:white}.reel-desktop-next,.reel-desktop-now,.reel-desktop-stats{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(18,18,27,.72);box-shadow:0 24px 72px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.reel-desktop-now{display:grid;grid-gap:10px;gap:10px;padding:18px}.reel-desktop-next p,.reel-desktop-now p{margin:0;color:rgba(255,255,255,.52);font-size:11px;font-weight:900;letter-spacing:.08em}.reel-desktop-now h2{margin:0;font-size:24px;line-height:1.22}.reel-desktop-now>span{color:rgba(255,255,255,.68);font-size:13px;font-weight:900}.reel-desktop-now>div{display:flex;flex-wrap:wrap;gap:6px}.reel-desktop-now b{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 8px;background:rgba(255,255,255,.07);font-size:11px}.reel-desktop-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;margin-top:10px}.reel-desktop-stats span{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:13px 10px;color:rgba(255,255,255,.58);background:rgba(255,255,255,.035);font-size:11px;font-weight:900}.reel-desktop-stats strong{overflow:hidden;color:white;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.reel-desktop-next{display:grid;grid-gap:8px;gap:8px;margin-top:10px;padding:14px}.reel-desktop-next button{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;min-height:58px;border:0;border-radius:8px;padding:6px;color:white;background:rgba(255,255,255,.045);cursor:pointer;text-align:left}.reel-desktop-next img{width:48px;height:48px;border-radius:6px;object-fit:cover}.reel-desktop-next span{display:grid;grid-gap:3px;gap:3px;min-width:0}.reel-desktop-next small,.reel-desktop-next strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reel-desktop-next strong{font-size:12px}.reel-desktop-next small{color:rgba(255,255,255,.56);font-size:11px;font-weight:800}.reel-actions{position:absolute;right:16px;bottom:118px;z-index:3;display:grid;grid-gap:12px;gap:12px}.reel-actions .sales-trigger,.reel-actions>a,.reel-actions>button{display:grid;place-items:center;grid-gap:4px;gap:4px;border:0;color:white;background:transparent;cursor:pointer}.reel-actions .sales-trigger>span,.reel-actions>a>span,.reel-actions>button>span{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#15151c;background:rgba(255,255,255,.92);box-shadow:0 16px 44px rgba(0,0,0,.3);font-size:23px;font-weight:900}.reel-sales .sales-trigger>span{font-size:14px}.reel-actions>button.active span,.reel-sales .sales-trigger>span{color:white;background:linear-gradient(135deg,var(--violet),var(--pink))}.reel-actions .action-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:2.4}.reel-actions>button.active .action-icon svg{fill:currentColor}.reel-actions .sales-trigger strong,.reel-actions>a strong,.reel-actions>button strong{color:white;font-size:11px;text-shadow:0 8px 22px rgba(0,0,0,.74)}.sales-trigger-disclosure{color:inherit;font-size:10px;font-weight:900}.reel-actions .sales-trigger-disclosure{color:white;text-shadow:0 8px 22px rgba(0,0,0,.74)}.sales-launcher{position:relative}.reel-sales{display:grid;place-items:center}.sales-menu{display:grid;grid-gap:8px;gap:8px}.sales-popup-layer{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px}.sales-popup-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.58);cursor:pointer}.sales-popup{position:relative;z-index:1;width:min(330px,100%);padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:24px;color:white;background:rgba(18,18,26,.88);box-shadow:0 30px 90px rgba(0,0,0,.58);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);animation:salesPopupIn .18s ease-out}.sales-popup-heading{display:grid;grid-template-columns:minmax(0,1fr) 38px;grid-gap:12px;gap:12px;align-items:center;margin-bottom:14px}.sales-popup-heading p{margin:0;color:rgba(255,255,255,.56);font-size:12px;font-weight:900}.sales-popup-close{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:white;background:rgba(255,255,255,.08);cursor:pointer;font-size:22px}.sales-menu a,.sales-menu button.sales-menu-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;min-height:44px;align-items:center;grid-gap:8px;gap:8px;padding:7px 10px 7px 7px;border:1px solid rgba(255,255,255,.11);border-radius:16px;color:white;background:rgba(255,255,255,.08);cursor:pointer;text-align:left}.sales-menu a span,.sales-menu button.sales-menu-item span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#111118;background:rgba(255,255,255,.92);font-size:12px;font-weight:900}.sales-menu a strong,.sales-menu button.sales-menu-item strong{display:flex;min-width:0;align-items:center;gap:6px;overflow:hidden;font-size:12px;font-weight:900;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.sales-affiliate-badge{flex:0 0 auto;padding:2px 5px;border-radius:999px;color:#111118;background:rgba(255,255,255,.86);font-size:9px;font-style:normal;font-weight:900}.sales-menu a small,.sales-menu button.sales-menu-item small{color:rgba(255,255,255,.6);font-size:10px;font-weight:800}.sheet-sales{margin-top:0}.sheet-sales .sales-trigger{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0 14px;color:white;background:linear-gradient(135deg,var(--violet),var(--pink));cursor:pointer;box-shadow:0 16px 36px rgba(129,88,255,.24)}.sheet-sales .sales-trigger:disabled{color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);box-shadow:none;cursor:not-allowed}.sheet-sales .sales-trigger b{font-size:14px}.sheet-sales .sales-trigger small{color:rgba(255,255,255,.76);font-size:12px;font-weight:900}.card-sales .sales-trigger{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;padding:0 12px;color:#081021;background:var(--ui-primary,#68a0ff);cursor:pointer;font-size:12px;font-weight:900}.card-sales .sales-trigger small{color:rgba(8,16,33,.7);font-size:11px;font-weight:900}.reel-seek{position:absolute;left:20px;right:20px;bottom:6px;z-index:4;display:grid;align-items:center;height:24px;cursor:pointer;touch-action:none}.reel-seek:focus-visible{outline:2px solid rgba(255,255,255,.86);outline-offset:2px;border-radius:999px}.reel-progress{width:100%;height:3px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.14);transition:height .14s ease}.reel-seek:focus-visible .reel-progress,.reel-seek:hover .reel-progress{height:8px}.reel-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--violet),var(--pink),#ffd7e8)}.reel-time{position:absolute;right:20px;bottom:calc(30px + env(safe-area-inset-bottom));z-index:4;color:rgba(255,255,255,.82);font-size:11px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-shadow:0 6px 18px rgba(0,0,0,.6);pointer-events:none}.reel-unlock{position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:14px 18px;color:white;background:rgba(8,8,16,.72);box-shadow:0 24px 64px rgba(0,0,0,.46);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;font-weight:900}.work-sheet-layer{position:absolute;inset:0;z-index:20;display:grid;align-items:flex-end;pointer-events:none}.work-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.52);cursor:pointer;pointer-events:auto}.work-sheet{position:relative;z-index:1;max-height:72%;overflow:auto;padding:10px 18px 18px;border:1px solid rgba(255,255,255,.14);border-radius:26px 26px 0 0;color:white;background:rgba(16,16,24,.94);box-shadow:0 -24px 80px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);pointer-events:auto;animation:sheetIn .2s ease-out;scrollbar-width:thin}.work-sheet-handle{width:46px;height:5px;margin:0 auto 14px;border-radius:999px;background:rgba(255,255,255,.24)}.work-sheet-heading{display:grid;grid-template-columns:minmax(0,1fr) 40px;grid-gap:12px;gap:12px;align-items:flex-start}.work-sheet-heading p{margin:0 0 4px;color:var(--muted);font-weight:800}.work-sheet-heading h2{margin:0;font-size:28px;line-height:1.1;overflow-wrap:anywhere}.work-sheet-heading button{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:white;background:rgba(255,255,255,.08);cursor:pointer;font-size:24px}.work-sheet-heading .work-sheet-circle-filter{display:inline;width:auto;height:auto;border:0;border-radius:0;padding:0;color:inherit;background:transparent;cursor:pointer;font:inherit;text-align:left}.work-sheet-summary{display:grid;grid-template-columns:112px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:flex-start;margin:16px 0 12px;border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:12px;background:rgba(255,255,255,.035)}.work-sheet-summary img{width:112px;aspect-ratio:1;object-fit:cover;border-radius:14px}.work-sheet-summary-body{display:grid;grid-gap:10px;gap:10px;min-width:0}.work-sheet-summary p{margin:0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.65;white-space:pre-line;overflow-wrap:anywhere}.work-sheet-description{display:grid;grid-gap:6px;gap:6px;justify-items:start;min-width:0}.work-sheet-description p:not(.is-expanded){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6}.work-sheet-description-toggle{border:0;padding:2px 0;color:rgba(255,255,255,.92);background:transparent;cursor:pointer;font-size:12px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.work-sheet-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.work-sheet-tags button,.work-sheet-tags span{border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);padding:7px 10px;color:rgba(255,255,255,.86);font-size:12px;font-weight:800}.work-sheet-tags button{cursor:pointer}.work-sheet-tags .age-rating{color:white;border-color:transparent}.work-sheet-tags .age-全年齢{background:rgba(33,196,132,.24);border-color:rgba(33,196,132,.36)}.work-sheet-tags .age-R15{background:rgba(255,177,66,.24);border-color:rgba(255,177,66,.38)}.work-sheet-tags .age-R18{background:rgba(255,79,154,.28);border-color:rgba(255,79,154,.44)}.work-sheet-stats{display:flex;flex-wrap:wrap;gap:14px;margin:12px 0 14px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:10px 0;color:rgba(255,255,255,.7);font-size:13px;font-weight:900}.work-sheet-stats span{display:inline-flex;align-items:center;gap:5px}.work-sheet-credits{display:grid;grid-gap:0;gap:0;margin:0 0 14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:2px 12px;background:rgba(255,255,255,.03)}.work-sheet-credits>div{display:grid;grid-template-columns:104px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:baseline;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.work-sheet-credits>div:last-child{padding-bottom:0;border-bottom:0}.work-sheet-credits span{color:var(--muted);font-size:12px;font-weight:800}.work-sheet-credits p{margin:0;overflow:hidden;color:rgba(255,255,255,.92);font-size:14px;font-weight:900;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.work-sheet-credits button{border:0;padding:0;color:inherit;background:transparent;cursor:pointer;font-weight:inherit}.credit-choice-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:18px;pointer-events:auto}.credit-choice-dismiss{position:absolute;inset:0;border:0;background:rgba(9,31,50,.34);cursor:pointer}.credit-choice-dialog{position:relative;z-index:1;display:grid;grid-gap:12px;gap:12px;width:min(360px,calc(100vw - 36px));border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:16px;color:white;background:rgba(16,16,24,.96);box-shadow:0 24px 72px rgba(0,0,0,.44);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.credit-choice-heading{display:grid;grid-gap:4px;gap:4px}.credit-choice-heading h3,.credit-choice-heading p,.credit-choice-heading span{margin:0}.credit-choice-heading p{color:rgba(255,255,255,.58);font-size:11px;font-weight:950}.credit-choice-heading h3{font-size:22px;line-height:1.18}.credit-choice-heading span{color:rgba(255,255,255,.72);font-size:13px;font-weight:800;line-height:1.55}.credit-choice-actions{display:grid;grid-gap:8px;gap:8px}.credit-choice-actions a,.credit-choice-actions button,.credit-choice-close{border:1px solid rgba(255,255,255,.12);border-radius:10px;color:white;background:rgba(255,255,255,.07);font:inherit;text-decoration:none}.credit-choice-actions a,.credit-choice-actions button{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:10px 11px;cursor:pointer;text-align:left}.credit-choice-actions span{font-size:13px;font-weight:950}.credit-choice-actions small{min-width:0;color:rgba(255,255,255,.64);font-size:12px;font-weight:800;overflow-wrap:anywhere}.credit-choice-close{min-height:36px;padding:8px 12px;cursor:pointer;font-size:13px;font-weight:950}.work-list-layer{position:absolute;inset:0;z-index:30;display:grid;background:#0b0b10}.work-list-screen{min-height:100%;overflow:auto;padding:14px 14px 24px;animation:listIn .18s ease-out;scrollbar-width:thin}.work-list-header{position:-webkit-sticky;position:sticky;top:0;z-index:3;display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;margin:-14px -14px 14px;padding:14px;background:rgba(11,11,16,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.work-list-header button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:50%;cursor:pointer;font-size:20px;font-weight:900}.work-list-header p{margin:0 0 3px;color:var(--muted);font-size:12px;font-weight:900}.work-list-header h2{margin:0;overflow:hidden;font-size:26px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.work-list-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:12px}.work-list-summary>div{display:grid;grid-gap:2px;gap:2px;min-width:0;padding:11px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.055)}.work-list-summary strong{overflow:hidden;font-size:17px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.work-list-summary span{color:rgba(255,255,255,.56);font-size:10px;font-weight:900}.work-list-tools{position:-webkit-sticky;position:sticky;top:70px;z-index:2;display:grid;grid-gap:10px;gap:10px;margin:0 -14px 12px;padding:0 14px 12px;background:linear-gradient(180deg,rgba(11,11,16,.96),rgba(11,11,16,.86) 76%,rgba(11,11,16,0));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.work-list-search{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;min-height:44px;border-radius:8px}.work-list-search span{color:rgba(255,255,255,.52);font-size:11px;font-weight:900;text-align:center}.work-list-search input{width:100%;min-width:0;border:0;padding:0 12px 0 0;background:transparent;outline:0;font-size:14px;font-weight:800}.work-list-search input::placeholder{color:rgba(255,255,255,.38)}.work-list-sort{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px}.work-list-sort button{min-width:0;min-height:34px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:rgba(255,255,255,.68);background:rgba(255,255,255,.055);cursor:pointer;font-size:11px;font-weight:900}.work-list-sort button.active{color:white;border-color:rgba(255,255,255,.18);background:linear-gradient(135deg,rgba(129,88,255,.95),rgba(255,79,154,.95))}.work-list-count{margin:0 0 10px;color:rgba(255,255,255,.62);font-size:12px;font-weight:900}.work-list-count span{color:rgba(255,255,255,.42)}.work-list-items{display:grid;grid-gap:9px;gap:9px}.work-list-item{display:block;border:1px solid rgba(255,255,255,.1);padding:10px;color:white;background:rgba(255,255,255,.055)}.work-list-play{display:grid;grid-template-columns:68px minmax(0,1fr) 34px;grid-gap:10px;gap:10px;align-items:center;width:100%;border:0;padding:0;color:inherit;background:transparent;cursor:pointer;text-align:left}.work-list-play img{width:68px;aspect-ratio:1;object-fit:cover;border-radius:8px}.work-list-copy{display:grid;min-width:0;grid-gap:3px;gap:3px}.work-list-copy small{overflow:hidden;color:var(--muted);font-size:11px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.work-list-copy strong{display:-webkit-box;overflow:hidden;font-size:15px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.work-list-copy em{overflow:hidden;color:rgba(255,255,255,.62);font-size:11px;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.work-list-play-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#101016;background:rgba(255,255,255,.9);font-size:12px;font-weight:900}.work-list-meta,.work-list-signal,.work-list-tags{display:flex;flex-wrap:wrap;gap:6px;margin-left:78px}.work-list-meta{margin-top:8px;color:rgba(255,255,255,.48);font-size:10px;font-weight:900}.work-list-signal{margin-top:7px;color:rgba(255,255,255,.72);font-size:11px;font-weight:900}.work-list-tags{margin-top:8px}.work-list-tags span{max-width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:5px 7px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.055);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.work-list-more{width:100%;min-height:44px;margin-top:12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:white;background:rgba(255,255,255,.075);cursor:pointer;font-size:13px;font-weight:900}.work-list-empty{display:grid;grid-gap:8px;gap:8px;margin-top:18px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.055);text-align:center}.work-list-empty strong{color:white;font-size:15px}.work-list-empty span{font-size:12px;font-weight:800;line-height:1.6}.work-sheet-primary{display:flex;min-height:48px;align-items:center;justify-content:center;margin-top:16px;border-radius:999px;background:linear-gradient(135deg,var(--violet),var(--pink));font-weight:900}.admin-page,.library-page,.work-detail-page{min-height:100vh;padding:104px 24px 32px;color:var(--ui-text,#eef2f8);background:radial-gradient(circle at 12% 0,rgba(39,206,137,.16),transparent 30%),radial-gradient(circle at 88% -6%,rgba(255,79,154,.12),transparent 28%),var(--ui-bg,#0d1015)}.admin-shell,.library-hero,.work-detail-grid,.work-detail-hero{width:min(1120px,100%);margin-inline:auto}.library-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);grid-gap:18px;gap:18px;align-items:stretch;margin-bottom:18px}.admin-panel,.library-hero>div,.library-stats,.work-card,.work-detail-hero,.work-detail-panel{border:1px solid var(--ui-border,#2a3447);border-radius:8px;background:rgba(20,25,35,.92);box-shadow:var(--ui-shadow,0 16px 40px rgba(3,8,16,.38))}.library-hero>div{display:grid;align-content:end;grid-gap:10px;gap:10px;min-height:210px;padding:24px}.admin-header p,.admin-panel-heading p,.library-hero p,.work-detail-copy>p,.work-detail-panel>p{margin:0;color:var(--ui-primary,#68a0ff);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.admin-header h1,.library-hero h1,.work-detail-copy h1{margin:0;font-size:clamp(32px,6vw,56px);line-height:1.04;letter-spacing:0}.library-hero span,.work-detail-copy>span{max-width:680px;color:var(--ui-muted,#a9b4c7);font-size:15px;font-weight:750;line-height:1.75;white-space:pre-line;overflow-wrap:anywhere}.library-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;margin:0;overflow:hidden}.library-stats div{display:grid;align-content:center;grid-gap:8px;gap:8px;min-width:0;padding:16px 14px;background:rgba(255,255,255,.025)}.library-stats dt,.work-detail-stats dt{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:900}.library-stats dd,.work-detail-stats dd{margin:0;color:white;font-size:clamp(20px,2vw,26px);font-weight:950;line-height:1;white-space:nowrap}.recommendation-page{background:linear-gradient(180deg,rgba(16,24,36,.98),rgba(9,12,18,1))}.recommendation-page .library-hero{grid-template-columns:minmax(0,1fr);gap:10px;width:min(880px,100%);margin-bottom:14px}.recommendation-page .library-hero>div,.recommendation-page .library-stats,.recommendation-page .work-card{background:rgba(18,24,34,.72);box-shadow:none}.recommendation-page .library-hero>div{min-height:0;padding:18px 20px}.recommendation-page .library-hero h1{font-size:clamp(28px,4vw,42px)}.recommendation-page .library-hero span{max-width:56em;font-size:13px;line-height:1.65}.recommendation-page .library-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.recommendation-page .library-stats div{min-height:58px;padding:10px 14px}.recommendation-page .library-stats dt{font-size:11px}.recommendation-page .library-stats dd{font-size:20px}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:14px;gap:14px;width:min(1120px,100%);margin-inline:auto}.recommendation-page .work-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;width:min(880px,100%)}.library-empty-state{display:grid;justify-items:start;grid-gap:10px;gap:10px;width:min(680px,100%);margin:18px auto 0;padding:22px;border:1px solid var(--ui-border,#2a3447);border-radius:8px;color:rgba(238,242,248,.76);background:rgba(20,25,35,.86)}.library-empty-state strong{color:white;font-size:18px}.library-empty-state span{font-size:13px;font-weight:750;line-height:1.7}.library-empty-state a{display:inline-flex;min-height:38px;align-items:center;border-radius:8px;padding:0 13px;color:#07101b;background:var(--ui-primary,#68a0ff);font-size:12px;font-weight:900}.work-card{display:grid;grid-template-columns:132px minmax(0,1fr);min-width:0;overflow:hidden}.work-card.compact{grid-template-columns:minmax(0,1fr);align-items:stretch}.work-card-image{position:relative;min-height:100%;background:#090c12}.work-card-image img{display:block;width:100%;height:100%;min-height:210px;object-fit:cover}.work-card.compact .work-card-image img{aspect-ratio:1;min-height:0}.work-card-image span{position:absolute;left:10px;bottom:10px;border-radius:999px;padding:5px 8px;color:#06101a;background:#9ce9b8;font-size:11px;font-weight:950}.work-card-body{display:grid;grid-gap:11px;gap:11px;min-width:0;padding:16px}.work-card.compact .work-card-body{align-content:center;gap:12px;padding:14px}.work-card-heading{display:grid;grid-gap:4px;gap:4px}.work-card-heading p{margin:0;color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:900}.work-card-heading h2{margin:0;font-size:19px;line-height:1.3}.work-card.compact .work-card-heading h2{font-size:18px;line-height:1.28}.work-card-description,.work-card.compact .work-card-heading h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.work-card-description{min-height:3.45em;margin:0;color:rgba(238,242,248,.76);font-size:13px;font-weight:700;line-height:1.72}.work-card.compact .work-card-description{min-height:0;font-size:12px;line-height:1.55;-webkit-line-clamp:1}.work-card-actions,.work-card-tags,.work-detail-actions,.work-detail-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.work-card-tags span,.work-detail-tags b{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 8px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);font-size:11px;font-weight:900}.work-card.compact .work-card-tags{gap:6px}.work-card.compact .work-card-tags span{padding:4px 7px;font-size:10px}.work-card-tags .age-全年齢,.work-detail-tags .age-全年齢{color:#dfffee;background:rgba(39,206,137,.16)}.work-card-tags .age-R15,.work-detail-tags .age-R15{color:#fff1c7;background:rgba(255,177,66,.16)}.work-card-tags .age-R18,.work-detail-tags .age-R18{color:#ffdce8;background:rgba(255,79,154,.17)}.work-card-meta{display:grid;grid-gap:4px;gap:4px;color:rgba(238,242,248,.62);font-size:12px;font-weight:800}.work-card.compact .work-card-meta{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:11px}.admin-header nav a,.admin-header nav button,.admin-locked a,.admin-review-card a,.work-card-actions a,.work-card-actions>b,.work-detail-actions a{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border:1px solid var(--ui-border,#2a3447);border-radius:8px;padding:0 12px;color:white;background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.work-card.compact .work-card-actions{gap:6px}.work-card.compact .card-sales .sales-trigger,.work-card.compact .work-card-actions a,.work-card.compact .work-card-actions>b{min-height:32px;padding-inline:10px}.admin-header nav button{cursor:pointer}.admin-header nav input,.admin-header nav select{min-height:36px;border:1px solid var(--ui-border,#2a3447);border-radius:8px;padding:0 10px;color:white;background:rgba(255,255,255,.06);font-size:12px;font-weight:800}.work-card-actions a:last-of-type,.work-detail-actions a:not(:first-child){border-color:transparent;color:#081021;background:var(--ui-primary,#68a0ff)}.work-card-actions>b{color:#dfffee;background:rgba(39,206,137,.13)}.work-detail-hero{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);grid-gap:0;gap:0;overflow:hidden}.work-detail-cover{min-height:100%;background:#090c12}.work-detail-cover img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover}.work-detail-copy{display:grid;align-content:center;grid-gap:18px;gap:18px;min-width:0;padding:28px;overflow-wrap:anywhere}.work-detail-grid{display:grid;grid-gap:14px;gap:14px;margin-top:14px}.work-detail-player{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:10px 12px;background:rgba(255,255,255,.07)}.work-detail-actions .sheet-sales{width:auto;margin-top:0}.work-detail-actions .sheet-sales .sales-trigger{width:auto;min-width:148px;justify-content:center;padding-inline:22px}.work-detail-player audio{display:none}.work-detail-player button{min-height:38px;border:0;border-radius:999px;padding:0 14px;color:#081021;background:linear-gradient(135deg,#2cdef4,#ff4f9a);cursor:pointer;font-size:12px;font-weight:950;white-space:nowrap}.work-detail-player-track{min-width:0}.work-detail-player input{display:block;width:100%;height:8px;border-radius:999px;background:linear-gradient(90deg,#2cdef4,#ff4f9a) 0 /0 100% no-repeat,rgba(255,255,255,.22);cursor:pointer;accent-color:var(--ui-primary,#68a0ff);-webkit-appearance:none;-moz-appearance:none;appearance:none}.work-detail-player input::-webkit-slider-thumb{width:16px;height:16px;border:2px solid white;border-radius:50%;background:var(--ui-primary,#68a0ff);box-shadow:0 8px 18px rgba(0,0,0,.28);-webkit-appearance:none;appearance:none}.work-detail-player input::-moz-range-thumb{width:16px;height:16px;border:2px solid white;border-radius:50%;background:var(--ui-primary,#68a0ff);box-shadow:0 8px 18px rgba(0,0,0,.28)}.work-detail-player time{color:rgba(255,255,255,.72);font-size:12px;font-weight:900;white-space:nowrap}.work-detail-panel{display:grid;grid-gap:16px;gap:16px;padding:20px}.work-detail-stats{display:grid;grid-gap:10px;gap:10px;margin:0}.work-detail-stats div{border-radius:8px;padding:13px;background:rgba(255,255,255,.055)}.work-detail-credits{display:grid;grid-gap:10px;gap:10px}.work-detail-credits>div{display:grid;grid-template-columns:104px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:baseline;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.work-detail-credits>div:last-child{padding-bottom:0;border-bottom:0}.work-detail-credits span{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:800}.work-detail-credits p{margin:0;overflow:hidden;color:rgba(255,255,255,.92);font-size:14px;font-weight:900;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.work-detail-credits a,.work-detail-credits b{color:inherit;font-weight:inherit;text-decoration:none}.work-detail-report-panel{gap:10px}.work-detail-report-panel>span{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:800;line-height:1.6}.work-detail-report-panel .report-control>button{min-height:42px;border-radius:999px;padding:0 18px;color:#ffffff;background:linear-gradient(135deg,#27ce89,#28b77d);box-shadow:0 12px 24px rgba(21,155,126,.2)}.admin-shell{display:grid;grid-gap:16px;gap:16px}.admin-header{display:flex;gap:16px;align-items:center;justify-content:space-between}.admin-header nav{display:flex;flex-wrap:wrap;gap:8px}.admin-panel{display:grid;grid-gap:14px;gap:14px;padding:20px}.admin-locked{max-width:620px}.admin-locked strong{font-size:22px}.admin-locked span{color:var(--ui-muted,#a9b4c7);font-weight:800;line-height:1.7}.admin-panel-heading{display:flex;gap:12px;align-items:center;justify-content:space-between}.admin-panel-heading h2{margin:4px 0 0}.admin-panel-heading strong{color:#9ce9b8}.admin-review-list{display:grid;grid-gap:10px;gap:10px}.admin-review-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px;background:rgba(255,255,255,.045)}.admin-review-card.no-image{grid-template-columns:minmax(0,1fr) auto}.admin-review-card img{width:64px;aspect-ratio:1;border-radius:8px;object-fit:cover}.admin-review-card p,.admin-review-card span{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:900}.admin-review-card h3,.admin-review-card p{margin:0}.admin-review-card p{overflow-wrap:anywhere}.admin-review-card h3{overflow:hidden;margin:3px 0;text-overflow:ellipsis;white-space:nowrap}@keyframes sheetIn{0%{opacity:.7;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes salesPopupIn{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes listIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:760px){.reel-frame{border-inline:1px solid rgba(255,255,255,.08);box-shadow:0 0 120px rgba(0,0,0,.5)}}@media (max-width:980px){.circle-sidebar{position:-webkit-sticky;position:sticky;top:0;width:100%;border-right:0;border-bottom:1px solid rgba(255,255,255,.09);padding:12px}.circle-brand{padding:4px 4px 10px}.circle-sidebar nav{grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;margin-top:10px;padding-bottom:2px}.circle-dashboard-main{width:100%;margin-left:0;padding:18px}.account-grid,.circle-grid,.circle-lower-grid,.circle-metrics,.circle-status-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.circle-metrics.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.circle-table{overflow-x:auto}.library-hero,.work-detail-grid,.work-detail-hero{grid-template-columns:1fr}.work-detail-cover img{min-height:320px;max-height:520px}}@media (max-width:620px){.circle-dashboard-header,.circle-panel-heading{align-items:flex-start;flex-direction:column}.circle-header-actions{width:100%}.circle-primary-action,.circle-secondary-action{flex:1 1}.account-circle-form-grid,.account-definition,.account-grid,.circle-feature-body,.circle-feature-body dl,.circle-form-grid,.circle-grid,.circle-lower-grid,.circle-media-preview,.circle-metrics,.circle-metrics.compact,.circle-relation-row,.circle-status-strip{grid-template-columns:1fr}.account-overview-actions-main .account-secondary-action{width:max-content}.account-definition.account-definition-rows div+div{border-top:1px solid rgba(255,255,255,.08);border-left:0}.account-preference-panel .account-preference-list{grid-template-columns:1fr}.account-circle-settings-header,.account-circle-status-line,.account-overview-main{align-items:flex-start;flex-direction:column}.account-circle-form-actions,.account-circle-settings-actions,.account-overview-actions{width:100%}.account-circle-form-actions>*,.account-circle-settings-actions>*,.account-overview-actions-main>*{flex:1 1}.account-overview-actions{align-items:stretch;width:100%}.account-overview-logout{align-self:flex-end}.account-circle-profile-summary{grid-template-columns:1fr}.account-circle-profile-summary div+div{border-top:1px solid rgba(255,255,255,.08);border-left:0}.circle-complete-panel{margin-top:4vh}.circle-complete-summary{grid-template-columns:56px minmax(0,1fr)}.circle-complete-summary img{width:56px}.circle-complete-summary .circle-status{grid-column:1/-1}.circle-complete-actions a{width:100%}.circle-feature-body img{width:100%;max-height:220px}.circle-table{overflow-x:auto;overflow-y:hidden;border:1px solid rgba(255,255,255,.08);gap:0}.circle-table-head{display:grid}.circle-table-row-v1:not(.circle-table-head){min-width:960px;grid-template-columns:minmax(240px,1.55fr) 90px minmax(92px,.65fr) 92px 74px 112px 70px 64px;border:0;border-bottom:1px solid rgba(255,255,255,.07);border-radius:0;background:transparent}.circle-table-row-v1:not(.circle-table-head)>span:first-child{grid-column:auto}.circle-table-row-v1:not(.circle-table-head)>span:nth-child(3),.circle-table-row-v1:not(.circle-table-head)>span:nth-child(4){color:rgba(255,255,255,.76);font-size:13px}.account-page,.admin-page,.auth-page,.circle-dashboard-main,.library-page,.work-detail-page{padding:14px}.admin-page,.library-page,.work-detail-page{padding-top:90px}.account-header{align-items:flex-start;flex-direction:column}.library-stats{grid-template-columns:1fr}.work-card{grid-template-columns:108px minmax(0,1fr)}.work-card-image img{min-height:238px}.work-detail-copy{padding:18px}.admin-header,.admin-panel-heading,.admin-review-card{align-items:flex-start;grid-template-columns:56px minmax(0,1fr)}.admin-header,.admin-panel-heading{flex-direction:column}.admin-review-card a{grid-column:1/-1;width:100%}.admin-affiliate-list article,.admin-review-card.no-image,.notification-card{grid-template-columns:1fr}}@media (max-width:430px){.reel-copy{right:84px}.reel-actions span{width:48px;height:48px}}@media (min-width:940px){.reel-page{padding-inline:32px}.reel-desktop-panel{display:block}}@media (max-width:939px){.reel-page{padding-inline:0}}.work-card-tags .age-all_ages,.work-detail-tags .age-all_ages,.work-sheet-tags .age-all_ages{color:#dfffee;background:rgba(39,206,137,.16)}.work-card-tags .age-r15,.work-detail-tags .age-r15,.work-sheet-tags .age-r15{color:#fff1c7;background:rgba(255,177,66,.16)}.work-card-tags .age-r18,.work-detail-tags .age-r18,.work-sheet-tags .age-r18{color:#ffdce8;background:rgba(255,79,154,.17)}.account-preference-list,.circle-choice-row,.circle-flag-row{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.account-preference-group{margin-top:18px}.circle-ai-usage-field{display:grid;grid-gap:8px;gap:8px}.circle-ai-usage-field>span{color:var(--ui-muted);font-size:12px;font-weight:900}.circle-ai-usage-field small{color:var(--ui-muted);font-size:12px;line-height:1.6}.account-preference-heading{display:block;color:rgba(255,255,255,.72);font-size:12px;font-weight:900}.circle-choice-row,.circle-flag-row{grid-template-columns:repeat(3,minmax(0,1fr))}.circle-choice-row{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.account-preference-list label,.circle-choice-row label,.circle-flag-row label{display:flex;gap:10px;align-items:center;min-height:42px;border:1px solid var(--ui-border);border-radius:8px;padding:9px 12px;color:var(--ui-muted);background:var(--ui-surface);font-size:13px;font-weight:800}.account-preference-list input,.circle-choice-row input,.circle-flag-row input{width:16px;height:16px;accent-color:var(--pink)}.sales-affiliate-note{margin:10px 0 0;color:rgba(109,126,127,.92);font-size:11px;line-height:1.5}.circle-tag-picker{display:grid;grid-gap:12px;gap:12px}.circle-tag-summary{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 12px;background:rgba(255,255,255,.055)}.circle-tag-summary strong{color:white;font-size:13px;font-weight:950}.circle-tag-summary span{color:rgba(255,255,255,.58);font-size:12px;font-weight:850}.circle-tag-group{display:grid;grid-gap:8px;gap:8px}.circle-tag-group-heading{display:flex;gap:8px;align-items:baseline;justify-content:space-between}.circle-tag-group-heading span{color:rgba(255,255,255,.82);font-size:12px;font-weight:950}.circle-tag-group-heading small{color:rgba(255,255,255,.58);font-size:11px;font-weight:900}.circle-selected-tags,.circle-tag-suggestions{display:flex;flex-wrap:wrap;gap:8px}.circle-selected-tags button,.circle-selected-tags span,.circle-tag-suggestions button{min-height:32px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:0 10px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.circle-selected-tags button{color:white;background:rgba(255,79,154,.18)}.circle-tag-suggestions button{text-align:left}.circle-tag-open-button{width:max-content;min-height:36px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:0 14px;color:white;background:rgba(255,255,255,.08);cursor:pointer;font-size:13px;font-weight:950}.circle-tag-dialog-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:rgba(9,31,50,.32);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.circle-tag-dialog{display:grid;grid-gap:14px;gap:14px;width:min(780px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:18px;background:#14203a;box-shadow:0 24px 72px rgba(0,0,0,.36)}.circle-tag-dialog-header{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.circle-tag-dialog-header h2,.circle-tag-dialog-header p{margin:0}.circle-tag-dialog-header p{color:rgba(255,255,255,.58);font-size:11px;font-weight:950}.circle-tag-dialog-header h2{color:white;font-size:24px;line-height:1.1}.circle-tag-dialog-header strong{flex:0 0 auto;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 10px;color:white;background:rgba(255,255,255,.08);font-size:12px;font-weight:950;white-space:nowrap}.circle-tag-dialog-search{display:grid;grid-gap:7px;gap:7px;color:rgba(255,255,255,.72);font-size:12px;font-weight:950}.circle-tag-dialog-search input{width:100%}.circle-tag-dialog-section{display:grid;grid-gap:8px;gap:8px}.circle-tag-dialog-suggestions{max-height:min(34vh,320px);overflow:auto;padding-right:2px}.circle-tag-dialog-all-tags{max-height:min(28vh,260px)}.circle-tag-dialog-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.circle-tag-dialog-actions span{color:rgba(255,255,255,.58);font-size:12px;font-weight:850}.circle-tag-dialog-actions button{min-height:36px;border:0;border-radius:999px;padding:0 16px;color:#081021;background:linear-gradient(135deg,#2cdef4,#ff4f9a);cursor:pointer;font-size:13px;font-weight:950}.circle-field-counter{color:rgba(255,255,255,.58);font-size:12px;font-weight:850;text-align:right}.circle-submit-confirmation-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px;background:rgba(9,31,50,.34);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.circle-submit-confirmation-dialog{display:grid;grid-gap:14px;gap:14px;width:min(720px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:18px;background:#14203a;box-shadow:0 24px 72px rgba(0,0,0,.36)}.circle-submit-confirmation-header{display:grid;grid-gap:6px;gap:6px}.circle-submit-confirmation-header h2,.circle-submit-confirmation-header p,.circle-submit-confirmation-header span{margin:0}.circle-submit-confirmation-header p{color:rgba(255,255,255,.58);font-size:11px;font-weight:950}.circle-submit-confirmation-header h2{color:white;font-size:24px;line-height:1.15}.circle-submit-confirmation-header span{color:rgba(255,255,255,.68);font-size:13px;line-height:1.6}.circle-submit-confirmation-summary{display:grid;grid-gap:8px;gap:8px;margin:0}.circle-submit-confirmation-summary>div{display:grid;grid-template-columns:minmax(96px,140px) 1fr;grid-gap:10px;gap:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px;background:rgba(255,255,255,.06)}.circle-submit-confirmation-summary dt{color:rgba(255,255,255,.58);font-size:12px;font-weight:950}.circle-submit-confirmation-summary dd{min-width:0;margin:0;color:white;font-size:13px;font-weight:850;line-height:1.6;overflow-wrap:anywhere}.circle-submit-confirmation-description{display:grid;grid-gap:6px;gap:6px;max-height:180px;overflow:auto;white-space:pre-wrap}.circle-submit-confirmation-description small{color:rgba(255,255,255,.58);font-size:12px;font-weight:850;white-space:normal}.circle-submit-confirmation-audio,.circle-submit-confirmation-cover{display:grid;grid-gap:8px;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px;background:rgba(255,255,255,.06)}.circle-submit-confirmation-audio>span,.circle-submit-confirmation-cover>span{color:rgba(255,255,255,.58);font-size:12px;font-weight:950}.circle-submit-confirmation-cover figure{display:grid;place-items:center;margin:0;overflow:hidden;border-radius:10px;background:rgba(0,0,0,.12)}.circle-submit-confirmation-cover img{display:block;width:100%;max-height:240px;object-fit:contain}.circle-submit-confirmation-audio p,.circle-submit-confirmation-cover p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.6}.circle-submit-confirmation-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.circle-submit-confirmation-actions button{min-height:38px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:0 16px;color:white;background:rgba(255,255,255,.08);cursor:pointer;font-size:13px;font-weight:950}.circle-submit-confirmation-actions button:disabled{cursor:not-allowed;opacity:.56}.circle-submit-confirmation-actions .circle-primary-action{border:0;color:#081021;background:linear-gradient(135deg,#2cdef4,#ff4f9a)}@media (max-width:520px){.circle-submit-confirmation-summary>div{grid-template-columns:1fr}.circle-submit-confirmation-actions{flex-direction:column-reverse}.circle-submit-confirmation-actions button{width:100%}}.deleted-work-card{display:grid;grid-gap:6px;gap:6px;width:min(420px,calc(100% - 32px));margin:0 auto 18px;border:1px dashed rgba(255,255,255,.18);border-radius:8px;padding:18px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.04);text-align:center}.deleted-work-card div{display:grid;width:56px;height:56px;place-items:center;margin:0 auto 4px;border-radius:50%;color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);font-size:28px;font-weight:900}.admin-status-strip{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.account-danger-action,.admin-affiliate-list a,.admin-affiliate-list button,.admin-review-card button,.admin-status-strip span{border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:8px 10px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.admin-review-card button{min-height:38px;cursor:pointer}.admin-card-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-affiliate-list,.admin-tag-term-list,.notification-list{display:grid;grid-gap:12px;gap:12px;width:min(1120px,100%);margin-inline:auto}.admin-affiliate-list article,.admin-tag-term-list article,.notification-card{border:1px solid var(--ui-border,#2a3447);border-radius:8px;background:rgba(20,25,35,.92);box-shadow:var(--ui-shadow,0 16px 40px rgba(3,8,16,.38))}.admin-affiliate-list article{display:grid;grid-template-columns:86px minmax(0,1fr) minmax(120px,.35fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:12px}.admin-tag-term-form{display:grid;grid-template-columns:minmax(180px,.8fr) 120px minmax(180px,1fr) auto;grid-gap:10px;gap:10px}.admin-tag-term-form button,.admin-tag-term-form input,.admin-tag-term-form select,.admin-tag-term-list button{min-height:38px;border:1px solid var(--ui-border,#2a3447);border-radius:8px;padding:0 11px;color:white;background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.admin-tag-term-form button,.admin-tag-term-list button{cursor:pointer}.admin-tag-term-form button:disabled{cursor:not-allowed;opacity:.45}.admin-tag-term-list article{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(120px,.5fr) auto;grid-gap:12px;gap:12px;align-items:center;padding:12px}.admin-affiliate-list small,.admin-affiliate-list strong,.admin-tag-term-list small,.admin-tag-term-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-affiliate-list small,.admin-affiliate-list span,.admin-tag-term-list small,.admin-tag-term-list span{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:900}.notification-page .notification-list{width:100%}.notification-page .notification-empty{width:100%;margin:0}.notification-card{display:block;padding:16px}.notification-card.read{opacity:.72}.notification-card-main{display:grid;grid-gap:8px;gap:8px;min-width:0}.notification-card h2,.notification-card p,.notification-card span{margin:0}.notification-card-footer,.notification-card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.notification-card-meta p{color:var(--ui-primary,#68a0ff);font-size:12px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.notification-card-meta span{min-height:24px;border:1px solid rgba(255,45,85,.24);border-radius:999px;padding:3px 9px;color:#ffdce8;background:rgba(255,45,85,.12);font-size:11px;font-weight:950}.notification-card h2{overflow-wrap:anywhere;font-size:18px;line-height:1.35}.notification-card-body{display:block;color:rgba(238,242,248,.74);font-size:13px;font-weight:750;line-height:1.65}.notification-card b,.notification-card small{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:900}.notification-card button{min-height:32px;border:1px solid rgba(37,244,238,.28);border-radius:8px;padding:0 11px;color:#f7ffff;background:rgba(37,244,238,.12);cursor:pointer;font-size:12px;font-weight:900}.notification-card button:hover{background:rgba(37,244,238,.18)}.report-control{position:relative;display:grid;grid-gap:8px;gap:8px;justify-items:start}.work-sheet>.report-control{margin-top:16px;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;justify-items:end}.report-control>button,.report-panel button{min-height:34px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:0 12px;color:rgba(255,255,255,.86);background:rgba(255,255,255,.06);font-size:12px;font-weight:900}.report-control>span{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:800}.report-panel{display:grid;grid-gap:10px;gap:10px;width:min(360px,100%);border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:12px;background:#111722}.report-panel label{display:grid;grid-gap:6px;gap:6px}.account-danger-panel>span,.report-panel label span{color:var(--ui-muted,#a9b4c7);font-size:12px;font-weight:850;line-height:1.65}.report-panel select,.report-panel textarea{width:100%;border:1px solid var(--ui-border,#2a3447);border-radius:8px;padding:9px 10px;color:var(--ui-text,#eef2f8);background:#0f1520}.report-panel textarea{min-height:92px;resize:vertical}.report-panel>div{display:flex;gap:8px;justify-content:flex-end}.circle-row-actions{display:flex;flex-wrap:wrap;gap:6px}.circle-row-actions button.circle-row-action{cursor:pointer}.status-suspended{color:#ffdce8;background:rgba(255,79,154,.17)}.account-danger-panel{display:grid;grid-gap:12px;gap:12px}.account-danger-panel h2{margin:0}.account-danger-panel label{display:grid;grid-gap:7px;gap:7px}.account-danger-actions{display:flex;flex-wrap:wrap;gap:8px}.account-danger-panel input{width:100%;border:1px solid var(--ui-border,#2a3447);border-radius:var(--ui-radius-md,12px);padding:11px 12px;color:var(--ui-text,#eef2f8);background:#0f1520}.account-danger-action{justify-self:start;color:white;background:rgba(255,111,145,.16)}.account-danger-cancel,.account-danger-reveal{width:max-content;border:1px solid rgba(255,255,255,.12);border-radius:var(--ui-radius-md,8px);padding:10px 12px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);cursor:pointer;font-size:12px;font-weight:900}.account-danger-reveal{color:#ffdce8;background:rgba(255,79,154,.1)}.account-danger-action:disabled{cursor:not-allowed;opacity:.55}@media (max-width:760px){.circle-choice-row,.circle-flag-row{grid-template-columns:1fr}}.reel-frame{border-radius:0}.reel-topbar{position:absolute;top:0;left:0;right:0;z-index:12;display:grid;grid-gap:9px;gap:9px;padding:calc(12px + env(safe-area-inset-top)) 14px 22px;background:linear-gradient(180deg,rgba(5,7,12,.86),rgba(5,7,12,.42) 62%,rgba(5,7,12,0));pointer-events:none}.reel-top-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.reel-brand,.reel-top-actions{pointer-events:auto}.reel-brand{display:inline-flex;min-width:0;align-items:center;gap:9px;color:white}.reel-brand-logo{display:block;height:auto;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.reel-brand-logo-full{width:152px;max-height:44px}.reel-brand-logo-mark{display:none;width:42px;height:42px}.reel-brand-mark,.reel-topbar .reel-account-mark{display:grid;place-items:center}.reel-brand-mark{width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:white;background:linear-gradient(135deg,rgba(44,222,244,.92),rgba(255,79,154,.92));box-shadow:0 12px 28px rgba(0,0,0,.28)}.reel-brand strong{overflow:hidden;max-width:13em;font-size:14px;font-weight:950;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 8px 18px rgba(0,0,0,.66)}.reel-brand svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25}.reel-top-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px}.reel-topbar .reel-account-link{position:static;min-height:36px;max-width:128px;padding:5px 10px 5px 5px;background:rgba(255,255,255,.1);box-shadow:0 14px 32px rgba(0,0,0,.28)}.reel-topbar .reel-account-mark{width:26px;height:26px}.reel-topbar .reel-account-link strong{max-width:6.6em;font-size:12px}.reel-filter-bar{position:absolute;top:calc(78px + env(safe-area-inset-top));left:14px;right:14px;z-index:13;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:8px 9px 8px 13px;border:1px solid rgba(255,255,255,.18);border-radius:16px;color:white;background:rgba(5,12,16,.54);box-shadow:0 18px 40px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.reel-filter-bar div{display:grid;grid-gap:2px;gap:2px;min-width:0}.reel-filter-bar small,.reel-filter-bar span{color:rgba(255,255,255,.72);font-size:11px;font-weight:800}.reel-filter-bar small,.reel-filter-bar span,.reel-filter-bar strong{overflow:hidden;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.reel-filter-bar strong{font-size:15px;font-weight:950}.reel-filter-bar button{display:grid;flex:0 0 auto;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:white;background:rgba(255,255,255,.1);cursor:pointer;font-size:20px;line-height:1}.reel-copy{right:96px;bottom:94px}.reel-copy p{color:#d8fbff;font-size:13px;text-shadow:0 8px 24px rgba(0,0,0,.7)}.reel-copy h1{font-size:clamp(25px,5.1vh,38px)}.reel-actions{bottom:122px;gap:10px}.reel-actions .sales-trigger>span,.reel-actions>a>span,.reel-actions>button>span{width:50px;height:50px}.reel-seek{left:18px;right:18px;bottom:calc(6px + env(safe-area-inset-bottom))}.work-sheet{max-height:min(76%,660px);padding-bottom:22px}.work-sheet-heading p{color:#d8fbff;font-size:12px}.work-sheet-quick-routes{display:flex;gap:7px;margin-top:12px;overflow-x:auto;scrollbar-width:none}.work-sheet-quick-routes::-webkit-scrollbar{display:none}.work-sheet-quick-routes button{flex:0 0 auto;min-height:34px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:0 11px;color:rgba(255,255,255,.88);background:rgba(255,255,255,.075);cursor:pointer;font-size:12px;font-weight:900}.work-sheet-related{display:grid;grid-gap:10px;gap:10px;margin-top:14px;border-top:1px solid rgba(255,255,255,.08);padding-top:14px}.work-sheet-related>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.work-sheet-related>div:first-child span{color:rgba(255,255,255,.58);font-size:12px;font-weight:950}.work-sheet-related>div:first-child button{min-height:30px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:0 10px;color:white;background:rgba(255,255,255,.075);cursor:pointer;font-size:11px;font-weight:900}.work-sheet-related>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.work-sheet-related>div:last-child button{display:grid;grid-gap:6px;gap:6px;min-width:0;border:0;border-radius:8px;padding:0;color:white;background:transparent;cursor:pointer;text-align:left}.work-sheet-related img{width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover}.work-sheet-related>div:last-child span{overflow:hidden;color:rgba(255,255,255,.78);font-size:11px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.work-list-layer{background:#050507}.work-list-screen{color:white;background:radial-gradient(circle at 18% -10%,rgba(37,244,238,.14),transparent 32%),radial-gradient(circle at 86% -8%,rgba(255,45,85,.16),transparent 32%),linear-gradient(180deg,rgba(10,10,15,.98),#050507 58%)}.work-list-header{border-bottom:1px solid rgba(255,255,255,.1);background:rgba(5,5,7,.9);box-shadow:0 12px 34px rgba(0,0,0,.28)}.work-list-header button{border:1px solid rgba(255,255,255,.14);color:white;background:rgba(255,255,255,.08)}.work-list-header p{color:#ff4f7d}.work-list-header h2{color:white}.work-list-empty,.work-list-item,.work-list-summary>div{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);box-shadow:0 16px 44px rgba(0,0,0,.2)}.work-list-copy strong,.work-list-empty strong,.work-list-summary strong{color:white}.work-list-copy em,.work-list-copy small,.work-list-count,.work-list-count span,.work-list-meta,.work-list-summary span{color:rgba(255,255,255,.6)}.work-list-tools{background:linear-gradient(180deg,rgba(5,5,7,.96),rgba(5,5,7,.82) 72%,rgba(5,5,7,0))}.work-list-search{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07)}.work-list-search span{color:#ff4f7d}.work-list-search input{color:white}.work-list-search input::placeholder{color:rgba(255,255,255,.4)}.work-list-sort button,.work-list-suggestions button,.work-list-tags span{border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.72);background:rgba(255,255,255,.06)}.work-list-sort button.active,.work-list-suggestions button.active{border-color:transparent;color:white;background:linear-gradient(135deg,#25f4ee,#ff2d55)}.work-list-suggestions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 0 12px}.work-list-suggestions button{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;padding:0 12px;cursor:pointer}.work-list-suggestions small,.work-list-suggestions span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-list-suggestions span{min-width:0;font-size:13px;font-weight:950}.work-list-suggestions small{flex:0 0 auto;color:inherit;opacity:.66;font-size:11px;font-weight:900}.work-list-item{border-radius:8px}.work-list-play-icon{color:white;background:linear-gradient(135deg,#2cdef4,#e23a7f)}.work-list-signal{color:rgba(255,255,255,.76)}.work-list-tags span{color:#ffdce8;background:rgba(255,45,85,.1)}.work-list-more{border:1px solid rgba(226,58,127,.2);color:#e23a7f;background:#fff}@media (min-width:760px){.reel-frame{border-radius:8px}}@media (max-width:520px){.reel-brand-logo-full{display:none}.reel-brand-logo-mark{display:block}.reel-topbar .reel-account-link strong{max-width:5em}.reel-copy{left:18px;right:82px;bottom:92px}.reel-actions{right:12px;bottom:120px}.reel-actions .sales-trigger>span,.reel-actions>a>span,.reel-actions>button>span{width:46px;height:46px}.work-list-suggestions{grid-template-columns:1fr}}@media (max-height:700px){.reel-copy{bottom:80px}.reel-copy>span,.reel-tags{display:none}.reel-actions{bottom:104px}}