:root{--nav-mobile-height:56px;--app-viewport-width:100vw;--ui-ease:cubic-bezier(.22, 1, .36, 1);--ui-fast:.2s;--ui-medium:.3s;--ui-slow:.5s;--pearl-gold:#d0a953;--pearl-gold-light:#eac566;--pearl-gold-dark:#b38f43;--pearl-charcoal:#2e2e2d;--pearl-white:#fcfcfb;--pearl-shell-dark:#1f201f;--pearl-shell-mid:#292a29;--pearl-shadow:#14120e59;--pearl-gold-glow:#d0a95342}body:not(.app-ready) #app-root{opacity:0;pointer-events:none}body.app-ready #app-root{opacity:1;transition:opacity .35s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--pearl-charcoal)}::-webkit-scrollbar-thumb{border:2px solid var(--pearl-charcoal);background-color:#d0a9536b;border-radius:8px}::-webkit-scrollbar-thumb:hover{background-color:#eac5669e}*{scrollbar-width:thin;scrollbar-color:#d0a9539e var(--pearl-charcoal)}::-webkit-scrollbar-thumb{transition:background-color var(--ui-fast) ease}.header-container{box-sizing:border-box;background:radial-gradient(circle at 12% 0%, #eac56629, transparent 34%), linear-gradient(135deg, var(--pearl-charcoal) 0%, var(--pearl-shell-mid) 55%, var(--pearl-shell-dark) 100%);max-width:100vw;height:56px;color:var(--pearl-white);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:67;border-bottom:1px solid #d0a95357;justify-content:space-between;align-items:center;gap:clamp(8px,2vw,18px);padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden;box-shadow:0 16px 38px #0000003d}.header-logo{min-width:0;color:var(--pearl-white);transition:filter var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;border-radius:999px;flex:0 auto;align-items:center;gap:10px;display:flex}.header-logo img{flex:none}.header-logo:hover{filter:drop-shadow(0 0 16px var(--pearl-gold-glow));transform:translateY(-1px)}.header-logo-text{color:var(--pearl-white);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;text-shadow:0 1px 16px #00000057,0 0 18px #d0a9532e;max-width:clamp(96px,18vw,170px);font-size:1rem;font-weight:800;line-height:1;overflow:hidden}.header-logo:hover .header-logo-text{color:var(--pearl-gold-light)}.header-slogan{color:#fcfcfbe0;letter-spacing:.18em;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;text-shadow:0 1px 14px #00000042;flex:auto;min-width:0;font-size:.85rem;overflow:hidden}.header-menu-button{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;display:flex}.menu-line{background-color:var(--pearl-white);width:18px;height:2px}.pearl-header{z-index:67;background:radial-gradient(circle at 12% 0%, #eac56629, transparent 34%), linear-gradient(135deg, var(--pearl-charcoal) 0%, var(--pearl-shell-mid) 55%, var(--pearl-shell-dark) 100%);min-height:64px;color:var(--pearl-white);border-bottom:1px solid #d0a95357;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 18px;display:grid;position:sticky;top:0;box-shadow:0 16px 38px #0000003d}.header-left,.header-center{align-items:center;display:flex}.header-center{justify-content:center;min-width:0}.header-tagline{color:#fcfcfbe0;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;font-size:.78rem;font-weight:600}.header-menu-btn{width:40px;height:40px;color:var(--pearl-gold-light);cursor:pointer;background:#fcfcfb0f;border:1px solid #d0a9533d;border-radius:50%;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #fcfcfb0a,0 8px 20px #0000002e}.header-menu-icon{width:18px;height:18px;display:block;position:relative}.header-menu-line{background:var(--pearl-gold-light);width:18px;height:2px;transition:top var(--ui-medium) var(--ui-ease), transform var(--ui-medium) var(--ui-ease);border-radius:2px;position:absolute;left:0}.header-menu-line--top{top:5px}.header-menu-line--bottom{top:12px}.header-menu-btn.is-open .header-menu-line--top{top:9px;transform:rotate(45deg)}.header-menu-btn.is-open .header-menu-line--bottom{top:9px;transform:rotate(-45deg)}.account-menu{z-index:80;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 18% 0,#eac56624,#0000 34%),linear-gradient(145deg,#2e2e2dfa,#1f201ffa);border:1px solid #d0a95347;border-radius:20px;width:min(300px,100vw - 28px);padding:10px;position:fixed;top:68px;right:14px;box-shadow:0 30px 70px #00000061}.account-menu ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.account-menu button{width:100%;color:var(--pearl-white);text-align:left;cursor:pointer;background:#fcfcfb0e;border:1px solid #fcfcfb14;border-radius:12px;padding:11px 13px}.account-menu button:hover,.account-menu button:focus-visible{background:#d0a95321;border-color:#eac56657;outline:none}body{background-color:#fcfcfb;height:100%;margin:0;padding:104px 0 0;overflow-x:hidden}html{height:100%;width:min(100%, var(--app-viewport-width));background-color:#fcfcfb;min-width:0;max-width:100%;overflow-x:hidden}body{width:min(100%, var(--app-viewport-width));box-sizing:border-box;min-width:0;max-width:100%;position:relative}body.no-404-top-padding{padding-top:0!important}select{background-color:var(--pearl-charcoal);color:var(--pearl-white);border:1px solid #d0a95352;border-radius:4px}select option{background-color:var(--pearl-charcoal);color:inherit}.header-menu-toggle{flex:none;align-items:center;gap:8px;display:flex}.header-menu-unread-dot{border:2px solid var(--pearl-charcoal);background:#ff4a4d;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 2px #d0a9532e}#app-root{min-height:100vh;width:min(100%, var(--app-viewport-width));flex-direction:column;min-width:0;max-width:100%;display:flex;overflow-x:hidden}.page-content{width:min(100%, var(--app-viewport-width));box-sizing:border-box;flex:1;min-width:0;max-width:100%;padding-bottom:80px;overflow-x:hidden}.nav-container{color:var(--pearl-white);z-index:62;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#2e2e2dfa,#1f201ff5);border-color:#d0a95342;justify-content:space-around;align-items:center;display:flex;position:fixed;box-shadow:0 14px 32px #0003}.nav-item{color:#fcfcfbc7;min-width:82px;transition:color var(--ui-medium) var(--ui-ease), background-color var(--ui-medium) var(--ui-ease), box-shadow var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;border-radius:999px;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;font-size:.75rem;text-decoration:none;display:flex}.nav-item:hover,.nav-item:focus-visible{color:var(--pearl-white);background:#fcfcfb12;outline:none;transform:translateY(-1px)}.nav-item-active{color:var(--pearl-gold-light);background:linear-gradient(135deg,#d0a9532e,#b38f4314);font-weight:800;box-shadow:inset 0 0 0 1px #eac56666,0 10px 28px #0003}.nav-icon,.nav-label{display:block}@media (min-width:768px){.nav-container{border-bottom-style:solid;border-bottom-width:1px;height:48px;top:56px;left:0;right:0}.nav-icon{display:none}.nav-label{font-size:.95rem;display:block}body{padding-top:104px;padding-bottom:0}}@media (max-width:767px){.nav-container{height:56px;padding:0 max(8px, env(safe-area-inset-left)) calc(env(safe-area-inset-bottom) * .2) max(8px, env(safe-area-inset-right));border-top-style:solid;border-top-width:1px;bottom:0;left:0;right:0}.nav-item{flex:1;justify-content:center;min-width:0;height:44px;padding:6px 0}.nav-item-active{box-shadow:inset 0 0 0 1px #eac5665c,0 8px 24px #00000038}.nav-label{display:none}body{padding-top:56px;padding-bottom:56px}}.footer-container{background:radial-gradient(circle at 20% 0%, #eac56629, transparent 30%), linear-gradient(145deg, var(--pearl-charcoal) 0%, var(--pearl-shell-mid) 58%, var(--pearl-shell-dark) 100%);color:var(--pearl-white);box-sizing:border-box;border-top:1px solid #d0a95361;flex-direction:column;gap:16px;width:100%;margin-top:64px;padding:30px 18px;display:flex;box-shadow:0 -18px 46px #0000002e}.footer-links{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.footer-link{color:#fcfcfbd1;transition:color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease), background-color var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;border:1px solid #0000;border-radius:999px;padding:8px 12px;font-size:.85rem;text-decoration:none}.footer-link:hover{color:var(--pearl-gold-light);background:#fcfcfb0f;border-color:#d0a95357;text-decoration:none;transform:translateY(-1px)}.footer-consumer{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 12px;max-width:980px;margin:-4px auto 0;padding:0 12px;display:flex}.footer-consumer-title,.footer-consumer-note{color:#fcfcfb70;font-size:.68rem}.footer-consumer-title{letter-spacing:.01em;font-weight:600}.footer-consumer-link{color:#fcfcfb80;transition:color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease);border-bottom:1px solid #0000;font-size:.68rem;line-height:1.4;text-decoration:none}.footer-consumer-link:hover{color:#eac566d1;border-color:#eac56675;text-decoration:none}.footer-meta{color:#fcfcfbad;letter-spacing:.04em;flex-wrap:wrap;justify-content:center;gap:10px 18px;font-size:.75rem;display:flex}.newsbar-container{background:linear-gradient(90deg, var(--pearl-charcoal), var(--pearl-shell-mid), var(--pearl-charcoal));height:26px;color:var(--pearl-gold-light);white-space:nowrap;z-index:67;border-bottom:1px solid #d0a95385;position:fixed;left:0;right:0;overflow:hidden;box-shadow:0 8px 20px #00000029}.newsbar-text{padding-left:100%;font-size:.85rem;display:inline-block}.newsbar-text--scroll{animation:20s linear infinite news-scroll}.newsbar-text:empty,.newsbar-text:not(.newsbar-text--scroll){padding-left:0;animation:none}@keyframes news-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (min-width:768px){.newsbar-container{top:104px}body{padding-top:130px}}@media (max-width:767px){.newsbar-container{top:56px}body{padding-top:82px}}.pearly-container{right:16px;bottom:calc(var(--nav-mobile-height,64px) + 16px);z-index:71;cursor:pointer;background:0 0;border:none;border-radius:50%;width:56px;height:56px;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;position:fixed;box-shadow:0 12px 28px #0003}.pearly-container:hover,.pearly-container--active{background:0 0;transform:translateY(-3px)scale(1.03);box-shadow:0 16px 34px #0000003d,0 0 0 5px #d0a95324}.pearly-container:focus-visible{outline-offset:4px;outline:2px solid #d0a953}.pearly-container img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.pearly-container:hover img,.pearly-container--active img{transform:rotate(-3deg)scale(1.02)}.pearly-chat-panel{right:16px;bottom:calc(var(--nav-mobile-height,64px) + 84px);z-index:70;color:#1f2024;transform-origin:100% 100%;background:#fcfbf8;border:1px solid #d0a95366;border-radius:8px;flex-direction:column;width:min(400px,100vw - 32px);max-height:min(650px,100vh - 150px);animation:.22s ease-out pearly-panel-in;display:flex;position:fixed;overflow:hidden;box-shadow:0 24px 60px #00000042,inset 0 0 0 1px #ffffff8c}@keyframes pearly-panel-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.pearly-chat-header{color:#fff;background:#20211e;border-bottom:1px solid #d0a95338;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;display:flex}.pearly-chat-title-wrap{align-items:center;gap:10px;min-width:0;display:flex}.pearly-chat-title-wrap img{border-radius:8px;flex:none}.pearly-chat-title-wrap h2{margin:0;font-size:1.02rem;line-height:1.2}.pearly-chat-icon-button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff3d;border-radius:8px;width:32px;height:32px;transition:background .18s,border-color .18s,transform .18s}.pearly-chat-icon-button:hover{background:#ffffff24;border-color:#ffffff6b;transform:translateY(-1px)}.pearly-chat-icon-button:focus-visible{outline-offset:2px;outline:2px solid #d0a953}.pearly-chat-messages{scrollbar-color:#b8923d #1f202414;scrollbar-width:thin;background:#fcfbf8;flex-direction:column;flex:auto;gap:12px;min-height:300px;padding:16px 14px;display:flex;overflow-y:auto}.pearly-chat-messages::-webkit-scrollbar{width:8px}.pearly-chat-messages::-webkit-scrollbar-track{background:#1f20240f}.pearly-chat-messages::-webkit-scrollbar-thumb{background:#b8923d;border:2px solid #fcfbf8;border-radius:8px}.pearly-chat-empty{flex-direction:column;gap:12px;padding:10px 2px;display:flex}.pearly-chat-empty p{color:#343632;margin:0;line-height:1.5}.pearly-chat-starters{gap:7px;max-height:min(310px,52vh);padding-right:2px;display:grid;overflow-y:auto}.pearly-chat-starters button,.pearly-chat-links a{text-align:left;color:#1f2024;font:inherit;cursor:pointer;background:#fffdf8;border:1px solid #d0a95352;border-radius:8px;padding:8px 10px;font-size:.86rem;text-decoration:none;transition:background .18s,border-color .18s,transform .18s}.pearly-chat-starters button:hover,.pearly-chat-links a:hover{background:#f7efd9;border-color:#d0a9539e;transform:translateY(-1px)}.pearly-chat-message{background:#fff;border:1px solid #1f20241a;border-radius:8px;width:fit-content;max-width:86%;padding:11px 12px;animation:.2s ease-out pearly-message-in;box-shadow:0 5px 14px #1f20240d}@keyframes pearly-message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pearly-chat-message--user{color:#fff;background:#20211e;border-color:#1f20242e;align-self:flex-end}.pearly-chat-message--pearly{background:#fff;align-self:flex-start}.pearly-chat-message--reviewing{width:86%;max-width:86%}.pearly-chat-speaker{color:#9a741f;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:700;display:block}.pearly-chat-message--user .pearly-chat-speaker{color:#e5c66f}.pearly-chat-message p{overflow-wrap:anywhere;margin:0;line-height:1.52}.pearly-chat-links{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.pearly-chat-links a,.pearly-chat-actions button{padding:6px 8px;font-size:.78rem;font-weight:700}.pearly-chat-actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.pearly-chat-actions button{color:#8a6400;cursor:pointer;background:#fffaf0;border:1px solid #d6aa3b73;border-radius:8px;transition:background .18s,border-color .18s,color .18s}.pearly-chat-actions button:hover{background:#d6aa3b1f;border-color:#d6aa3bbf}.pearly-chat-actions button:focus-visible{outline-offset:2px;outline:2px solid #d6aa3ba6}.pearly-chat-review{align-items:center;gap:6px;margin-top:9px;display:flex}.pearly-chat-review--saved{justify-content:flex-end}.pearly-chat-review button{color:#4a4a42;cursor:pointer;background:#fff;border:1px solid #21221e24;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.pearly-chat-review button:hover{color:#8a6400;border-color:#d6aa3b8c;transform:translateY(-1px)}.pearly-chat-review button.is-selected{color:#8a6400;background:#d6aa3b24;border-color:#d6aa3bbf}.pearly-chat-review button:disabled{cursor:wait;opacity:.65;transform:none}.pearly-chat-review button:focus-visible{outline-offset:2px;outline:2px solid #d6aa3ba6}.pearly-chat-review svg{fill:currentColor;width:15px;height:15px}.pearly-chat-review span{color:#6f6758;font-size:.76rem}.pearly-chat-review-change{white-space:nowrap;min-width:0;height:28px;padding:0 9px;font-size:.72rem;font-weight:700;width:auto!important}.pearly-chat-review-editor{box-sizing:border-box;border-top:1px solid #1f202414;width:100%;max-width:100%;margin-top:10px;padding-top:10px}.pearly-chat-review-editor-header,.pearly-chat-review-editor-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.pearly-chat-review-editor-header{margin-bottom:7px}.pearly-chat-review-editor-header span{color:#7a5a0c;background:#d6aa3b14;border:1px solid #d6aa3b42;border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:.76rem;font-weight:700;display:inline-flex}.pearly-chat-review-editor label{color:#6f6758;margin-bottom:6px;font-size:.76rem;font-weight:600;display:block}.pearly-chat-review-editor-header button,.pearly-chat-review-editor-actions button{color:#343632;font:inherit;cursor:pointer;background:#fff;border:1px solid #1f20241a;border-radius:8px;font-size:.74rem;font-weight:700;transition:background .18s,border-color .18s,transform .18s}.pearly-chat-review-editor-header button{color:#6f6758;padding:5px 8px}.pearly-chat-review-editor-actions button{color:#fff;background:#20211e;border-color:#b1841673;padding:7px 10px}.pearly-chat-review-editor-header button:hover,.pearly-chat-review-editor-actions button:hover{border-color:#d6aa3bb8;transform:translateY(-1px)}.pearly-chat-review-editor textarea{box-sizing:border-box;resize:vertical;color:#23241f;width:100%;max-width:100%;min-height:72px;font:inherit;background:#fffdf8;border:1px solid #1f20241f;border-radius:8px;margin:0 0 8px;padding:9px 10px;font-size:.88rem;line-height:1.42;display:block}.pearly-chat-review-editor textarea:focus{outline-offset:1px;outline:2px solid #d6aa3b73}.pearly-chat-review-editor button:disabled,.pearly-chat-review-editor textarea:disabled{cursor:wait;opacity:.64}.pearly-chat-footer{background:#f5f1e8;border-top:1px solid #d0a95338;flex:none;padding:12px;position:relative}.pearly-chat-tools{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex;position:relative}.pearly-chat-suggestions-toggle,.pearly-chat-tool-icon{color:#343632;font:inherit;cursor:pointer;background:#ffffffb8;border:1px solid #d0a9536b;border-radius:8px;padding:6px 9px;font-size:.78rem;font-weight:700;transition:background .18s,border-color .18s,transform .18s}.pearly-chat-tool-icons{align-items:center;gap:7px;display:flex}.pearly-chat-tool-icon{border-radius:999px;place-items:center;width:30px;height:30px;padding:0;line-height:1;display:inline-grid}.pearly-chat-tool-icon img{object-fit:contain;opacity:.86;filter:brightness(0)saturate()invert(19%)sepia(8%)saturate(241%)hue-rotate(36deg)brightness(94%)contrast(91%);width:16px;height:16px}.pearly-chat-suggestions-toggle:hover,.pearly-chat-tool-icon:hover{background:#fff;border-color:#d0a953b8;transform:translateY(-1px)}.pearly-chat-suggestions-popover,.pearly-chat-info-popover{z-index:2;background:#fff;border:1px solid #1f20241f;border-radius:8px;width:min(340px,100vw - 56px);padding:10px;animation:.18s ease-out pearly-suggestions-in;position:absolute;bottom:calc(100% + 8px);box-shadow:0 12px 28px #00000029}.pearly-chat-suggestions-popover{left:0}.pearly-chat-info-popover{right:0}@keyframes pearly-suggestions-in{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.pearly-chat-suggestions-head{color:#9a741f;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:.74rem;font-weight:800;display:flex}.pearly-chat-suggestions-head button{color:#343632;cursor:pointer;background:#fbfaf7;border:1px solid #1f202424;border-radius:8px;width:26px;height:26px;transition:background .18s,transform .18s}.pearly-chat-suggestions-head button:hover{background:#f0e5c9;transform:translateY(-1px)}.pearly-chat-info-popover p{color:#4c4d48;margin:0 0 10px;font-size:.82rem;line-height:1.45}.pearly-chat-info-list{gap:7px;margin:0;display:grid}.pearly-chat-info-list div{border-top:1px solid #d0a9532e;grid-template-columns:minmax(92px,.82fr) minmax(0,1fr);align-items:start;gap:10px;padding:7px 0;display:grid}.pearly-chat-info-list dt{color:#9a741f;text-transform:uppercase;font-size:.7rem;font-weight:800}.pearly-chat-info-list dd{color:#20211f;overflow-wrap:anywhere;min-width:0;margin:0;font-size:.82rem}.pearly-chat-capabilities-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.pearly-chat-capabilities-list li{color:#20211f;padding-left:16px;font-size:.82rem;line-height:1.45;position:relative}.pearly-chat-capabilities-list li:before{content:"";background:#d0a953;border-radius:999px;width:6px;height:6px;position:absolute;top:.58em;left:0}.pearly-chat-info-popover .pearly-chat-info-note{color:#6b6e66;border-top:1px solid #1f20241a;margin:10px 0 0;padding-top:9px;font-size:.78rem}.pearly-chat-input-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.pearly-chat-input-row textarea{box-sizing:border-box;resize:vertical;color:#1f2024;width:100%;min-width:0;min-height:44px;max-height:120px;font:inherit;background:#fff;border:1px solid #1f20242e;border-radius:8px;padding:10px 11px;transition:border-color .18s,box-shadow .18s}.pearly-chat-input-row textarea:focus{border-color:#d0a953c7;outline:none;box-shadow:0 0 0 3px #d0a95329}.pearly-chat-input-row button{color:#1f2024;cursor:pointer;background:#dec16d;border:1px solid #d0a953;border-radius:8px;min-height:44px;padding:0 14px;font-weight:700;transition:background .18s,transform .18s,opacity .18s}.pearly-chat-input-row button:hover:not(:disabled){background:#e6ca77;transform:translateY(-1px)}.pearly-chat-input-row button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:767px){.pearly-chat-panel{left:10px;right:10px;bottom:calc(var(--nav-mobile-height,64px) + env(safe-area-inset-bottom) + 76px);width:auto;max-height:min(560px,100vh - 132px)}.pearly-chat-messages{min-height:230px;padding:14px 12px}.pearly-chat-message{max-width:92%}.pearly-chat-suggestions-popover,.pearly-chat-info-popover{width:min(330px,100vw - 40px)}.pearly-chat-input-row{grid-template-columns:1fr}.pearly-chat-input-row button{width:100%}}.menu-container{width:min(360px,100vw - 18px);max-width:92%;height:auto;max-height:min(78vh,100vh - 76px);color:var(--pearl-white);z-index:75;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:box-shadow var(--ui-medium) var(--ui-ease), transform var(--ui-medium) var(--ui-ease);background:radial-gradient(circle at 18% 0,#eac56624,#0000 34%),linear-gradient(145deg,#2e2e2dfa,#1f201ffa);border-bottom:1px solid #d0a95342;border-left:1px solid #d0a9534d;border-bottom-left-radius:28px;flex-direction:column;padding:18px 0 18px 18px;display:flex;position:fixed;top:56px;right:0;overflow:hidden;box-shadow:0 30px 70px #00000070,inset 1px 0 #fcfcfb0f}.header-menu-button{cursor:pointer;width:40px;height:40px;transition:background-color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease), box-shadow var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;background:#fcfcfb0f;border:1px solid #d0a9533d;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:relative;box-shadow:inset 0 0 0 1px #fcfcfb0a,0 8px 20px #0000002e}.header-menu-button:hover,.header-menu-button:focus-visible,.header-menu-button.open{background:#d0a95324;border-color:#eac56694;outline:none;box-shadow:0 0 0 3px #d0a9531f,0 12px 26px #00000042}.header-menu-button:active{transform:translateY(1px)}.header-menu-button span{background-color:var(--pearl-gold-light);width:18px;height:2px;transition:transform var(--ui-medium) var(--ui-ease), top var(--ui-medium) var(--ui-ease), opacity var(--ui-fast) ease;border-radius:2px;position:absolute;box-shadow:0 0 10px #eac56633}.header-menu-button span:first-child{top:14px}.header-menu-button span:last-child{top:23px}.header-menu-button.open span:first-child{top:19px;transform:rotate(45deg)}.header-menu-button.open span:last-child{top:19px;transform:rotate(-45deg)}.menu-content{scrollbar-width:none;flex-direction:column;gap:10px;padding-right:12px;display:flex;overflow-y:auto}.menu-content::-webkit-scrollbar{display:none}.menu-profile{align-items:center;gap:12px;padding:12px 0;display:flex}.menu-profile-avatar{background:linear-gradient(135deg, var(--pearl-gold-light), var(--pearl-gold-dark));width:44px;min-width:44px;height:44px;color:var(--pearl-charcoal);text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden;box-shadow:0 10px 24px #00000038,0 0 0 1px #fcfcfb2e}.menu-profile-avatar img,.menu-profile-photo{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.menu-pearls-balance{width:100%;min-height:44px;color:var(--pearl-white);box-sizing:border-box;background:linear-gradient(145deg,#d0a9532e,#fcfcfb12);border:1px solid #d0a95357;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex;box-shadow:0 12px 24px #00000038}.menu-pearls-balance-main{align-items:center;min-width:0;display:flex}.menu-pearls-balance-amount{align-items:center;gap:8px;min-width:0;display:inline-flex}.menu-pearls-balance-amount img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000047);flex:none;width:24px;height:24px}.menu-pearls-balance-value{color:var(--pearl-gold-light);font-variant-numeric:tabular-nums;font-size:1.08rem;font-weight:700;line-height:1}.menu-content .menu-pearls-checkin-button,.menu-pearls-checkin-button{min-height:28px;color:var(--pearl-white);font:inherit;cursor:pointer;text-align:center;box-shadow:none;background:#fcfcfb1c;border:1px solid #fcfcfb3d;border-radius:8px;flex:none;padding:6px 10px;font-size:.74rem;font-weight:800;line-height:1;transition:background .18s,border-color .18s,box-shadow .18s,color .18s,opacity .18s,transform .18s}.menu-content .menu-pearls-checkin-button:before{display:none}.menu-content .menu-pearls-checkin-button--available,.menu-pearls-checkin-button--available{background:linear-gradient(135deg, var(--pearl-gold-light), var(--pearl-gold));color:var(--pearl-charcoal);border-color:#eac566c7;box-shadow:inset 0 0 0 1px #fcfcfb2e,0 8px 18px #d0a95357}.menu-content .menu-pearls-checkin-button--claimed,.menu-pearls-checkin-button--claimed{color:#fcfcfb8f;opacity:.72;background:#fcfcfb0e;border-color:#fcfcfb24}.menu-content .menu-pearls-checkin-button--unavailable,.menu-pearls-checkin-button--unavailable{color:#fcfcfbad;background:#fcfcfb13;border-color:#fcfcfb24}.menu-content .menu-pearls-checkin-button:hover,.menu-content .menu-pearls-checkin-button:focus-visible,.menu-pearls-checkin-button:hover,.menu-pearls-checkin-button:focus-visible{border-color:#fcfcfb6b;outline:none;transform:translateY(-1px)}.menu-content .menu-pearls-checkin-button--available:hover,.menu-content .menu-pearls-checkin-button--available:focus-visible,.menu-pearls-checkin-button--available:hover,.menu-pearls-checkin-button--available:focus-visible{background:linear-gradient(135deg, #fff2b8, var(--pearl-gold-light));border-color:#fcfcfba3;box-shadow:inset 0 0 0 1px #fcfcfb38,0 10px 24px #d0a95370}.menu-content .menu-pearls-checkin-button--claimed:hover,.menu-content .menu-pearls-checkin-button--claimed:focus-visible,.menu-pearls-checkin-button--claimed:hover,.menu-pearls-checkin-button--claimed:focus-visible{color:#fcfcfbb8;opacity:.86;background:#fcfcfb17}.pearls-popup{border:1px solid #d0a9534d}.pearls-popup-content{min-height:0}.pearls-popup-title{text-align:left;flex:auto;margin-bottom:0}.pearls-popup-actions{flex:none;align-items:center;gap:4px;display:inline-flex}.popup-iconbutton.pearls-popup-pearly-button{flex:none;width:32px;height:32px;overflow:visible}.popup-iconbutton.pearls-popup-pearly-button img{object-fit:contain;width:36px;height:36px}@media (max-width:767px){.popup-iconbutton.pearls-popup-pearly-button{width:24px;height:24px}.popup-iconbutton.pearls-popup-pearly-button img{width:27px;height:27px}}.pearls-popup-balance{background:linear-gradient(145deg,#d0a95333,#fcfcfb12);border:1px solid #d0a95357;border-radius:12px;align-items:center;gap:12px;padding:14px;display:flex}.pearls-popup-balance img{object-fit:contain;filter:drop-shadow(0 5px 10px #00000047);flex:none}.pearls-popup-balance-value{color:var(--pearl-gold-light);font-variant-numeric:tabular-nums;font-size:1.7rem;font-weight:800;line-height:1;display:block}.pearls-checkin-panel{background:#fcfcfb0f;border:1px solid #fcfcfb1f;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:12px;display:flex}.pearls-checkin-reward,.pearls-checkin-label{display:block}.pearls-checkin-reward{color:var(--pearl-gold-light);font-size:1.18rem;font-weight:800;line-height:1}.pearls-checkin-label{color:#fcfcfbc2;margin-top:4px;font-size:.8rem}.pearls-checkin-submit{background:var(--pearl-gold);min-width:112px;min-height:36px;color:var(--pearl-charcoal);font:inherit;cursor:pointer;border:0;border-radius:8px;flex:none;padding:8px 12px;font-size:.82rem;font-weight:800}.pearls-checkin-submit:disabled{cursor:default;opacity:.62}.pearls-popup-daily-info,.pearls-popup-reset,.pearls-popup-notice,.pearls-popup-error{margin:10px 0 0;font-size:.82rem;line-height:1.35}.pearls-popup-daily-info{color:#fcfcfbc7}.pearls-popup-reset{color:#fcfcfbad}.pearls-popup-notice{color:var(--pearl-gold-light);font-weight:700}.pearls-popup-error{color:#ffb4a9;font-weight:700}.pearls-checkin-info{gap:6px;display:grid}.pearls-voucher-panel{background:#fcfcfb0a;border:1px solid #fcfcfb1f;border-radius:8px;margin-top:14px;padding:12px}.pearls-voucher-label{color:#fcfcfbc7;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}.pearls-voucher-row{gap:8px;display:flex}.pearls-voucher-input{min-width:0;min-height:36px;color:var(--pearl-white);font:inherit;text-transform:uppercase;background:#0000003d;border:1px solid #fcfcfb29;border-radius:8px;flex:auto;padding:8px 10px;font-size:.86rem}.pearls-voucher-submit{min-width:86px}.pearls-transactions{margin-top:16px}.pearls-transactions h3{color:#fcfcfbd1;text-transform:uppercase;margin:0 0 8px;font-size:.82rem;font-weight:800}.pearls-transactions-empty{color:#fcfcfb9e;margin:0;font-size:.84rem}.pearls-transaction-row{border-top:1px solid #fcfcfb1a;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.pearls-transaction-main{min-width:0}.pearls-transaction-reason,.pearls-transaction-date{overflow-wrap:anywhere;display:block}.pearls-transaction-reason{color:var(--pearl-white);font-size:.9rem;font-weight:700}.pearls-transaction-date{color:#fcfcfb8f;margin-top:3px;font-size:.75rem}.pearls-transaction-amount{color:var(--pearl-gold-light);font-variant-numeric:tabular-nums;flex:none;font-size:.95rem;font-weight:800}@media (max-width:767px){.popup-backdrop.pearls-popup-backdrop{justify-content:center;align-items:flex-end;padding:0}.popup-container.pearls-popup{box-sizing:border-box;width:100%;max-width:none;max-height:92dvh;padding:12px 14px calc(18px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:16px 16px 0 0;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 -18px 44px #00000052}.pearls-popup .popup-menubar{border-bottom:1px solid #fcfcfb14;flex:none;margin-bottom:10px;padding-bottom:8px}.pearls-popup-title{font-size:1.05rem;line-height:1.2}.pearls-popup-actions{gap:8px}.popup-iconbutton.pearls-popup-pearly-button,.pearls-popup .popup-close-button{width:36px;height:36px}.popup-iconbutton.pearls-popup-pearly-button img{width:34px;height:34px}.pearls-popup-content{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:0 2px;overflow-y:auto}.pearls-popup-balance{border-radius:10px;gap:10px;padding:14px}.pearls-popup-balance img{width:38px;height:38px}.pearls-popup-balance-value{font-size:2rem}.pearls-checkin-panel{flex-direction:column;align-items:stretch;gap:12px;margin-top:10px;padding:14px}.pearls-checkin-reward{font-size:1.35rem}.pearls-checkin-label{font-size:.86rem;line-height:1.25}.pearls-checkin-submit{white-space:normal;overflow-wrap:anywhere;width:100%;min-height:44px;padding:11px 12px;font-size:.9rem;line-height:1.2}.pearls-checkin-info{margin-top:8px;padding:0 2px}.pearls-popup-daily-info,.pearls-popup-reset,.pearls-popup-notice,.pearls-popup-error{margin:0;font-size:.8rem}.pearls-popup-notice,.pearls-popup-error{background:#fcfcfb0f;border-radius:8px;margin-top:10px;padding:10px 12px}.pearls-voucher-panel{border-radius:10px;margin-top:12px;padding:12px}.pearls-voucher-row{flex-direction:column;gap:8px}.pearls-voucher-input{box-sizing:border-box;width:100%;min-height:44px;font-size:16px}.pearls-voucher-submit{width:100%;min-width:0}.pearls-transactions{margin-top:14px;padding-bottom:4px}.pearls-transactions h3{margin-bottom:6px;font-size:.78rem}.pearls-transaction-row{flex-wrap:wrap;align-items:flex-start;gap:8px;padding:11px 0}.pearls-transaction-main{flex:160px}.pearls-transaction-reason{font-size:.86rem;line-height:1.25}.pearls-transaction-date{font-size:.72rem;line-height:1.3}.pearls-transaction-amount{text-align:right;margin-left:auto;line-height:1.2}}.menu-content button{color:var(--pearl-white);letter-spacing:.2px;text-align:left;cursor:pointer;transition:background-color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease), box-shadow var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;background:#fcfcfb0e;border:1px solid #fcfcfb14;border-radius:12px 8px 8px 12px;align-items:center;gap:12px;padding:12px 14px 12px 16px;font-size:14px;font-weight:500;display:flex;position:relative}.menu-content button:before{content:"";background:linear-gradient(180deg, var(--pearl-gold-light), var(--pearl-gold-dark));opacity:0;width:3px;height:18px;transition:opacity var(--ui-medium) var(--ui-ease);border-radius:2px;position:absolute;top:50%;left:6px;transform:translateY(-50%);box-shadow:0 0 14px #d0a95352}.menu-content button:hover{background:#d0a95321;border-color:#eac56657;box-shadow:0 6px 16px #00000059}.menu-content button:hover:before{opacity:1}.menu-content button:active{transform:translateY(0);box-shadow:inset 0 2px 4px #00000073}.menu-content button:focus-visible{outline:none;box-shadow:0 0 0 2px #eac5669e,0 6px 16px #00000059}.master-tags-list .master-tag-card{transition:background-color .25s var(--ui-ease), transform .25s var(--ui-ease), box-shadow .25s var(--ui-ease);cursor:pointer}.master-tags-list .master-tag-card:hover,.master-tags-list .master-tag-card:focus-visible{background-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 18px #00000012}.master-actions-card-view .master-tags-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.master-actions-card-view .master-tag-card{flex-direction:column;min-width:0;height:100%;min-height:240px;display:flex}.master-actions-card-view .master-tag-header{align-items:flex-start}.master-actions-card-view .master-tag-info{flex:1;min-width:0}.master-actions-card-view .master-tag-header{gap:0}.master-actions-card-view .master-tag-name,.master-actions-card-view .master-tag-meta{text-overflow:ellipsis;overflow:hidden}.master-actions-card-view .master-tag-preview{flex-direction:column;flex:1;gap:10px;min-width:0;padding-top:10px;display:flex}.master-actions-card-summary,.master-actions-card-empty,.master-actions-card-tags,.master-actions-card-snippet{margin:0}.master-actions-card-summary{color:#f7f7fae0;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.45;display:-webkit-box;overflow:hidden}.master-actions-card-snippets{gap:8px;min-width:0;display:grid}.master-actions-card-snippet{color:#f7f7fac7;grid-template-columns:74px minmax(0,1fr);align-items:start;gap:10px;min-width:0;font-size:.82rem;line-height:1.35;display:grid}.master-actions-card-snippet span{color:#eac566db;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:700}.master-actions-card-snippet strong{color:#f7f7fad6;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;font-weight:500;display:-webkit-box;overflow:hidden}.master-actions-card-tags,.master-actions-card-empty{color:#f7f7fa94;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:auto;font-size:.74rem;line-height:1.35;display:-webkit-box;overflow:hidden}.master-actions-card-view .master-tag-description[data-expanded=false]{display:none}.master-actions-card-view .master-tag-description[data-expanded=true]{margin-top:12px}@media (max-width:760px){.master-actions-card-view .master-tags-list{grid-template-columns:1fr}.master-actions-card-view .master-tag-card{min-height:0}.master-actions-card-snippet{grid-template-columns:1fr;gap:3px}}.master-pics-gallery-wrap{flex-direction:column;gap:14px;display:flex}.master-pics-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.master-pics-gallery-card-stack{flex-direction:column;gap:8px;min-width:0;display:flex}.master-pics-gallery-card-stack .master-gallery-card-name{color:#f7f7fad1;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem}.master-pics-gallery-card{cursor:pointer;min-height:220px;transition:transform .2s var(--ui-ease), border-color .2s var(--ui-ease), box-shadow .2s var(--ui-ease);background:linear-gradient(145deg,#f7f7fa14,#141417f5);border:1px solid #f7f7fa24;border-radius:14px;flex-direction:column;justify-content:flex-end;gap:8px;padding:10px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #0000005c}.master-pics-gallery-card.has-photo{min-height:0}.master-pics-gallery-card.has-photo.no-ratio{min-height:220px}.master-pics-gallery-card:hover,.master-pics-gallery-card:focus-visible{border-color:#f7f7fa52;transform:translateY(-2px);box-shadow:0 16px 40px #0000006b}.master-pics-gallery-card:focus-visible{outline:none}.master-pics-gallery-card.is-outdated{filter:saturate(.2)brightness(.9)}.master-pics-gallery-photo{object-fit:contain;object-position:center;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.master-pics-gallery-photo-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0e0e1014 0%,#0e0e10b8 100%);position:absolute;inset:0}.master-pics-gallery-card .master-pic-warning{z-index:2;position:absolute;top:8px;right:8px}.master-gallery-card-mark-outdated{z-index:2;color:#fecaca;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#7f1d1db3;border:1px solid #ef44448c;border-radius:999px;padding:5px 10px;font-size:.72rem;position:absolute;bottom:10px;left:10px}.master-gallery-card-mark-outdated:disabled{opacity:.7;cursor:not-allowed}.master-pics-gallery-caption{z-index:2;background:linear-gradient(#0c0c0e0d,#0c0c0eb8);border-radius:10px;flex-direction:column;gap:4px;padding:8px;display:flex;position:relative}.master-pics-gallery-caption .master-gallery-card-title{color:#fcfcfb;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem}.master-pics-gallery-caption .master-gallery-card-subtitle{color:#f7f7fae0;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.master-pics-gallery-card .master-gallery-card-button{z-index:2;align-self:flex-end;position:relative}.master-pics-gallery-actions{flex-wrap:wrap;gap:8px;display:flex}.master-pics-gallery-actions .master-add-button{flex:120px}.master-pics-gallery-details{background:#0a0a0c5c;border:1px solid #f7f7fa29;border-radius:12px;margin-top:0;padding:10px}.master-pics-gallery-details[data-expanded=false]{display:none}.master-required-index-detail{flex-direction:column;flex:1;gap:12px;margin-top:12px;display:flex}.master-required-index-status{flex-direction:column;gap:6px;display:flex}.master-required-index-status select{color:#fcfcfb;background:#1f2024;border:1px solid #ffffff2e;border-radius:6px;padding:8px 10px}.master-required-index-status select option,.master-required-index-status select option:hover,.master-required-index-status select option:focus{color:#fcfcfb;background:#1f2024}.master-required-index-status select option:hover{color:#fcfcfb}.master-required-index-link,.master-required-index-timestamp{color:#fcfcfb;margin:0;font-size:.9rem}.master-required-index-link a{color:#fbd38d;white-space:nowrap;text-overflow:ellipsis;max-width:100%;text-decoration:underline;display:block;overflow:hidden}.master-required-index-label{letter-spacing:normal;text-transform:none;opacity:.7;color:#f7f7fab3;margin-bottom:2px;font-size:.75rem;display:block}.master-required-index-actions{justify-content:flex-end;align-items:center;gap:0;width:100%;margin-top:auto;display:flex}.master-required-index-actions>button+button{margin-left:12px}.master-required-index-filter{color:#f7f7fab3;flex-direction:column;gap:4px;margin:0;font-size:.75rem;display:flex}.master-required-index-filter select{color:#fcfcfb;background:#1f2024;border:1px solid #ffffff2e;border-radius:8px;padding:6px 10px}.master-required-index-header{justify-content:center}.master-required-index-filter-row{align-items:center;gap:14px;display:flex}.master-required-index-header .master-refresh-button{margin-left:0}.master-dashboard-section-divider{border:0;border-top:1px solid #ffffff1f;margin:16px 0 20px}.master-required-index-quick-actions{flex-wrap:wrap;gap:8px;margin-right:auto;display:flex}.master-required-index-quick-button.is-danger{color:#ef4444;border-color:#ef4444}.master-required-index-status-line{color:#f7f7fab3;text-transform:none;margin:0;font-size:.9rem}.master-popup-divider{border:0;border-top:1px solid #f7f7fa1f;margin:8px 0}.master-index-map-group{flex-direction:column;gap:8px;margin-left:12px;display:flex}.master-index-map-label{letter-spacing:.1em;text-transform:uppercase;opacity:.65;color:#fcfcfb;margin:0;font-size:.8rem}.master-refresh-button{transition:background-color .2s var(--ui-ease), transform .2s var(--ui-ease), box-shadow .2s var(--ui-ease)}.master-popup .master-refresh-button:hover,.master-popup .master-refresh-button:focus-visible{background-color:#f7f7fa26;transform:translateY(-1px);box-shadow:0 4px 14px #00000040}.master-popup-json{white-space:pre-wrap;background:#0000000a;border-radius:8px;margin:0;padding:8px;font-size:.85rem;line-height:1.4;overflow-x:auto}.menu-circle-row{justify-content:flex-start;align-items:center;gap:12px;width:100%;max-width:none;margin:0;padding-bottom:8px;display:flex}.menu-circle-button{width:56px;min-width:56px;height:56px;color:var(--pearl-white);transition:background-color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease, box-shadow var(--ui-medium) var(--ui-ease);box-sizing:border-box;background:linear-gradient(145deg,#fcfcfb1a,#d0a95314);border:1px solid #d0a95347;border-radius:50%;justify-content:center;align-items:center;gap:0;margin:0;padding:0;display:inline-flex;position:relative;box-shadow:0 12px 20px #00000040;border-radius:50%!important}.menu-circle-button .menu-icon{width:28px;height:28px}.menu-button-unread-dot{background:#ff5a5f;border-radius:50%;width:10px;height:10px;position:absolute}.menu-button-unread-dot--circle{top:8px;right:-8px}.menu-button-unread-dot--header{top:50%;right:12px;transform:translate(50%,-50%)}.menu-button-status-icon{width:20px;height:20px;position:absolute;top:50%;right:12px;transform:translate(50%,-50%)}.menu-account-unread-dot{background:#ff5a5f;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;right:0;box-shadow:0 0 0 2px #ffffff80}.menu-circle-button:hover{background:linear-gradient(145deg,#d0a95333,#fcfcfb1a);border-color:#eac56680;box-shadow:0 12px 18px #00000059}.menu-circle-button:focus-visible{outline:none;box-shadow:0 0 0 3px #eac5669e,0 18px 25px #00000059}.menu-circle-button:before{display:none}@media (max-width:767px){.menu-circle-row{gap:8px;max-width:200px}.menu-button-unread-dot--circle{width:7px;height:7px;top:8px;right:-1px}.menu-account-unread-dot{width:7px;height:7px;top:4px;right:0}.menu-pearls-balance{border-radius:10px;gap:8px;min-height:38px;padding:8px 10px}.menu-pearls-balance-amount{gap:6px}.menu-pearls-balance-amount img{width:20px;height:20px}.menu-pearls-balance-value{font-size:.98rem}.menu-pearls-checkin-button{min-height:26px;padding:5px 8px;font-size:.68rem}.pearls-checkin-panel{flex-direction:column;align-items:stretch}.pearls-checkin-submit{width:100%}.menu-circle-button{width:40px;min-width:40px;height:40px;box-shadow:0 8px 12px #00000040}.menu-circle-row .menu-circle-button{margin:0}.menu-circle-button .menu-icon{width:20px;height:20px}}.menu-circle-button .menu-icon img{transform:none!important}.menu-group{flex-direction:column;gap:8px;display:flex}.menu-group-title{letter-spacing:.6px;text-transform:uppercase;color:var(--pearl-gold-light);opacity:.9;align-items:center;margin-bottom:4px;padding:6px 8px;font-size:12px;font-weight:600;display:flex}.menu-group:not(:last-child){border-bottom:1px solid #d0a95329;margin-bottom:12px;padding-bottom:12px}.menu-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.menu-icon img{object-fit:contain;opacity:.9;width:100%;height:100%;transition:opacity var(--ui-fast) ease, transform var(--ui-fast) ease}.menu-content button:hover .menu-icon img{opacity:1;transform:translate(1px)}.menu-select{flex-direction:column;align-items:flex-end;gap:6px;margin-bottom:8px;display:flex;position:relative}.menu-select-label{color:var(--pearl-gold-light);opacity:.86;letter-spacing:.2px;font-size:12px;font-weight:600}.menu-select-trigger{width:100%;color:var(--pearl-white);text-align:left;cursor:pointer;background:#fcfcfb0e;border:1px solid #fcfcfb1a;border-radius:12px 0 0 12px;align-items:center;gap:12px;padding:10px 14px 10px 16px;display:flex;position:relative}.menu-select-trigger-heading{align-items:center;gap:8px;width:100%;display:flex}.menu-select-trigger-text{text-align:left;flex-direction:column;gap:2px;display:flex}.menu-select-option{width:100%;color:var(--pearl-white);text-align:left;background:0 0;border:none;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;padding:10px 12px;display:flex}.menu-select-option-heading{align-items:center;gap:8px;width:100%;display:flex}.menu-select-option-text{text-align:left;flex-direction:column;gap:2px;display:flex}.menu-select-option-category{opacity:.85;font-size:.85rem}.menu-select-trigger-heading{align-items:center;gap:8px;display:flex}.menu-select-trigger-text{flex-direction:column;display:flex}.menu-select-option-heading{align-items:center;gap:8px;margin-bottom:4px;display:flex}.menu-select-option-icon,.menu-select-option-heading .menu-select-option-icon,.menu-select-option-icon span{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.menu-select-option-icon img{object-fit:contain;width:100%;height:100%}.menu-select-trigger:hover{background:#d0a9531f;border-color:#d0a95375}.menu-select-trigger:focus-visible{box-shadow:none;border-color:#eac566a3;outline:none}.menu-select-trigger-name{letter-spacing:.2px;font-size:14px;font-weight:600}.menu-select-trigger-category{color:#fcfcfbb8;letter-spacing:.1px;font-size:12px}.menu-select-trigger-caret{opacity:.7;justify-content:center;align-items:center;line-height:0;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.menu-select-dropdown{z-index:5;background:linear-gradient(145deg,#2e2e2dfa,#1f201ffa);border:1px solid #d0a95342;border-radius:14px;width:80%;max-height:220px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 6px 16px #00000059}.menu-select-option{text-align:left;width:100%;color:var(--pearl-white);cursor:pointer;transition:background-color var(--ui-medium) var(--ui-ease);background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px 8px 16px;display:flex}.menu-select-option:hover{background:#d0a9531f}.menu-select-option-active{background:#d0a95333;box-shadow:inset 3px 0 #eac566f2}.menu-select-option-active .menu-select-option-name{color:var(--pearl-gold-light)}.menu-select-option-name{letter-spacing:.2px;font-size:14px;font-weight:600}.menu-select-option-category{color:#fcfcfbb8;letter-spacing:.1px;font-size:12px}.menu-select-trust{color:#eac566e6;align-items:center;gap:5px;min-height:16px;font-size:12px;line-height:1.2;display:inline-flex}.menu-select-trust img{flex:none}.menu-select-group{flex-direction:column;gap:0;width:100%;display:flex}.menu-see-page{width:90%;color:var(--pearl-white);letter-spacing:.2px;text-align:left;text-transform:none;cursor:pointer;transition:background-color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease), box-shadow var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;background:linear-gradient(135deg,#d0a95329,#fcfcfb0f);border:1px solid #d0a95347;border-top-left-radius:12px;border-bottom-left-radius:12px;justify-content:flex-start;align-self:stretch;align-items:center;gap:12px;padding:6px 14px 6px 16px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.menu-see-page:before{content:"";background:linear-gradient(180deg, var(--pearl-gold-light), var(--pearl-gold-dark));opacity:0;width:3px;height:18px;transition:opacity var(--ui-medium) var(--ui-ease);border-radius:2px;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.menu-see-page:hover{background:linear-gradient(135deg,#d0a9533d,#fcfcfb14);border-color:#eac5667a;box-shadow:0 6px 16px #00000059}.menu-see-page:hover:before{opacity:1}.menu-see-page:active{transform:translateY(0);box-shadow:inset 0 2px 4px #00000073}.menu-see-page:focus-visible{outline:none;box-shadow:0 0 0 2px #eac5669e,0 6px 16px #00000059}.menu-content button{align-items:center;gap:12px;display:flex}.menu-lang{margin-bottom:12px;position:relative}.menu-lang-trigger{width:100%;color:var(--pearl-white);cursor:pointer;transition:background-color var(--ui-medium) var(--ui-ease);background:#fcfcfb0e;border:1px solid #d0a9533d;align-items:center;gap:10px;padding:10px 12px;display:flex}.menu-lang-trigger:hover{background:#d0a95321}.menu-lang-code{letter-spacing:.4px;font-size:13px;font-weight:600}.menu-lang-dropdown{z-index:80;background:linear-gradient(145deg,#2e2e2dfa,#1f201ffa);border:1px solid #d0a95342;border-radius:14px;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0}.menu-lang-option{color:var(--pearl-white);transition:background-color var(--ui-fast) ease;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;text-decoration:none;display:flex}.menu-lang-option:hover{background:#d0a9531f}.menu-lang-option.active{color:var(--pearl-gold-light);background:#d0a9532e}@media (max-width:767px){.menu-see-page{width:auto}.header-container{padding:0 12px}.header-slogan{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.12em;max-width:none;font-size:.7rem;overflow:hidden}.header-logo{gap:8px}.header-logo-text{letter-spacing:.05em;max-width:112px;font-size:.78rem}.menu-container{border-bottom-right-radius:24px;border-bottom-left-radius:24px;width:auto;max-width:none;padding:16px 0 16px 16px;left:9px;right:9px}.footer-container{padding-bottom:calc(30px + var(--nav-mobile-height))}.footer-links{gap:8px}.footer-link{padding:7px 10px;font-size:.8rem}}@media (max-width:430px){.header-slogan{display:none}.header-logo-text{max-width:calc(100vw - 132px)}}@keyframes menu-pull-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.video-loader{z-index:99;background:radial-gradient(circle at 50% 42%, #eac5662e, transparent 32%), linear-gradient(145deg, #1f201f 0%, var(--pearl-charcoal) 58%, #171817 100%);opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.video-loader.is-visible{opacity:1;pointer-events:all}.video-loader-mark{aspect-ratio:1;place-items:center;width:min(168px,42vw);display:grid;position:relative}.video-loader-mark img{object-fit:cover;border-radius:50%;width:54%;height:54%;box-shadow:0 18px 45px #00000057,0 0 0 1px #ffffff24}.video-loader-spinner{border:3px solid #d8b46a;border-color:#d8b46a #d8b46ab8 #ffffff29 #ffffff29;border-radius:50%;animation:.9s linear infinite pearl-loader-spin;position:absolute;inset:0;box-shadow:0 0 28px #d8b46a2e}.video-loader-spinner:after{content:"";border-radius:inherit;border:1px solid #ffffff29;position:absolute;inset:10px}@keyframes pearl-loader-spin{to{transform:rotate(360deg)}}.global-loader{z-index:2045;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#2f3034d9;flex-direction:column;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.global-loader.is-visible{opacity:1;pointer-events:all}.global-loader-spinner{border:3px solid #daa52040;border-top-color:#d0a953;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite pearl-spin}@keyframes pearl-spin{to{transform:rotate(360deg)}}.back-to-top{color:#fff;opacity:0;pointer-events:none;z-index:72;background-color:#2e2e2d;border:1px solid #ffffff26;border-radius:50%;width:42px;height:42px;font-size:18px;line-height:1;transition:opacity .25s,transform .35s;position:fixed;bottom:24px;left:50%;transform:translate(-50%,12px)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.back-to-top:hover{background-color:#2f3034f2}@media (max-width:767px){.back-to-top{z-index:60;background-color:#1f2024;border-color:#ffffff59;bottom:56px}}.popup-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:85;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-container{color:#fcfcfb;background:#2e2e2d;border-radius:16px;width:85%;max-width:420px;max-height:95vh;padding:16px 24px 24px;overflow-y:auto;box-shadow:0 12px 30px #0000002e,0 2px 8px #00000014}@media (max-width:560px){.popup-container{width:92%;padding:16px 16px 24px}}.popup-container::-webkit-scrollbar-track{margin:.5rem 0}.popup-menubar{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.popup-close-button{color:#fcfcfb;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;transition:background .2s,border-color .2s;display:inline-flex}.popup-close-button:hover{background:#ffffff26;border-color:#ffffff80}.window-form-note{letter-spacing:.08em;text-transform:uppercase;color:#b7b9bf;margin-left:6px;font-size:.6rem;display:inline-block}.popup-iconbutton{cursor:pointer;color:#fcfcfb;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.popup-iconbutton img{width:20px;height:20px}.popup-feedback-button{border-radius:50%;width:30px;height:30px;transition:background .2s}.popup-feedback-button:hover{background:#ffffff26;border-color:#ffffff59}.popup-feedback-button img{width:16px;height:16px}@media (max-width:767px){.popup-feedback-button{width:28px;height:28px}.popup-feedback-button img{width:14px;height:14px}.popup-iconbutton{width:28px;height:28px;font-size:16px}.popup-iconbutton img{width:14px;height:14px}}.popup-title{letter-spacing:.2px;margin:0 0 6px;font-size:21px;font-weight:600}.popup-text{color:#fcfcfb;margin:0;font-size:14px}.popup-total-price{box-sizing:border-box;background:#ffffff1a;border:1px solid #f7f7fa4d;border-radius:12px;flex-direction:column;align-items:flex-end;gap:4px;width:100%;margin:8px 0 16px;padding:10px 14px;display:flex}.popup-total-price-value{color:#ffd966;letter-spacing:.08em;font-weight:700}.popup-total-price-duration{color:#fcfcfb;letter-spacing:.02em;margin-top:5px;font-size:.85rem}.popup-total-duration-divider{border:none;border-top:1px solid #ffffff26;width:100%;margin:12px 0}.popup-total-duration{flex-direction:column;align-items:flex-end;gap:2px;margin-bottom:12px;display:flex}.popup-total-duration-value{color:#fff;letter-spacing:.04em;font-size:.85rem;font-weight:600}.popup-label{margin:12px 0 4px;font-size:13px;display:block}.popup-input{color:#fcfcfb;background:#2e2e2d;border:1px solid #d6d6dc;border-radius:10px;width:70%;padding:12px 52px 12px 14px;font-size:14px;line-height:1.4;transition:border-color .15s,box-shadow .15s}.popup-input:focus{border-color:#d0a953;outline:none;box-shadow:0 0 0 3px #daa52026}.popup-button{color:#28292d;cursor:pointer;background:#d0a953;border:none;border-radius:8px;width:100%;margin-top:16px;padding:12px;font-weight:600}.popup-button-compact{width:45%;min-width:120px;margin-top:0;padding:6px 8px;font-size:12px}.popup-link-button{color:#d0a953;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:13px;font-weight:600}.popup-link-button:hover{color:#f0c85c}.listing-settings-body{flex-direction:column;gap:12px;margin-top:8px;display:flex}.listing-settings-icon-button{box-shadow:none!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;padding:0!important;display:inline-flex!important}.listing-settings-icon-button:hover{background:0 0!important}.listing-settings-icon-button:disabled{cursor:default!important;opacity:.6!important}.listing-settings-icon-button img{width:18px!important;height:18px!important}.listing-settings-icon-button .coverActionContent{justify-content:center!important;gap:0!important;width:100%!important}.listing-settings-icon-button .coverActionText{display:none!important}.listing-settings-icon-button-wrapper{display:inline-flex;position:relative}.listing-settings-qr-trigger-row{justify-content:flex-end;margin-top:8px;display:flex}.listing-settings-qr-trigger{background:#ffffff0f!important;border:1px solid #fff3!important;border-radius:12px!important;width:38px!important;height:38px!important}.listing-settings-qr-trigger:hover{background:#d6aa3b29!important;border-color:#d6aa3bcc!important}.listing-settings-qr-backdrop{z-index:460;background:#05060cb8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow:hidden auto}.listing-settings-qr-panel{overscroll-behavior:contain;z-index:1;background:#1f2024e6;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;gap:12px;width:min(980px,96vw);max-height:calc(100dvh - 40px);padding:16px;display:flex;position:relative;overflow:hidden auto;box-shadow:0 20px 64px #00000085}.listing-settings-qr-panel-header{justify-content:space-between;align-items:center;display:flex}.listing-settings-qr-panel-header strong{letter-spacing:.1em;text-transform:uppercase;color:#fcfcfb;font-size:.92rem}.listing-settings-qr-poster-wrap{aspect-ratio:16/9;background:#13151b;border:1px solid #ffffff1f;border-radius:0;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.listing-settings-qr-poster-image{object-fit:contain;width:100%;height:100%;display:block}.listing-settings-qr-poster-placeholder{color:#f7f7fad1;letter-spacing:.05em;font-size:.78rem}.listing-settings-qr-error{color:#ff9a9f;margin:0;font-size:.72rem}.listing-settings-qr-url{color:#f7f7fa99;letter-spacing:.04em;overflow-wrap:anywhere;margin:0;font-size:.66rem}.listing-settings-qr-actions{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.listing-settings-qr-controls{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex;position:relative}.listing-settings-qr-control{flex-direction:column;gap:4px;min-width:154px;display:flex}.listing-settings-qr-control-label{color:#f7f7fab8;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem}.listing-settings-qr-control .profile-input{min-height:32px;padding:4px 10px;font-size:.74rem}.listing-settings-qr-style-wrap{align-items:flex-end;display:flex;position:relative}.listing-settings-qr-style-toggle{cursor:pointer;background:#111520c7;border:1px solid #f7f7fa3d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.listing-settings-qr-style-toggle img{filter:brightness(0)invert();opacity:.92;width:16px;height:16px}.listing-settings-qr-style-toggle:hover{background:#181e2de6;border-color:#f7f7fa66}.listing-settings-qr-style-panel{z-index:3;background:#111520f5;border:1px solid #f7f7fa33;border-radius:10px;gap:8px;min-width:264px;max-width:min(88vw,360px);padding:10px;display:grid;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 14px 28px #00000057}.listing-settings-qr-download-button{text-align:center;flex:none;justify-content:center;align-self:flex-end;align-items:center;width:auto;min-width:88px;min-height:30px;margin-top:0;padding:4px 12px;font-size:.72rem;line-height:1;text-decoration:none;display:inline-flex}.listing-settings-qr-download-button:hover,.listing-settings-qr-download-button:focus,.listing-settings-qr-download-button:active,.listing-settings-qr-download-button:visited{text-decoration:none}@media (max-width:760px){.listing-settings-qr-panel{width:min(96vw,560px);padding:12px}.listing-settings-qr-actions{flex-direction:column;align-items:stretch;gap:10px}.listing-settings-qr-controls{align-items:stretch;gap:8px;width:100%}.listing-settings-qr-control{width:100%;min-width:0}.listing-settings-qr-style-wrap{align-self:flex-start}.listing-settings-qr-style-panel{min-width:min(86vw,320px);max-width:min(86vw,320px);left:0;right:auto}.listing-settings-qr-download-button{align-self:stretch;width:100%;min-height:34px;margin-top:2px}}.listing-settings-metric-action{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.listing-settings-copy-tooltip{color:#fff;letter-spacing:.08em;text-transform:none;z-index:10;pointer-events:none;white-space:nowrap;background:#000c;border-radius:999px;padding:4px 8px;font-size:.55rem;position:absolute;top:calc(100% + 4px);right:0}@media (min-width:768px){.listing-settings-icon-button img{width:20px!important;height:20px!important}}.listing-settings-popup{overflow-x:hidden}.listing-settings-popup-backdrop{z-index:430}.top-listing-sellpoint-backdrop{z-index:12150;background:radial-gradient(120% 100% at 15% 0,#d6aa3b24 0%,#d6aa3b00 55%),radial-gradient(120% 100% at 100% 100%,#5d65ff1f 0%,#5d65ff00 50%),#05060cd6}.top-listing-sellpoint-popup{background:linear-gradient(160deg,#23211cf5 0%,#16171df5 52%,#121319f7 100%);border:1px solid #d6aa3b57;border-radius:18px;width:min(620px,96vw);max-width:620px;box-shadow:0 24px 64px #0000008a,inset 0 1px #ffffff14,inset 0 0 42px #d6aa3b0f}.top-listing-sellpoint-menubar{justify-content:flex-end;padding-bottom:0}.top-listing-sellpoint-content{gap:14px;padding-top:4px;display:grid}.top-listing-sellpoint-header{align-items:flex-start;gap:12px;display:flex}.top-listing-sellpoint-icon{background:linear-gradient(160deg,#d6aa3b42,#d6aa3b1a);border:1px solid #d6aa3b73;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:0 10px 20px #d6aa3b38}.top-listing-sellpoint-headline{gap:6px;display:grid}.top-listing-sellpoint-title{letter-spacing:.01em;margin:0}.top-listing-sellpoint-subtitle{color:#f7f7fad6;margin:0;font-size:.9rem;line-height:1.38}.top-listing-sellpoint-voucher{background:linear-gradient(160deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1f;border-radius:12px;gap:8px;padding:12px;display:grid}.top-listing-sellpoint-voucher .profile-input{background:#0a0b10c2;border:1px solid #d6aa3b52}.top-listing-sellpoint-voucher .profile-input:focus{border-color:#d6aa3bcc;box-shadow:0 0 0 3px #d6aa3b2e}.top-listing-sellpoint-voucher-hint{color:#f7f7faa8;margin:0;font-size:.76rem}.top-listing-sellpoint-active-window{color:#f7f7fab8;font-size:.82rem;line-height:1.35}.listing-top-active-summary{color:#f7f7fac7;background:#d6aa3b14;border:1px solid #d6aa3b38;border-radius:10px;gap:4px;padding:8px 10px;font-size:.78rem;line-height:1.35;display:grid}.listing-top-active-summary strong{color:#f6d36d;font-size:.8rem}.top-listing-sellpoint-divider{color:#f7f7fa94;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;font-size:.72rem;display:flex}.top-listing-sellpoint-divider:before,.top-listing-sellpoint-divider:after{content:"";background:linear-gradient(90deg,#ffffff05,#fff3,#ffffff05);flex:1;height:1px}.top-listing-sellpoint-plans{gap:10px;display:grid}.top-listing-sellpoint-plans-label{margin:0}.top-listing-catalog-loader,.top-listing-duration-placeholder{color:#f7f7fabd;background:#ffffff0a;border:1px solid #d6aa3b38;border-radius:12px;align-items:center;gap:12px;min-height:72px;padding:14px;font-size:.82rem;line-height:1.35;display:flex}.top-listing-catalog-loader-mark{border:2px solid #d6aa3b33;border-top-color:#f6d68af2;border-radius:999px;flex:none;width:18px;height:18px;animation:.85s linear infinite top-listing-loader-spin}@keyframes top-listing-loader-spin{to{transform:rotate(360deg)}}.top-listing-sellpoint-plan-grid{gap:9px;display:grid}.top-listing-duration-grid{grid-auto-rows:1fr}.top-listing-plan-card{color:#fcfcfb;text-align:left;cursor:pointer;background:linear-gradient(160deg,#ffffff0a,#ffffff03);border:1px solid #ffffff26;border-radius:12px;gap:8px;width:100%;padding:11px 12px;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s;display:grid}.top-listing-duration-card{align-content:space-between;height:100%}.top-listing-plan-card:hover{background:linear-gradient(160deg,#d6aa3b26,#d6aa3b12);border-color:#d6aa3b80;transform:translateY(-1px);box-shadow:0 10px 20px #0000004d}.top-listing-plan-card.selected{background:linear-gradient(160deg,#d6aa3b3d,#d6aa3b1a);border-color:#d6aa3be6;box-shadow:0 12px 24px #00000054,inset 0 0 0 1px #d6aa3b38}.top-listing-plan-card-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.top-listing-plan-card-name{font-size:.9rem;font-weight:700}.top-listing-plan-card-price{color:#f6d68a;font-size:.85rem;font-weight:700}.top-listing-plan-card-description{color:#f7f7fabf;font-size:.75rem}.top-listing-duration-card .top-listing-plan-card-description{min-height:.9rem}.top-listing-plan-card-badge{letter-spacing:.08em;text-transform:uppercase;color:#121317;white-space:nowrap;background:#f6d68a;border-radius:999px;padding:3px 8px;font-size:.64rem;font-weight:700}.top-listing-sellpoint-hint{color:#f7f7fa9e;margin:2px 0 0;font-size:.73rem}.top-listing-confirm-popup{max-width:520px}.top-listing-confirm-body{gap:10px;display:grid}.top-listing-confirm-intro{margin:0}.top-listing-confirm-card{background:linear-gradient(160deg,#ffffff0e,#ffffff05);border:1px solid #ffffff1f;border-radius:12px;gap:8px;padding:12px;display:grid}.top-listing-confirm-cost-card{background:linear-gradient(160deg,#d6aa3b21,#ffffff06);border-color:#d6aa3b42}.top-listing-confirm-row{color:#f7f7fab8;grid-template-columns:minmax(120px,.7fr) minmax(0,1fr);align-items:start;gap:12px;font-size:.8rem;line-height:1.35;display:grid}.top-listing-confirm-row strong{color:#fcfcfb;text-align:right;overflow-wrap:anywhere;font-size:.82rem}.top-listing-confirm-row-strong{color:#f6d68ad6;border-top:1px solid #ffffff1a;padding-top:8px}.top-listing-confirm-row-strong strong{color:#f6d68a;font-size:1rem}.top-listing-confirm-disclosures{color:#f7f7faa8;gap:5px;font-size:.75rem;line-height:1.35;display:grid}.top-listing-confirm-legal{color:#f7f7fa8f;flex-wrap:wrap;gap:8px;font-size:.72rem;line-height:1.35;display:flex}.top-listing-confirm-legal a{color:#f6d68ae6;text-decoration:none}.top-listing-confirm-legal a:hover{text-decoration:underline}.top-listing-confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.top-listing-confirm-error{color:#ff9c9cf2;text-align:right;flex:100%;margin:0;font-size:.78rem;line-height:1.35}.top-listing-confirm-success{color:#f7f7fabd;background:#8febb01a;border:1px solid #8febb057;border-radius:12px;gap:4px;padding:12px;font-size:.8rem;line-height:1.35;display:grid}.top-listing-confirm-success strong{color:#8febb0f5;font-size:.95rem}@media (max-width:760px){.top-listing-sellpoint-popup{width:min(96vw,560px)}.top-listing-sellpoint-content{gap:12px}.top-listing-sellpoint-icon{border-radius:10px;width:36px;height:36px}.top-listing-sellpoint-subtitle{font-size:.84rem}.top-listing-plan-card{padding:10px 11px}.top-listing-plan-card-row{align-items:flex-start}.top-listing-confirm-row{grid-template-columns:1fr;gap:3px}.top-listing-confirm-row strong,.top-listing-confirm-error{text-align:left}.top-listing-confirm-actions{justify-content:stretch}.top-listing-confirm-actions .popup-button{flex:140px}}.listing-section-button-row{box-sizing:border-box;background:#1f2024;border:1px solid #ffffff14;border-radius:0;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;width:100%;padding:8px 12px;display:flex}.listing-section-button{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:6px 10px;font-weight:500}.listing-section-button.active{color:#fcfcfb;border-bottom-color:#d0a953;font-weight:700}.image-viewer-backdrop{z-index:10000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-viewer-container{background:#0d0d0f;border-radius:12px;width:90vw;max-width:1200px;height:90vh;max-height:900px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}.image-viewer-close{color:#fcfcfb;cursor:pointer;z-index:2;background:#0009;border:none;border-radius:50%;width:36px;height:36px;font-size:16px;position:absolute;top:12px;right:12px}.image-viewer-close:hover{background:#ffffff1a}.image-viewer-image{z-index:1;position:absolute;inset:0}.collapsible-panel{transition:max-height .25s,opacity .25s;overflow:hidden}.profile-settings-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.profile-avatar{color:#4a5568;text-transform:uppercase;cursor:pointer;background:#f2f4f7;border:1px solid #d0a953;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-weight:600;display:flex;overflow:hidden}.profile-name{font-weight:600}.profile-email{color:#6b7280;font-size:13px}.profile-settings-grid{gap:8px;display:grid}.profile-settings-label{color:#6b7280;font-size:13px}.profile-settings-row{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.top-level-tag{font-size:12px;line-height:1}.top-level-tag span{font-size:inherit}.listing-top-action-button{white-space:nowrap;flex:none;justify-content:center;align-items:center;display:inline-flex;width:auto!important;box-shadow:none!important;border-radius:999px!important;margin-top:0!important}@media (max-width:767px){.top-level-tag{font-size:10px}}.profile-input{color:#fcfcfb;background:#1f2024;border:1px solid #444;border-radius:6px;padding:6px 8px}.profile-input-prefix-row{align-items:center;gap:0;display:flex}.profile-input-prefix-row .profile-input{flex:1}.profile-input-prefix{color:#fcfcfb;border-radius:6px;padding:6px 10px;font-size:.85rem}.profile-input-prefix-row.stack{flex-direction:column;align-items:stretch}.profile-input-prefix-row.stack .profile-input-prefix{text-align:left;width:100%}.profile-input-prefix-row.stack .profile-input{width:100%}@media (max-width:767px){.profile-input-prefix-row{flex-direction:column;align-items:stretch}.profile-input-prefix{width:max-content;max-width:100%;margin-top:10px}.profile-input-prefix-row .profile-input{max-width:100%}}.profile-select{color:#fcfcfb;background:#1f2024;border:1px solid #444;border-radius:6px;padding:6px 8px}.profile-phone-code{width:80px}.profile-flex-wrap{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-iconbutton-neutral{color:#fcfcfb;background:#2e2e2d;min-width:36px}.profile-iconbutton-primary{color:#1f2024;background:#d0a953;min-width:36px}.profile-notif-card{background:#2f303426;border-radius:8px;gap:8px;padding:8px;display:grid}.profile-row-split{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-notif-label{color:#fcfcfb;font-size:12px}.popup-input-simple{color:#fcfcfb;background:#1f2024;border:1px solid #444;border-radius:8px;width:100%;padding:8px 10px}.notif-toggle{align-items:center;gap:8px;display:inline-flex}.notif-toggle-switch{cursor:pointer;background:#2e2e2d;border:1px solid #2e2e2d;border-radius:999px;flex-shrink:0;width:44px;height:22px;transition:background .15s,border-color .15s;position:relative}.notif-toggle-switch:after{content:"";background:#fcfcfb;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.notif-toggle-switch.on{background:#fcfcfb;border-color:#fcfcfb}.notif-toggle-switch.on:after{background:#2e2e2d;transform:translate(22px)}.notif-toggle-label{color:#fcfcfb;text-transform:uppercase;letter-spacing:.4px;font-size:10px}.popup-choice-compact{justify-content:center;gap:6px}.popup-password-wrapper{align-items:center;display:flex;position:relative}.popup-password-toggle{z-index:3;cursor:pointer;background:#2e2e2d;border:1px solid #d6d6dc;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.popup-password-toggle:hover{background:#2e2e2d}.popup-password-toggle img{width:18px;height:18px;display:block}.popup-primary-button{color:#fcfcfb;letter-spacing:.3px;background:linear-gradient(135deg,#d0a953,#c89b1c);border-radius:10px;font-weight:600;box-shadow:0 6px 18px #daa52059}.popup-primary-button:hover{filter:brightness(1.04)}.popup-field-error{color:#b3261e;margin-top:4px;font-size:12px}.popup-input-error{border-color:#b3261e}.popup-field-helper{color:#fcfcfb;margin-top:4px;font-size:12px}.popup-field-notice{color:#fcfcfb;margin:6px 0 12px;font-size:12px}.popup-link{cursor:pointer;color:#fcfcfb;font-weight:600;text-decoration:underline}.popup-link:hover{color:#d0a953}.popup-auth-container{background:linear-gradient(#28292d 0%,#2e2e2d 100%)}.popup-terms-wrapper{margin-top:16px}.popup-terms-label{color:#fcfcfb;cursor:pointer;gap:8px;font-size:13px;display:flex}.popup-terms-label input{margin-top:2px}.popup-legal-container{max-width:720px;max-height:min(86vh,820px);overflow:auto}.popup-legal-content{color:#fcfcfb;margin-top:16px;font-size:14px;line-height:1.6}.popup-terms-row{align-items:flex-start;gap:10px;margin-top:10px;display:flex}.popup-terms-row input[type=checkbox]{accent-color:#d0a953;cursor:pointer;width:18px;height:18px;margin-top:2px}.popup-terms-text{color:#fcfcfb;font-size:13px}.legal-document{color:#252525;width:min(960px,100vw - 32px);margin:0 auto;padding:40px 0 56px}.legal-document--popup{color:#fcfcfb;width:100%;padding:0 0 8px}.legal-document-header{gap:10px;display:grid}.legal-document-kicker{text-transform:uppercase;color:#8a6a18;margin:0;font-size:12px;font-weight:700}.legal-document-title{color:inherit;margin:0;font-size:32px;line-height:1.15}.legal-document--popup .legal-document-title{font-size:22px}.legal-document-summary{max-width:760px;margin:0;font-size:15px;line-height:1.6}.legal-document-meta,.legal-document-identity dl{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin:30px 0 0;display:grid}.legal-document-meta div,.legal-document-identity dl div{border:1px solid #82828238;border-radius:8px;padding:10px 12px}.legal-document dt{text-transform:uppercase;color:#8a6a18;font-size:11px;font-weight:700}.legal-document dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:13px}.legal-document-notice{background:#d0a9531f;border-left:4px solid #d0a953;gap:4px;margin-top:18px;padding:12px 14px;font-size:13px;line-height:1.5;display:grid}.legal-document-identity{margin-top:24px}.legal-document-identity h2,.legal-document-section h2,.legal-document-subsection h3{color:inherit;margin:0}.legal-document-sections{gap:28px;margin-top:30px;display:grid}.legal-document-section,.legal-document-subsection{gap:10px;display:grid}.legal-document-section p,.legal-document-section ul,.legal-document-section ol{margin:0;line-height:1.65}.legal-document-section ul,.legal-document-section ol{padding-left:20px}.legal-document-section li+li{margin-top:8px}.public-document--about{--about-ease:cubic-bezier(.16, 1, .3, 1);width:min(1180px,100vw - 32px);padding-top:34px}.public-about-hero{border-bottom:1px solid #82828233;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:stretch;gap:32px;padding:22px 0 34px;display:grid}.public-about-hero-copy{align-content:center;gap:14px;display:grid}.public-about .legal-document-title{letter-spacing:0;max-width:820px;font-size:56px}.public-about .legal-document-summary{max-width:760px;font-size:18px;line-height:1.55}.public-about-hero-copy p:not(.legal-document-kicker):not(.legal-document-summary){color:#4f4a42;max-width:650px;margin:0;font-size:16px;line-height:1.55}.public-about-visual{background:radial-gradient(circle at 78% 18%, #d0a9532e, transparent 32%), linear-gradient(145deg, #222321 0%, var(--pearl-shell-mid) 54%, #171817 100%);border:1px solid #d0a95357;border-radius:8px;align-content:stretch;min-height:372px;padding:22px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 52px #14120e3d}.public-about-visual:before,.public-about-visual:after{content:"";pointer-events:none;position:absolute}.public-about-visual:before{z-index:2;opacity:0;background:linear-gradient(105deg,#0000 0%,#fcfcfb2e 44%,#eac56629 50%,#0000 60%);width:34%;animation:6.5s ease-in-out 1.2s infinite public-about-shine;inset:-45% auto -45% -38%;transform:translate(-40%)rotate(7deg)}.public-about-visual:after{border-radius:inherit;inset:0;box-shadow:inset 0 1px #fcfcfb2e,inset 0 -1px #d0a9532e}.public-about-visual-shell{z-index:1;align-content:space-between;gap:16px;min-height:100%;display:grid;position:relative}.public-about-brand-tile{border-bottom:1px solid #d0a95338;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:16px;padding-bottom:18px;display:grid}.public-about-brand-tile img{object-fit:contain;filter:drop-shadow(0 14px 24px #00000047);width:76px;height:76px}.public-about-brand-tile div{gap:6px;min-width:0;display:grid}.public-about-brand-tile strong{color:var(--pearl-white);font-size:24px;line-height:1.2}.public-about-brand-tile span{color:#fcfcfbb8;font-size:14px;line-height:1.45}.public-about-search-preview{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcfcfb1f;border:1px solid #fcfcfb33;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:52px;padding:8px 12px;display:grid}.public-about-search-preview>span{background:#00000038;border:1px solid #d0a9533d;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.public-about-search-preview img{object-fit:contain;width:16px;height:16px}.public-about-search-preview p{color:#fcfcfbd6;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:14px;line-height:1.35;overflow:hidden}.public-about-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.public-about-product-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcfcfb17;border:1px solid #fcfcfb1f;border-radius:8px;flex-direction:column;justify-content:space-between;gap:18px;min-height:118px;padding:14px;display:flex}.public-about-product-card--primary{background:#d0a95324;border-color:#d0a95357}.public-about-product-card small{color:var(--pearl-gold-light);text-transform:uppercase;font-size:11px;font-weight:800;line-height:1.25}.public-about-product-card strong{color:var(--pearl-white);margin-top:10px;font-size:18px;line-height:1.22;display:block}.public-about-product-card>span{color:#fcfcfbb8;background:#0000002e;border-radius:999px;justify-self:end;width:fit-content;padding:7px 9px;font-size:12px;font-weight:700;line-height:1}.public-about-signal-row{flex-wrap:wrap;gap:8px;display:flex}.public-about-signal-row span{color:#fcfcfbc7;text-align:center;text-transform:uppercase;background:#0003;border:1px solid #d0a95338;border-radius:8px;flex:120px;min-width:0;padding:9px 10px;font-size:11px;font-weight:800}.public-about-visual-mark{opacity:.045;pointer-events:none;width:240px;height:240px;animation:public-about-mark-float 9s var(--about-ease) infinite alternate;position:absolute;bottom:-74px;right:-74px}.public-about-visual-mark img{object-fit:contain;width:100%;height:100%}.public-about-meta{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px}.public-about-meta div{background:#ffffff8a;padding:8px 10px}.public-about-meta dt{font-size:10px}.public-about-meta dd{font-size:12px}.public-about-sections{gap:30px;margin-top:34px;display:grid}.public-about-platform{background:#fcfcfb;border:1px solid #8282822e;border-radius:8px;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:18px;padding:18px 20px;display:grid}.public-about-platform span{color:#8a6a18;text-transform:uppercase;font-size:12px;font-weight:800}.public-about-platform p{color:#252525;margin:0;font-size:20px;font-weight:800;line-height:1.35}.public-about-mission{color:#fcfcfb;background:#252525;border:1px solid #d0a95352;border-radius:8px;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px;padding:22px;display:grid}.public-about-mission>span{color:#d0a953;text-transform:uppercase;font-size:12px;font-weight:800}.public-about-mission div{gap:8px;display:grid}.public-about-mission p{margin:0;font-size:18px;line-height:1.45}.public-about-mission p:first-child{font-size:24px;font-weight:800;line-height:1.3}.public-about-audience{gap:14px;display:grid}.public-about-section-heading{gap:6px;max-width:760px;display:grid}.public-about-section-heading h2,.public-about-section-heading p{margin:0}.public-about-section-heading h2{color:#252525;font-size:26px;line-height:1.25}.public-about-section-heading p{color:#4f4a42;line-height:1.55}.public-about-card-grid{gap:12px;display:grid}.public-about-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.public-about-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.public-about-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.public-about-why,.public-about-stats,.public-about-how,.public-about-definition,.public-about-mini-faq,.public-about-trust{gap:14px;display:grid}.public-about-stats{padding-top:12px}.public-about-marketing-card,.public-about-stat-card,.public-about-steps-card,.public-about-definition-card{background:#ffffffb8;border:1px solid #8282822e;border-radius:8px;align-content:start;gap:10px;padding:18px;transition:border-color .22s,box-shadow .22s,transform .22s,background-color .22s;display:grid}.public-about-marketing-card h3,.public-about-stat-card h3,.public-about-steps-card h3,.public-about-definition-card h3{color:#252525;margin:0;font-size:1rem;line-height:1.3}.public-about-marketing-card p,.public-about-definition-card li,.public-about-steps-card li{color:#4f4a42;line-height:1.55}.public-about-marketing-card p{margin:0}.public-about-card-icon{background:#252525;border-radius:8px;place-items:center;width:34px;height:34px;transition:box-shadow .22s,transform .22s;display:grid;box-shadow:0 12px 24px #25252524}.public-about-card-icon img{object-fit:contain;width:17px;height:17px}.public-about-stat-card{background:#f7f4efb8}.public-about-stat-card span{color:#8a6a18;font-size:2.05rem;font-weight:800;line-height:1}.public-about-steps-card ol,.public-about-definition-card ul{margin:0;padding-left:20px}.public-about-steps-card li+li,.public-about-definition-card li+li{margin-top:8px}.public-about-audience-grid,.public-about-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.public-about-audience-card,.public-about-info-card,.public-about-value-card{background:#ffffffb8;border:1px solid #82828238;border-radius:8px;padding:18px;transition:border-color .22s,box-shadow .22s,transform .22s,background-color .22s}.public-about-audience-card{align-content:start;gap:14px;min-height:100%;padding:22px;display:grid}.public-about-card-header{border-bottom:1px solid #82828229;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.public-about-card-header span{color:#8a6a18;text-transform:uppercase;font-size:12px;font-weight:800}.public-about-audience-card p,.public-about-info-card p,.public-about-value-card p{color:#4f4a42;margin:0;line-height:1.6}.public-about-audience-card ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.public-about-audience-card li{background:#fcfcfbb8;border:1px solid #82828224;border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:42px;padding:8px 10px;line-height:1.5;display:grid}.public-about-feature-icon{background:#252525;border-radius:8px;place-items:center;width:34px;height:34px;transition:box-shadow .22s,transform .22s;display:grid}.public-about-feature-icon img{object-fit:contain;width:17px;height:17px}.public-about-values{background:#f7f4ef;border:1px solid #8282822e;border-radius:8px;gap:16px;padding:20px;display:grid}.public-about-values h2,.public-about-info-card h2,.public-about-value-card h3{color:#252525;margin:0}.public-about-value-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;display:grid}.public-about-value-card{background:#fcfcfb;gap:10px;display:grid}.public-about-value-card h3{color:#8a6a18;text-transform:uppercase;border-bottom:1px solid #d0a95342;padding-bottom:8px;font-size:1rem}.public-about-info-card{background:#f7f4efa3;align-content:start;gap:10px;display:grid}.public-about-info-card:only-child{grid-column:1/-1}.public-about-trust{color:#fcfcfb;background:#252525;border:1px solid #d0a9533d;border-radius:8px;padding:20px}.public-about-trust .public-about-section-heading h2{color:#fcfcfb}.public-about-trust ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.public-about-trust li{color:#fcfcfbd6;background:#fcfcfb14;border:1px solid #fcfcfb1f;border-radius:8px;padding:12px;line-height:1.45;transition:border-color .22s,box-shadow .22s,transform .22s,background-color .22s}.public-about-cta{background:#f7f4efb8;border:1px solid #d0a9533d;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;display:grid}.public-about-cta h2,.public-about-cta p{margin:0}.public-about-cta h2{color:#252525;font-size:1.25rem;line-height:1.25}.public-about-cta p{color:#4f4a42;margin-top:6px;line-height:1.55}.public-about-cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.public-about-cta-link{color:#fcfcfb;cursor:pointer;font:inherit;background:#252525;border:1px solid #d0a9535c;border-radius:8px;padding:10px 12px;font-size:.9rem;font-weight:800;line-height:1;text-decoration:none;transition:border-color .18s,box-shadow .18s,color .18s,transform .18s}.public-about-cta-link--secondary{color:#704f12;background:0 0}.public-about-cta-link:hover{color:var(--pearl-gold-light);text-decoration:none;transform:translateY(-1px);box-shadow:0 10px 18px #25252524}.public-about.about-effects-ready [data-about-reveal]{opacity:0;filter:blur(7px);transition:opacity .76s var(--about-ease), transform .76s var(--about-ease), filter .76s var(--about-ease);transition-delay:var(--about-delay,0s);will-change:opacity, transform, filter;transform:translateY(22px)}.public-about.about-effects-ready [data-about-reveal=hero-copy]{transform:translate(-22px,14px)scale(.985)}.public-about.about-effects-ready [data-about-reveal=hero-visual]{transform:translateY(24px)scale(.97)}.public-about.about-effects-ready [data-about-reveal=visual-card],.public-about.about-effects-ready [data-about-reveal=stat]{transform:translateY(18px)scale(.96)}.public-about.about-effects-ready [data-about-reveal=panel-left]{transform:translate(-18px,18px)}.public-about.about-effects-ready [data-about-reveal=panel-right]{transform:translate(18px,18px)}.public-about.about-effects-ready [data-about-reveal=band],.public-about.about-effects-ready [data-about-reveal=dark-band],.public-about.about-effects-ready [data-about-reveal=values-band],.public-about.about-effects-ready [data-about-reveal=cta]{transform:translateY(28px)scale(.985)}.public-about.about-effects-ready [data-about-reveal].is-visible{opacity:1;filter:blur();will-change:auto;transform:translate(0,0)scale(1)}.public-about-marketing-card:hover,.public-about-stat-card:hover,.public-about-steps-card:hover,.public-about-definition-card:hover,.public-about-audience-card:hover,.public-about-info-card:hover,.public-about-value-card:hover{background-color:#ffffffdb;border-color:#d0a95357;transform:translateY(-3px);box-shadow:0 18px 34px #2525251a}.public-about-marketing-card:hover .public-about-card-icon,.public-about-value-card:hover .public-about-card-icon,.public-about-audience-card li:hover .public-about-feature-icon{transform:translateY(-1px);box-shadow:0 14px 26px #d0a95338}.public-about-platform,.public-about-mission,.public-about-values,.public-about-trust,.public-about-cta{position:relative;overflow:hidden}.public-about-platform:before,.public-about-mission:before,.public-about-values:before,.public-about-trust:before,.public-about-cta:before{content:"";opacity:.72;pointer-events:none;background:linear-gradient(#fcfcfb00,#d0a953,#fcfcfb00);width:3px;position:absolute;inset:0 auto 0 0}.public-about-trust li:hover{background-color:#fcfcfb1f;border-color:#d0a95357;transform:translateY(-2px);box-shadow:0 14px 26px #00000024}.public-about-stat-card:hover span{color:#704f12}@keyframes public-about-shine{0%,58%{opacity:0;transform:translate(-40%)rotate(7deg)}66%{opacity:1}84%,to{opacity:0;transform:translate(420%)rotate(7deg)}}@keyframes public-about-mark-float{0%{transform:translate(0,0)rotate(-2deg)}to{transform:translate(-10px,-8px)rotate(3deg)}}@media (max-width:980px){.public-about-card-grid--three,.public-about-card-grid--four,.public-about-trust ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.public-document--about{width:min(100% - 24px,1180px);padding-top:24px}.public-about-hero,.public-about-platform,.public-about-mission,.public-about-audience-grid,.public-about-info-grid,.public-about-card-grid--two,.public-about-card-grid--three,.public-about-card-grid--four,.public-about-trust ul,.public-about-cta{grid-template-columns:1fr}.public-about .legal-document-title{font-size:40px}.public-about-visual{min-height:0;padding:14px}.public-about-brand-tile{grid-template-columns:72px minmax(0,1fr)}.public-about-brand-tile img{width:72px;height:72px}.public-about-product-grid{grid-template-columns:1fr}.public-about-product-card{min-height:112px}.public-about-signal-row span{flex-basis:100%}.public-about-visual-mark{bottom:-82px;right:-78px}.public-about-meta{grid-template-columns:1fr}.public-about-audience-card,.public-about-platform,.public-about-mission,.public-about-values,.public-about-info-card{padding:16px}.public-about-mission p{font-size:16px}.public-about-mission p:first-child{font-size:19px}.public-about-platform p{font-size:17px}.public-about-marketing-card,.public-about-stat-card,.public-about-steps-card,.public-about-definition-card,.public-about-trust,.public-about-cta{padding:16px}.public-about-cta-actions{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.public-about *,.public-about :before,.public-about :after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation:none!important}.public-about.about-effects-ready [data-about-reveal],.public-about.about-effects-ready [data-about-reveal].is-visible{opacity:1;filter:none;transform:none}}.public-document-process-groups{gap:10px;display:grid}.public-document-guidelines-catalog{gap:14px;display:grid}.public-document-faq-catalog{gap:18px;display:grid}.public-document-catalog-toolbar{grid-template-columns:1fr;align-items:center;gap:10px;display:grid}.public-document-catalog-toolbar label,.public-document-catalog-toolbar input{width:100%;min-width:0}.public-document-catalog-toolbar input{color:#2d2924;min-height:42px;font:inherit;background:#ffffffbd;border:1px solid #82828247;border-radius:8px;padding:0 12px}.public-document-catalog-empty{border:1px solid #82828238;border-radius:8px;margin:0;padding:14px;line-height:1.5}.public-document-process-group{background:#ffffff94;border:1px solid #82828238;border-radius:8px;overflow:hidden}.public-document-process-group summary{cursor:pointer;color:#2d2924;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;font-weight:800;line-height:1.35;display:flex}.public-document-process-group summary h2{color:inherit;font:inherit;margin:0}.public-document-process-group summary span:last-child{color:#704f12;text-align:center;background:#8f681c24;border-radius:999px;min-width:28px;padding:6px 8px;font-size:.78rem;line-height:1}.public-document-process-list{gap:0;display:grid}.public-document-process-item{border-top:1px solid #8282822e;gap:8px;padding:14px;display:grid}.public-document-process-item h3{color:#2d2924;margin:0;font-size:1rem;line-height:1.35}.public-document-process-item ol{margin:0;padding-left:20px;line-height:1.6}.public-document-process-item li+li{margin-top:6px}.public-document-faq{gap:10px;display:grid}.public-document-faq details{background:#ffffff94;border:1px solid #82828238;border-radius:8px}.public-document-faq summary{cursor:pointer;padding:12px 14px;font-weight:700;line-height:1.4}.public-document-faq details div{gap:8px;padding:0 14px 14px;display:grid}.cookie-policy-actions{margin-top:20px}.cookie-preferences-open-button,.cookie-consent-actions button,.cookie-preferences-actions button,.cookie-preferences-header button{color:#fcfcfb;cursor:pointer;background:#252525;border:1px solid #d0a953a6;border-radius:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700}.cookie-preferences-open-button:hover,.cookie-consent-actions button:hover,.cookie-preferences-actions button:hover,.cookie-preferences-header button:hover{background:#3a3324}.cookie-preferences-open-button:disabled,.cookie-consent-actions button:disabled,.cookie-preferences-actions button:disabled,.cookie-preferences-header button:disabled{cursor:not-allowed;opacity:.6}.cookie-category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.cookie-category-card{border:1px solid #82828238;border-radius:8px;gap:8px;padding:14px;display:grid}.cookie-category-card h3,.cookie-category-card p{margin:0}.cookie-category-card p{font-size:14px;line-height:1.55}.cookie-category-card span{color:#8a6a18;text-transform:uppercase;font-size:12px;font-weight:700}.cookie-inventory-scroll{width:100%;overflow-x:auto}.cookie-inventory-table{border-collapse:collapse;width:100%;min-width:980px;font-size:13px}.cookie-inventory-table th,.cookie-inventory-table td{text-align:left;vertical-align:top;border:1px solid #82828238;padding:10px}.cookie-inventory-table th{color:#8a6a18;text-transform:uppercase;font-size:11px}.cookie-consent-banner{z-index:1200;color:#fcfcfb;background:#252525fa;border:1px solid #d0a9538c;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:18px;width:min(760px,100vw - 32px);padding:18px;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 18px 48px #00000047}.cookie-consent-banner h2,.cookie-consent-banner p{margin:0}.cookie-consent-banner h2{font-size:18px}.cookie-consent-banner p{margin-top:6px;font-size:14px;line-height:1.5}.cookie-consent-actions,.cookie-preferences-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.cookie-preferences-backdrop{z-index:1300;background:#0000008f;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cookie-preferences-panel{color:#fcfcfb;background:#252525;border:1px solid #d0a9538c;border-radius:8px;width:min(720px,100vw - 32px);max-height:min(760px,100vh - 32px);padding:20px;overflow:auto;box-shadow:0 24px 60px #00000059}.cookie-preferences-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.cookie-preferences-header h2,.cookie-preferences-header p,.cookie-preferences-category strong,.cookie-preferences-category small,.cookie-preferences-category em,.cookie-preferences-notice{margin:0}.cookie-preferences-header h2{font-size:22px}.cookie-preferences-header p{margin-top:8px;font-size:14px;line-height:1.55}.cookie-preferences-categories{gap:10px;margin-top:18px;display:grid}.cookie-preferences-category{border:1px solid #ffffff24;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.cookie-preferences-category span{gap:5px;display:grid}.cookie-preferences-category small{color:#fcfcfbd1;font-size:13px;line-height:1.45}.cookie-preferences-category em{color:#d0a953;font-size:12px;font-style:normal;font-weight:700}.cookie-preferences-category input{width:22px;height:22px}.cookie-preferences-notice{color:#d0a953;margin-top:14px;font-size:13px;font-weight:700}.cookie-preferences-actions{margin-top:18px}.legal-document--popup .legal-document-kicker,.legal-document--popup .legal-document dt{color:#d0a953}.legal-document--popup .legal-document-meta div,.legal-document--popup .legal-document-identity dl div{border-color:#ffffff29}@media (max-width:640px){.legal-document{width:min(100%,100vw - 24px);padding:28px 0 40px}.legal-document-title{font-size:26px}.legal-document-meta,.legal-document-identity dl,.cookie-consent-banner,.cookie-preferences-header{grid-template-columns:1fr}.cookie-consent-actions,.cookie-preferences-actions{justify-content:stretch}.cookie-consent-actions button,.cookie-preferences-actions button,.cookie-preferences-header button,.cookie-preferences-open-button{width:100%}}.popup-backdrop-dim{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0006;justify-content:center;align-items:center;display:flex}.popup-container-dark{color:#fcfcfb;background:#2e2e2d;border:1px solid #d6aa3b99;box-shadow:0 20px 60px #00000047}.popup-container-wide{width:min(720px,90vw)}.popup-close-button{color:#fcfcfb;padding:6px;font-size:20px;line-height:1}.popup-section{gap:12px;margin-bottom:16px;display:grid}.popup-section-summary{background:#ffffff08;border:1px solid #ffffff1f;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;display:flex}.popup-section-summary.popup-section-summary-centered{text-align:center;justify-content:center}.popup-section-summary .popup-text{margin:0}.popup-section-center{text-align:center;justify-items:center}.popup-choice-group{flex-wrap:wrap;gap:8px;display:flex}.domain-group{background:#ffffff08;border:1px solid #0000;border-radius:14px;margin-bottom:16px;padding:12px 1px}.domain-group-business_growth{background:#d7b28b14;border-color:#d7b28b66}.domain-group-personal_life{background:#96c1ad14;border-color:#96c1ad59}.domain-group-home_creativity{background:#96a0d214;border-color:#96a0d259}.domain-group-others{background:#ffffff0a;border-color:#fff3}@media (max-width:640px){.domain-group{width:100%;margin:0}.domain-group .popup-choice-group{flex-direction:row;gap:6px}.domain-group .popup-choice-group .popup-choice{flex:0 0 45%;min-width:45%;max-width:45%;padding:12px 10px;font-size:.75rem}.popup-choice-group+.popup-choice-group .popup-choice,.popup-section .popup-choice-group .popup-choice,.domain-group .popup-group-heading{font-size:.75rem}}.domain-group .popup-group-heading{text-align:left}.popup-choice{color:#fcfcfb;cursor:pointer;text-align:center;min-width:30%;max-width:30%;min-height:64px;transition:border-color var(--ui-fast) var(--ui-ease), background-color var(--ui-fast) var(--ui-ease), color var(--ui-fast) var(--ui-ease);background:#2e2e2d;border:1px solid #3c3d41;border-radius:10px;flex:0 0 30%;justify-content:center;align-items:center;padding:16px 14px;font-weight:600;display:flex}.popup-choice-active{color:#28292d;background:#d0a953;border-color:#d0a953}.popup-select{color:#fcfcfb;background:#2e2e2d;border:1px solid #3c3d41;border-radius:10px;padding:10px 12px;font-size:1rem}.popup-option{color:#fcfcfb;background:#2e2e2d}.popup-grid{background:#28292d;border:1px solid #3c3d41;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;padding:4px;display:grid;overflow-y:auto}.popup-grid::-webkit-scrollbar-track{margin:.35rem 0}.popup-grid-item{text-align:center;background:#2e2e2d;border:1px solid #3c3d41;border-radius:8px;justify-content:center;align-items:center;height:56px;padding:8px 10px;display:flex;overflow:hidden}.popup-grid-text{color:#fcfcfb;text-align:center;white-space:normal;word-break:break-word;font-weight:600;line-height:1.3}.popup-grid-empty{color:#6b7280;padding:8px;font-size:14px}.schedule-day-row{transition:border-color var(--ui-fast) ease, box-shadow var(--ui-fast) ease;background:#25262b;border-radius:8px;grid-template-columns:1fr minmax(0,72px) auto minmax(0,72px);align-items:center;gap:6px;padding:8px 10px;display:grid}.schedule-time-select{text-align:center;box-sizing:border-box;appearance:none;background-image:none;border:1px solid #444;justify-self:center;width:100%;max-width:72px;padding:4px 6px;font-size:14px}.schedule-time-select:focus-visible,.schedule-time-select:focus{box-shadow:none;outline:none}.schedule-time-separator{color:#cbd5e1;text-align:center;justify-self:center;width:15px}@media (max-width:720px){.schedule-day-row{grid-template-columns:1fr minmax(0,60px) auto minmax(0,60px)}.schedule-time-select{max-width:60px}.schedule-time-separator{width:12px}}.popup-total-price-multiplier{color:#fff;opacity:.8;letter-spacing:.04em;font-size:.75rem}.domain-group .popup-group-heading{text-align:left;margin-bottom:6px;margin-left:4px}.info-dialog-backdrop{z-index:250;background:#07070acc;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.info-dialog{background:#1f2024;border:1px solid #ffffff26;border-radius:14px;flex-direction:column;gap:16px;width:100%;max-width:480px;padding:24px;display:flex;box-shadow:0 18px 35px #000000b3}.info-dialog-title{color:#fcfcfb;margin:0;font-size:1.2rem;font-weight:600}.info-dialog-body{color:#f7f7fad9;margin:0;line-height:1.5}.info-dialog-close{color:#1f1b18;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:#d0a953;border:none;border-radius:10px;align-self:flex-end;padding:10px 18px;font-weight:600;transition:background .2s}.info-dialog-close:hover{background:#fcfcfb}.tutorial-popup{flex-direction:column;gap:16px;width:min(520px,92vw);max-height:85vh;padding:22px 24px;display:flex}.tutorial-popup-backdrop{z-index:95}.tutorial-popup-header{justify-content:space-between;align-items:center;display:flex}.tutorial-popup-pearly-wrap{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.tutorial-popup-label{letter-spacing:.06em;color:#d0a953;font-size:.75rem;font-weight:600}.tutorial-popup-pearly{object-fit:contain;width:72px;height:72px}.tutorial-popup-close{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.tutorial-popup-close img{width:18px;height:18px;display:block}.tutorial-popup-close:hover{background:#ffffff24;transform:scale(1.05);box-shadow:0 6px 12px #00000059}.tutorial-popup-body{flex-direction:column;gap:12px;display:flex}.tutorial-popup-title{color:#fcfcfb;margin:0;font-size:1.1rem;font-weight:600}.tutorial-popup-icon{align-self:center;width:48px;height:48px}.tutorial-popup-description{color:#f7f7fad9;flex-direction:column;gap:8px;margin:0;padding-left:18px;display:flex}.tutorial-popup-description li{line-height:1.4}.tutorial-popup-feedback-row{justify-content:flex-end;display:flex}.tutorial-popup-footer{border-top:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:12px;padding-top:12px;display:flex}.tutorial-popup-references{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.tutorial-popup-reference{color:#fcfcfb;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.tutorial-popup-reference:hover{color:#d0a953}.tutorial-popup-actions{gap:8px;margin-left:auto;display:flex}.tutorial-popup-feedback{color:#fcfcfb;cursor:pointer;background:#ffffff14;border:1px solid #f7f7fa33;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.tutorial-popup-feedback img{width:16px;height:16px;display:block}.tutorial-popup-feedback:hover{background:#ffffff29;border-color:#d6aa3b73;transform:translateY(-1px)}@media (max-width:640px){.tutorial-popup{padding:18px}.tutorial-popup-footer{align-items:stretch}.tutorial-popup-actions{justify-content:flex-end;width:100%}}.master-function-map-card strong{color:#fcfcfb;font-weight:500}.master-function-map-fields{flex-direction:column;gap:8px;margin-left:10px;display:flex}.master-function-field-row{align-items:center;gap:10px}.master-function-field-accepted{margin-top:7px;margin-left:24px}.master-function-collection-control{flex-direction:row;align-items:center;gap:8px;display:flex;position:relative}.master-function-collection-select{color:#fcfcfb;appearance:none;cursor:pointer;background:#ffffff0f;border:1px solid #f7f7fa33;border-radius:10px;padding:6px 10px;font-size:.9rem}.master-function-search-input{color:#fcfcfb;appearance:none;background:#ffffff0f;border:1px solid #f7f7fa33;border-radius:10px;width:200px;margin-left:12px;padding:6px 10px;font-size:.9rem}.master-function-collection-select:disabled{cursor:not-allowed;opacity:.6}.master-function-collection-select option{color:#fcfcfb;background:#1f2024}.master-function-collection-note{color:#f7f7fa99;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.master-function-field-block{margin-left:2px;padding:8px 0}.master-function-field-divider{border:none;border-top:1px solid #f7f7fa1a;margin:4px 0}.master-function-field-actions{justify-content:flex-end;margin-top:6px;display:flex}.master-function-field-remove{color:#fcfcfb;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #f7f7fa40;border-radius:50px;padding:4px 10px;font-size:.65rem}.master-function-map-card{background:#1f2024cc;border:1px solid #f7f7fa33;border-radius:14px;padding:12px;box-shadow:0 10px 25px #0006}.master-function-map-header strong{letter-spacing:.08em;text-transform:uppercase;font-size:.9rem}.master-function-map-header{justify-content:space-between;align-items:center;display:flex}.master-function-map-remove{letter-spacing:.08em;color:#fcfcfb;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #f7f7fa33;border-radius:50px;padding:4px 10px;font-size:.7rem}.master-popup{flex-direction:column;width:min(100%,460px);max-height:80vh;display:flex;position:relative;overflow-y:auto}.master-popup--profilings{width:min(100%,920px)}.master-profiling-actions-control{flex-direction:column;gap:8px;display:flex}.master-profiling-actions-control.is-error{border:1px solid #ef4444d9;border-radius:10px;padding:10px}.master-profiling-actions-title-row{color:#f7f7fabf;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:.8rem;display:flex}.master-profiling-add-action{white-space:nowrap}.master-profiling-actions-list{flex-direction:column;gap:10px;display:flex}.master-profiling-action-section{background:#ffffff09;border:1px solid #f7f7fa29;border-radius:10px;overflow:hidden}.master-profiling-action-section.is-expanded{border-color:#f7f7fa52}.master-profiling-action-header{align-items:stretch;gap:8px;padding:8px;display:flex}.master-profiling-action-toggle{color:#fcfcfb;cursor:pointer;text-align:left;background:#ffffff0a;border:none;border-radius:8px;flex-direction:column;flex:1;align-items:flex-start;gap:4px;padding:10px 12px;display:flex}.master-profiling-action-toggle:hover,.master-profiling-action-toggle:focus-visible{background:#ffffff12;outline:none}.master-profiling-action-title{font-size:.95rem;font-weight:600}.master-profiling-action-meta{color:#f7f7faa6;font-size:.78rem}.master-profiling-action-options{flex-direction:column;gap:10px;padding:0 12px 12px;display:flex}.master-profiling-option-label{color:#f7f7fabf;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;gap:6px;font-size:.76rem;display:flex}.master-profiling-option-select{width:100%;min-height:38px}.master-function-collection-select.is-error,.master-input.is-error{border-color:#ef4444f2;box-shadow:0 0 0 1px #ef444459}.master-options-list--expandable{flex-direction:column;gap:10px;display:flex}.master-options-section{background:#ffffff09;border:1px solid #f7f7fa29;border-radius:10px;overflow:hidden}.master-options-section.is-expanded{border-color:#f7f7fa52}.master-options-section-header{align-items:stretch;gap:8px;padding:8px;display:flex}.master-options-section-toggle{color:#fcfcfb;cursor:pointer;text-align:left;background:#ffffff0a;border:none;border-radius:8px;flex-direction:column;flex:1;align-items:flex-start;gap:4px;padding:10px 12px;display:flex}.master-options-section-toggle:hover,.master-options-section-toggle:focus-visible{background:#ffffff12;outline:none}.master-options-section-title{font-size:.95rem;font-weight:600}.master-options-section-meta{color:#f7f7faa6;font-size:.78rem}.master-options-section-body{flex-direction:column;gap:10px;padding:0 12px 12px;display:flex}.master-options-section-label{color:#f7f7fabf;letter-spacing:.08em;text-transform:uppercase;flex-direction:column;gap:6px;font-size:.76rem;display:flex}.master-options-section-label .master-input{width:100%}.master-options-description-textarea{resize:vertical;min-height:92px}.master-options-subvalues{border-top:1px solid #f7f7fa1f;flex-direction:column;gap:8px;padding-top:10px;display:flex}.master-options-subvalues-header{color:#f7f7fabf;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:.76rem;display:flex}.master-options-subvalue-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.master-options-subvalue-remove{align-self:end}.master-option-selected-label{color:#f7f7fa9e;letter-spacing:0;text-transform:none;font-size:.74rem;line-height:1.35}.master-social-post-platform-text{flex-direction:column;gap:2px;display:inline-flex}.master-popup-close-button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:18px;right:18px}.master-task-detail-actions{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.master-task-detail-actions-left,.master-task-detail-actions-right{align-items:center;gap:8px;display:flex}.master-task-detail-actions-middle{flex:1;justify-content:center;gap:8px;display:flex}.master-task-delete-button{color:#ef4444;border-color:#ef4444}.master-refresh-button.master-task-delete-button{color:#ef4444}.master-task-form{flex-direction:column;gap:12px;margin-top:16px;display:flex}.master-task-form label{letter-spacing:.08em;text-transform:uppercase;color:#f7f7fabf;flex-direction:column;gap:6px;font-size:.8rem;display:flex}.master-task-form input,.master-task-form textarea,.master-task-form select{color:#fcfcfb;background:#ffffff0d;border:1px solid #f7f7fa33;border-radius:10px;padding:8px 12px;font-size:.95rem;transition:border .2s,box-shadow .2s}.master-task-form textarea{resize:vertical;min-height:90px}.master-task-form input:focus,.master-task-form textarea:focus,.master-task-form select:focus{border-color:#f7f7fa99;outline:2px solid #f7f7fa59}.master-task-form input:disabled,.master-task-form textarea:disabled,.master-task-form select:disabled{opacity:.55;cursor:not-allowed}.master-task-filter-controls{align-items:flex-end;gap:10px;margin-left:16px;display:flex}.master-task-filter-controls label{letter-spacing:.12em;text-transform:uppercase;color:#f7f7faa6;flex-direction:column;gap:4px;font-size:.7rem;display:flex}.master-task-filter-controls select{color:#fcfcfb;background:#ffffff0d;border:1px solid #f7f7fa33;border-radius:8px;width:150px;padding:6px 10px;font-size:.85rem}.master-task-detail{flex-direction:column;gap:8px;margin-top:16px;display:flex}.master-task-detail-description{color:#f7f7fad9;margin:0;line-height:1.5}.master-task-detail-note,.master-task-detail-timestamp{color:#f7f7fab3;margin:0;font-size:.85rem}.master-task-meta{letter-spacing:.1em;text-transform:uppercase;color:#f7f7faa6;margin:0;font-size:.75rem}.master-popup-meta{color:#fcfcfb;font-size:.85rem}.master-popup-meta--dimmed{opacity:.65;text-transform:none}.language-selector-page{text-align:center;justify-content:center;align-items:center;min-height:100vh;margin-top:-82px;padding:48px 16px;display:flex}.language-selector-panel{background:#1f2024;border:1px solid #ffffff1f;border-radius:22px;width:min(520px,100%);padding:44px 32px;box-shadow:0 25px 45px #00000059}.language-selector-logo{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;display:flex}.language-selector-kicker{letter-spacing:.45em;text-transform:uppercase;color:#fbd38d;margin:0 0 6px;font-size:.75rem}.language-selector-panel h1{color:#fcfcfb;margin:4px 0 0;font-size:clamp(1.8rem,4vw,2.25rem)}.language-selector-subtitle{color:#f7f7facc;margin:4px 0 0}.language-selector-grid{gap:12px;margin-top:32px;display:grid}.language-option{color:#fcfcfb;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:16px;padding:14px 18px;text-decoration:none;transition:border-color .25s,background .25s,transform .2s;display:flex}.language-option:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-1px)}.language-option:focus-visible{outline-offset:2px;outline:2px solid #fbd38d}.language-option-flag{background:0 0;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden;box-shadow:0 6px 16px #6e4d4d59}.language-option-text{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.language-option-label{font-size:1.1rem;font-weight:600}.language-option-hint{color:#f7f7fab3;font-size:.85rem}@media (min-width:480px){.language-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.language-selector-page{margin-top:-130px}}.master-play-cities-title{background:#ffffff4d;border-radius:4px;padding:2px 6px}.local-systems-header-button{height:28px;color:var(--pearl-gold-light);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;transition:background-color var(--ui-medium) var(--ui-ease), border-color var(--ui-medium) var(--ui-ease), transform var(--ui-fast) ease;background:#1f2024b8;border:1px solid #d0a9537a;border-radius:999px;flex:none;padding:0 12px;font-size:.66rem;font-weight:800;line-height:1;box-shadow:inset 0 0 0 1px #fcfcfb0d,0 8px 18px #0003}.local-systems-header-button:hover,.local-systems-header-button:focus-visible{background:#d0a9532e;border-color:#eac566b8;outline:none;transform:translateY(-1px)}.local-systems-backdrop{z-index:120;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000009e;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.local-systems-shell{color:#fcfcfb;grid-template-columns:minmax(340px,35%) minmax(420px,65%);gap:12px;width:min(1600px,100vw - 28px);height:min(80vh,100dvh - 28px);display:grid}.local-systems-panel{background:radial-gradient(circle at 12% 0,#eac5661a,#0000 32%),linear-gradient(145deg,#1f2024fa,#0e1819fa);border:1px solid #d0a95342;border-radius:16px;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000061}.local-systems-panel--tasks{background:radial-gradient(circle at 70% 95%,#d0a95314,#0000 30%),linear-gradient(145deg,#0e1819fa,#1f2024fa)}.local-systems-panel-header{border-bottom:1px solid #fcfcfb14;flex:none;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 16px 12px;display:flex}.local-systems-panel-header h2{color:var(--pearl-gold-light);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.98rem;font-weight:900}.local-systems-panel-title-copy{min-width:0}.local-systems-panel-title-row{align-items:center;gap:8px;min-width:0;display:flex}.local-systems-panel-title-row h2{min-width:0}.local-systems-eyebrow,.local-systems-count{color:#fcfcfb9e;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.68rem;font-weight:800}.local-systems-count{white-space:nowrap;margin-top:3px}.local-systems-header-actions{align-items:center;gap:8px;display:inline-flex}.local-systems-global-task-counter{color:#fcfcfbd1;white-space:nowrap;background:#fcfcfb0f;border:1px solid #fcfcfb2e;border-radius:999px;align-items:center;height:32px;padding:0 10px;font-size:.72rem;font-weight:600;display:inline-flex}.local-systems-book-of-laws{width:min(760px,92vw);max-height:86vh}.local-systems-book-of-laws-scroll{flex-direction:column;flex:auto;gap:14px;padding:14px 18px 20px;display:flex;overflow-y:auto}.local-systems-book-of-laws-subtitle{color:#fcfcfbb8;margin:0;font-size:.82rem;line-height:1.5}.local-systems-book-of-laws-chapter{border:1px solid #fcfcfb1a;border-radius:10px;padding:10px 12px}.local-systems-book-of-laws-chapter>summary{cursor:pointer;color:var(--pearl-gold-light);align-items:baseline;gap:8px;font-size:.88rem;font-weight:800;display:flex}.local-systems-book-of-laws-chapter>summary small{color:#fcfcfb80;font-size:.72rem;font-weight:500}.local-systems-book-of-laws-domain{margin-top:10px;padding-left:4px}.local-systems-book-of-laws-domain h4{color:#fcfcfbdb;margin:0 0 4px;font-size:.8rem}.local-systems-book-of-laws-domain ul{gap:6px;margin:0;padding-left:18px;display:grid}.local-systems-book-of-laws-domain li strong{color:#fcfcfbeb;font-size:.8rem}.local-systems-book-of-laws-pending{color:#e6b325;text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:700}.local-systems-book-of-laws-domain li p{color:#fcfcfbad;margin:2px 0 0;font-size:.78rem;line-height:1.5}.local-systems-icon-button{cursor:pointer;background:#fcfcfb0f;border:1px solid #fcfcfb2e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.local-systems-icon-button:disabled{cursor:not-allowed;opacity:.48}.local-systems-icon-button img{width:15px;height:15px}.local-systems-list,.local-systems-task-list,.local-systems-constitution-groups{min-height:0;overflow-y:auto}.local-systems-list{gap:8px;padding:12px;display:grid}.local-systems-list-item{color:#fcfcfb;cursor:pointer;text-align:left;background:#fcfcfb09;border:1px solid #fcfcfb1a;border-radius:10px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%;min-height:58px;padding:10px 12px;display:flex}.local-systems-list-item--other{margin-top:14px}.local-systems-list-item span{color:var(--pearl-gold-light);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.local-systems-list-item small{color:#fcfcfbad;font-size:.72rem;line-height:1.25}.local-systems-list-item:hover,.local-systems-list-item:focus-visible,.local-systems-list-item.is-active{background:#d0a95324;border-color:#eac566b3;outline:none}.local-systems-constitution{border-bottom:1px solid #fcfcfb14;flex:none;padding:14px 16px 8px}.local-systems-constitution-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.local-systems-constitution-topline p{color:#fcfcfbc7;margin:0;font-size:.82rem;line-height:1.35}.local-systems-constitution-topline select{color:#fcfcfb;background:#fcfcfb0f;border:1px solid #fcfcfb33;border-radius:999px;min-width:140px;height:34px;padding:0 12px;font-size:.72rem;font-weight:700}.local-systems-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;margin-top:12px;display:grid}.local-systems-tabs button{color:#fcfcfb;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:#fcfcfb14;border:1px solid #fcfcfb38;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;height:28px;padding:0 10px;font-size:.66rem;font-weight:900;display:inline-flex}.local-systems-tabs button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.local-systems-tabs button small{color:#fcfcfbb8;background:#fcfcfb1a;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:18px;min-height:18px;padding:0 5px;font-size:.62rem;line-height:1;display:inline-flex}.local-systems-tabs button.is-active{color:var(--pearl-gold-light);border-color:#eac566e0}.local-systems-tabs button.is-active small{color:var(--pearl-gold-light);background:#d0a95338}.local-systems-constitution-groups{gap:8px;max-height:250px;margin-top:12px;padding-right:4px;display:grid}.local-systems-constitution-group{background:#0000001f;border:1px solid #fcfcfb1f;border-radius:8px}.local-systems-constitution-group summary{min-height:34px;color:var(--pearl-gold-light);cursor:pointer;text-transform:uppercase;align-items:center;gap:6px;padding:0 10px;font-size:.75rem;font-weight:900;display:flex}.local-systems-constitution-group small{color:#fcfcfb9e;font-size:.72rem}.local-systems-task-list{flex:auto;align-content:start;gap:8px;padding:14px 16px;display:grid}.local-systems-task{color:#fcfcfb;cursor:pointer;text-align:left;background:#fcfcfb0a;border:1px solid #fcfcfb1f;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:42px;padding:9px 11px;display:flex}.local-systems-task:hover,.local-systems-task:focus-visible{border-color:#eac56694;outline:none}.local-systems-task.is-done{color:#fcfcfb94;text-decoration:line-through}.local-systems-task-checkbox{width:20px;height:20px;color:var(--pearl-gold-light);border:1px solid #eac566b8;border-radius:5px;flex:0 0 20px;justify-content:center;align-items:center;font-size:.72rem;font-weight:900;text-decoration:none;display:inline-flex}.local-systems-add-row{flex:none;gap:8px;padding:0 16px 12px;display:flex}.local-systems-add-row input,.local-systems-raw textarea{color:#fcfcfb;background:#0000002e;border:1px solid #fcfcfb24;border-radius:8px;width:100%}.local-systems-add-row input{min-width:0;height:38px;padding:0 11px}.local-systems-add-row button,.local-systems-save-button{color:var(--pearl-gold-light);cursor:pointer;text-transform:uppercase;background:#d0a9532e;border:1px solid #d0a9539e;border-radius:8px;font-size:.72rem;font-weight:900}.local-systems-add-row button{flex:none;padding:0 14px}.local-systems-raw{flex:none;gap:6px;padding:0 16px 12px;display:grid}.local-systems-raw span,.local-systems-actions span{color:#fcfcfba3;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.local-systems-raw textarea{resize:vertical;height:132px;min-height:94px;padding:10px;font-family:Consolas,Liberation Mono,monospace;font-size:.76rem;line-height:1.45}.local-systems-actions{flex:none;justify-content:space-between;align-items:center;gap:10px;padding:0 16px 16px;display:flex}.local-systems-save-button{height:34px;padding:0 12px}.local-systems-save-button:disabled{cursor:wait;opacity:.62}.local-systems-status,.local-systems-error{color:#fcfcfbb8;padding:14px 16px;font-size:.82rem}.local-systems-error{color:#ffb4a9}@media (max-width:1180px){.local-systems-shell{grid-template-columns:minmax(320px,35%) minmax(300px,65%)}}@media (max-width:767px){.local-systems-header-button{letter-spacing:.04em;height:26px;padding:0 9px;font-size:.58rem}.local-systems-shell{grid-template-rows:minmax(210px,35%) minmax(0,1fr);grid-template-columns:1fr;height:min(860px,100dvh - 20px)}.local-systems-panel-header{padding:13px 13px 10px}.local-systems-list{padding:10px}.local-systems-list-item{min-height:50px}.local-systems-constitution-topline{flex-direction:column;align-items:flex-start}.local-systems-add-row,.local-systems-actions{flex-direction:column;align-items:stretch}.local-systems-add-row button,.local-systems-save-button{min-height:36px}}.local-systems-list-item--bottom-start{margin-top:14px}.local-systems-list-item--bottom:not(.local-systems-list-item--bottom-start){margin-top:0}.local-systems-task{cursor:default;justify-content:space-between;align-items:stretch;text-decoration:none}.local-systems-task.is-done{color:#fcfcfb;opacity:.72;text-decoration:none}.local-systems-task-main{flex:auto;gap:8px;min-width:0;display:grid}.local-systems-task-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.local-systems-task-title-row h3{color:#fcfcfb;overflow-wrap:anywhere;min-width:0;margin:0;font-size:.86rem;font-weight:800;line-height:1.25}.local-systems-task p,.local-systems-completion p{color:#fcfcfbb8;overflow-wrap:anywhere;margin:0;font-size:.76rem;line-height:1.4}.local-systems-task-badges{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.local-systems-difficulty{letter-spacing:.05em;text-transform:uppercase;border:1px solid #fcfcfb29;border-radius:999px;flex:none;padding:3px 8px;font-size:.62rem;font-weight:900}.local-systems-difficulty--very_easy,.local-systems-difficulty--easy,.local-systems-difficulty--low{color:#9bd18f;background:#9bd18f1a;border-color:#9bd18f80}.local-systems-difficulty--medium{color:var(--pearl-gold-light);background:#d0a9531f;border-color:#eac56680}.local-systems-difficulty--hard,.local-systems-difficulty--high{color:#ffb4a9;background:#ffb4a91a;border-color:#ffb4a980}.local-systems-difficulty--very_hard{color:#ff9f86;background:#ff6d4a1f;border-color:#ff8c668a}.local-systems-difficulty--hardcore{color:#f4d2ff;background:#a04bd229;border-color:#d88bff94}.local-systems-task-type{letter-spacing:.05em;text-transform:uppercase;border:1px solid #fcfcfb29;border-radius:999px;flex:none;padding:3px 8px;font-size:.62rem;font-weight:900}.local-systems-task-type--implementation{color:#9dc9ff;background:#468cff1f;border-color:#9dc9ff80}.local-systems-task-type--correction{color:#ffb0c2;background:#ff5a821f;border-color:#ffb0c280}.local-systems-task-type--refactoring{color:#d4b3ff;background:#a05aff1f;border-color:#d4b3ff80}.local-systems-task-type--enhancement{color:#8fe0d0;background:#3cbea51f;border-color:#8fe0d080}.local-systems-task-type--documentation{color:#e8c98a;background:#c8a0461f;border-color:#e8c98a80}.local-systems-task-type--evaluation{color:#f0a8e8;background:#c850be1f;border-color:#f0a8e880}.local-systems-ai-badge{color:#fcfcfb94;letter-spacing:.05em;text-transform:uppercase;background:#fcfcfb0a;border:1px solid #fcfcfb24;border-radius:999px;flex:none;padding:3px 8px;font-size:.62rem;font-weight:900}.local-systems-ai-badge.is-reviewed{color:#9bd7ff;background:#9bd7ff1a;border-color:#9bd7ff7a}.local-systems-ai-reviewed-toggle{color:#fcfcfbc2;background:#00000024;border:1px solid #fcfcfb24;border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}.local-systems-ai-reviewed-toggle input{width:14px;height:14px;accent-color:var(--pearl-gold-light)}.local-systems-completion{border-left:2px solid #9bd18f80;gap:4px;padding-left:8px;display:grid}.local-systems-completion span{color:#9bd18feb;letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:900}.local-systems-task-main textarea,.local-systems-add-form textarea,.local-systems-add-form input,.local-systems-add-form select{color:#fcfcfb;background:#0000002e;border:1px solid #fcfcfb24;border-radius:8px;width:100%;font-size:.78rem}.local-systems-task-main textarea,.local-systems-add-form textarea{resize:vertical;min-height:62px;padding:9px 10px;line-height:1.4}.local-systems-task-actions{flex:none;align-items:flex-start;gap:8px;display:flex}.local-systems-task-actions button,.local-systems-add-form button{min-height:32px;color:var(--pearl-gold-light);cursor:pointer;text-transform:uppercase;background:#d0a95329;border:1px solid #d0a9539e;border-radius:8px;font-size:.68rem;font-weight:900}.local-systems-task-actions button:not(.local-systems-task-delete),.local-systems-add-form button{padding:0 10px}.local-systems-task-delete{justify-content:center;align-items:center;width:32px;padding:0;display:inline-flex}.local-systems-add-form{flex:none;grid-template-columns:minmax(0,1fr) 120px;gap:8px;padding:0 16px 16px;display:grid}.local-systems-add-form input,.local-systems-add-form select{height:38px;padding:0 10px}.local-systems-add-form textarea,.local-systems-add-form button{grid-column:1/-1}.local-systems-add-form button:disabled,.local-systems-task-actions button:disabled{cursor:not-allowed;opacity:.55}.local-systems-task-edit-form{grid-template-columns:minmax(0,1fr) 116px;gap:8px;width:100%;display:grid}.local-systems-task-edit-form input,.local-systems-task-edit-form textarea,.local-systems-task-edit-form select{color:#fcfcfb;background:#0000002e;border:1px solid #fcfcfb24;border-radius:8px;width:100%;font-size:.78rem}.local-systems-task-edit-form input,.local-systems-task-edit-form select{height:36px;padding:0 10px}.local-systems-task-edit-form textarea{resize:vertical;grid-column:1/-1;min-height:62px;padding:9px 10px;line-height:1.4}.local-systems-task-edit-actions{justify-content:flex-end;gap:8px;display:flex}.local-systems-task-edit-actions button{min-height:32px;color:var(--pearl-gold-light);cursor:pointer;background:#d0a95329;border:1px solid #d0a9539e;border-radius:8px;padding:0 10px;font-size:.68rem;font-weight:700}.local-systems-task-edit-actions button:last-child{color:#fcfcfbc7;background:#fcfcfb0d;border-color:#fcfcfb2e}.local-systems-task-edit-actions button:disabled{cursor:not-allowed;opacity:.55}.local-systems-constitution>p{color:#fcfcfbc7;margin:0;font-size:.82rem;line-height:1.35}@media (max-width:767px){.local-systems-add-form{grid-template-columns:1fr}.local-systems-task{flex-direction:column}.local-systems-task-actions{justify-content:flex-end}}.local-systems-group{gap:8px;display:grid}.local-systems-group--bottom{border-top:1px solid #d0a95347;margin-top:16px;padding-top:12px}.local-systems-group summary{color:#fcfcfbb8;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;min-height:30px;padding:0 4px;font-size:.68rem;font-weight:900;display:flex}.local-systems-group summary span{color:#fcfcfbb8}.local-systems-group summary small{color:var(--pearl-gold-light);font-size:.66rem}.local-systems-group-items{gap:8px;display:grid}.local-systems-list-item--constitution{border-color:#eac56652}.local-systems-list{gap:12px}.local-systems-group-items{grid-template-columns:repeat(2,minmax(0,1fr))}.local-systems-list-item{grid-template-columns:28px minmax(0,1fr);justify-content:start;align-items:center;min-height:60px;display:grid}.local-systems-list-item-icon{background:#fcfcfb0f;border:1px solid #fcfcfb1a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.local-systems-list-item-icon img{object-fit:contain;width:18px;height:18px}.local-systems-list-item-text{gap:3px;min-width:0;display:grid}.local-systems-list-item-text span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:767px){.local-systems-group-items{grid-template-columns:1fr}}.local-systems-panel--list .local-systems-panel-header h2{letter-spacing:0;text-transform:none;font-size:.86rem;font-weight:400}.local-systems-panel--list .local-systems-eyebrow,.local-systems-panel--list .local-systems-group summary{letter-spacing:0;text-transform:none;font-size:.62rem;font-weight:400}.local-systems-panel--list .local-systems-list-item-text span{letter-spacing:0;text-transform:none;font-size:.72rem;font-weight:400}.local-systems-panel--list .local-systems-group summary small{letter-spacing:0;text-transform:none;font-size:.66rem;font-weight:400}.local-systems-shell,.local-systems-shell *{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.local-systems-shell{overflow:hidden}.local-systems-panel,.local-systems-list,.local-systems-task-list{overflow-x:hidden}.local-systems-panel-header{padding:12px 14px 10px}.local-systems-panel-header h2,.local-systems-eyebrow,.local-systems-count,.local-systems-tabs button,.local-systems-constitution-group summary,.local-systems-difficulty,.local-systems-task-type,.local-systems-ai-badge,.local-systems-completion span,.local-systems-task-actions button,.local-systems-add-form button{letter-spacing:0;text-transform:none;font-weight:400}.local-systems-panel-header h2{font-size:.9rem;line-height:1.2}.local-systems-eyebrow,.local-systems-count{font-size:.66rem}.local-systems-constitution{padding:10px 14px 8px}.local-systems-constitution>p{font-size:.72rem;line-height:1.35}.local-systems-tabs{gap:6px;margin-top:9px}.local-systems-tabs button{height:28px;padding:0 8px;font-size:.66rem}.local-systems-constitution-groups{gap:6px;max-height:168px;margin-top:9px}.local-systems-constitution-group summary{min-height:28px;padding:0 9px;font-size:.7rem}.local-systems-constitution-group small{font-size:.66rem}.local-systems-task-list{gap:7px;padding:10px 14px}.local-systems-task{cursor:default;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-height:0;padding:9px 10px;display:grid}.local-systems-task-main{gap:5px}.local-systems-task-title-row{grid-template-columns:1fr;justify-content:start;align-items:start;gap:5px;display:grid}.local-systems-task-title-row h3{font-size:.78rem;font-weight:400;line-height:1.3}.local-systems-task p,.local-systems-completion p{font-size:.7rem;line-height:1.35}.local-systems-task-badges{justify-content:flex-start;gap:5px}.local-systems-difficulty,.local-systems-task-type,.local-systems-ai-badge{padding:2px 7px;font-size:.58rem;line-height:1.35}.local-systems-task-main textarea{min-height:38px;max-height:70px;padding:7px 8px;font-size:.7rem}.local-systems-task-actions{align-items:start;gap:6px}.local-systems-task-actions button,.local-systems-add-form button{min-height:28px;font-size:.66rem}.local-systems-task-delete{width:28px}.local-systems-add-form{grid-template-columns:minmax(0,1fr) 112px;gap:7px;padding:0 14px 14px}.local-systems-add-form input,.local-systems-add-form select{height:34px;font-size:.72rem}.local-systems-ai-reviewed-toggle{letter-spacing:0;text-transform:none;grid-column:1/-1;width:fit-content;min-height:28px;padding:0 9px;font-size:.68rem;font-weight:400}.local-systems-ai-reviewed-toggle input[type=checkbox]{flex:0 0 14px;width:14px;min-width:14px;height:14px;padding:0}.local-systems-add-form textarea{min-height:78px;font-size:.72rem}.local-systems-panel--tasks .local-systems-task-list{min-height:0;overflow:hidden auto}.local-systems-panel--tasks .local-systems-task{grid-template-columns:minmax(0,1fr) 104px;align-items:start;gap:10px;padding:8px 9px;display:grid;overflow:hidden}.local-systems-panel--tasks .local-systems-task-main{min-width:0;overflow:hidden}.local-systems-panel--tasks .local-systems-task-title-row{grid-template-columns:minmax(0,1fr);gap:5px;display:grid}.local-systems-panel--tasks .local-systems-task-title-row h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.76rem;line-height:1.25;overflow:hidden}.local-systems-panel--tasks .local-systems-task p{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:.68rem;display:-webkit-box;overflow:hidden}.local-systems-panel--tasks .local-systems-task-badges{justify-content:flex-start;max-width:100%}.local-systems-panel--tasks .local-systems-task-actions{grid-template-columns:minmax(0,1fr) 28px;gap:6px;width:104px;display:grid}.local-systems-panel--tasks .local-systems-task-actions button:not(.local-systems-task-delete){width:100%;min-width:0;padding:0 6px}.local-systems-panel--tasks .local-systems-completion{margin-top:2px}@media (max-width:767px){.local-systems-panel--tasks .local-systems-task{grid-template-columns:minmax(0,1fr)}.local-systems-panel--tasks .local-systems-task-actions{justify-self:stretch;width:100%}}.local-systems-panel--tasks{min-width:0}.local-systems-panel--tasks .local-systems-task-list{flex-direction:column;gap:10px;padding:12px 14px;display:flex;overflow:hidden auto}.local-systems-panel--tasks .local-systems-task{border-radius:8px;flex-direction:column;align-items:stretch;gap:10px;min-height:auto;padding:12px;display:flex;overflow:visible}.local-systems-panel--tasks .local-systems-task-main{flex-direction:column;gap:7px;min-width:0;display:flex;overflow:visible}.local-systems-panel--tasks .local-systems-task-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.local-systems-panel--tasks .local-systems-task-title-row h3{color:#fcfcfb;text-overflow:clip;white-space:normal;min-width:0;margin:0;font-size:.82rem;font-weight:400;line-height:1.35;overflow:visible}.local-systems-panel--tasks .local-systems-task-badges{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:flex-start;gap:5px;max-width:170px;display:flex}.local-systems-panel--tasks .local-systems-difficulty,.local-systems-panel--tasks .local-systems-task-type,.local-systems-panel--tasks .local-systems-ai-badge{letter-spacing:0;text-transform:none;white-space:nowrap;padding:2px 7px;font-size:.58rem;font-weight:400;line-height:1.3}.local-systems-panel--tasks .local-systems-task p{color:#fcfcfbb8;max-width:none;margin:0;font-size:.72rem;line-height:1.45;display:block;overflow:visible}.local-systems-panel--tasks .local-systems-task-actions{justify-content:flex-end;align-items:center;gap:7px;width:100%;display:flex}.local-systems-panel--tasks .local-systems-task-actions button:not(.local-systems-task-delete){width:auto;min-width:78px;min-height:28px;padding:0 10px}.local-systems-panel--tasks .local-systems-task-delete{width:28px;min-width:28px;height:28px;min-height:28px}.local-systems-panel--tasks .local-systems-add-form{border-top:1px solid #fcfcfb14;padding-top:12px}@media (max-width:767px){.local-systems-panel--tasks .local-systems-task-title-row{flex-direction:column}.local-systems-panel--tasks .local-systems-task-badges,.local-systems-panel--tasks .local-systems-task-actions{justify-content:flex-start;max-width:none}}.local-systems-constitution-item-groups{flex-direction:column;gap:8px;display:flex}.local-systems-constitution-item-group{background:#0000001a;border:1px solid #fcfcfb1f;border-radius:8px;overflow:hidden}.local-systems-constitution-item-group>summary{min-height:34px;color:var(--pearl-gold-light);cursor:pointer;letter-spacing:0;text-transform:none;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-size:.74rem;font-weight:400;display:flex}.local-systems-constitution-item-group>summary small{color:#fcfcfb9e;font-size:.68rem}.local-systems-constitution-item-list{border-top:1px solid #fcfcfb14;flex-direction:column;gap:8px;padding:8px;display:flex}.local-systems-standalone-section{border-top:1px solid #d0a95357;margin-top:22px;padding-top:16px}.local-systems-standalone-section .local-systems-list-item--constitution{background:#d0a9530f;border-color:#eac5666b}.local-systems-section-tabs{border-bottom:1px solid #fcfcfb14;flex-wrap:wrap;gap:7px;padding:0 14px 10px;display:flex}.local-systems-section-tabs button{color:#fcfcfbc7;cursor:pointer;letter-spacing:0;text-transform:none;background:#fcfcfb0d;border:1px solid #fcfcfb2e;border-radius:999px;min-height:28px;padding:0 12px;font-size:.72rem;font-weight:400}.local-systems-section-tabs button.is-active{color:var(--pearl-gold-light);background:#d0a9531a;border-color:#eac566c7}.local-systems-section-tabs button:disabled{opacity:.35;cursor:not-allowed}.local-systems-tab-content{background:#0000001f;border:1px solid #fcfcfb1f;border-radius:8px;margin:12px 14px;padding:14px}.local-systems-tab-content p{color:#fcfcfbad;margin:0;font-size:.74rem;line-height:1.45}.local-systems-attachment{background:#fcfcfb0a;border:1px solid #fcfcfb1a;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex}.local-systems-attachment-preview{color:#fcfcfbc7;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:9px;min-width:0;padding:0;display:flex}.local-systems-attachment-preview img{object-fit:cover;border-radius:6px;width:58px;height:42px}.local-systems-attachment-preview span{flex-direction:column;gap:2px;min-width:0;font-size:.7rem;line-height:1.35;display:flex}.local-systems-attachment-preview span span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.local-systems-attachment-preview small,.local-systems-add-attachment span{color:#fcfcfb8f;font-size:.66rem}.local-systems-attachment-remove,.local-systems-task-attach,.local-systems-add-attachment-button,.local-systems-add-attachment button{min-height:28px;color:var(--pearl-gold-light);cursor:pointer;letter-spacing:0;text-transform:none;white-space:nowrap;background:#d0a95314;border:1px solid #eac56673;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:.68rem;font-weight:400;line-height:1;display:inline-flex}.local-systems-task-attach input,.local-systems-add-attachment-button input{display:none}.local-systems-task-attach.is-disabled{opacity:.55;pointer-events:none}.local-systems-add-attachment{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.local-systems-add-attachment button{text-overflow:ellipsis;max-width:100%;overflow:hidden}.local-systems-attachment-error{color:#ffb4b4;font-size:.68rem;line-height:1.35}.local-systems-attachment-modal{z-index:10001;background:#000000ad;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.local-systems-attachment-modal-inner{background:#0c1414fa;border:1px solid #eac56652;border-radius:8px;flex-direction:column;width:min(920px,94vw);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000073}.local-systems-attachment-modal-header{border-bottom:1px solid #fcfcfb1a;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.local-systems-attachment-modal-header h3{color:#fcfcfb;margin:0;font-size:.84rem;font-weight:400;line-height:1.35}.local-systems-attachment-modal-header small{color:#fcfcfb99;font-size:.68rem}.local-systems-attachment-modal-header button{cursor:pointer;background:#fcfcfb0f;border:1px solid #fcfcfb29;border-radius:8px;width:30px;height:30px}.local-systems-attachment-modal-image{min-height:0;padding:12px;overflow:auto}.local-systems-attachment-modal-image img{object-fit:contain;width:100%;height:auto;max-height:72vh}@media (max-width:767px){.local-systems-attachment,.local-systems-add-attachment{flex-direction:column;align-items:stretch}.local-systems-task-attach,.local-systems-attachment-remove,.local-systems-add-attachment-button,.local-systems-add-attachment button{width:100%}}.local-systems-completed-group{background:#0000001a;border:1px solid #fcfcfb1f;border-radius:8px;overflow:hidden}.local-systems-completed-group>summary{color:#fcfcfbb8;cursor:pointer;letter-spacing:0;text-transform:none;justify-content:space-between;align-items:center;gap:10px;min-height:34px;padding:0 10px;font-size:.74rem;font-weight:400;display:flex}.local-systems-completed-group>summary small{color:#fcfcfb8f;font-size:.68rem}.local-systems-completed-list{border-top:1px solid #fcfcfb14;flex-direction:column;gap:8px;padding:8px;display:flex}.local-systems-tab-detail-list{flex-direction:column;gap:10px;display:flex}.local-systems-tab-detail-card{background:#fcfcfb0a;border:1px solid #fcfcfb1a;border-radius:8px;padding:10px 12px}.local-systems-tab-detail-card h4{color:var(--pearl-gold-light);margin:0 0 7px;font-size:.76rem;font-weight:400;line-height:1.35}.local-systems-tab-detail-card ul{flex-direction:column;gap:6px;margin:0;padding-left:16px;display:flex}.local-systems-tab-detail-card li{color:#fcfcfbb8;font-size:.72rem;font-weight:400;line-height:1.45}.local-systems-tab-detail-tree{color:#fcfcfbc7;letter-spacing:0;white-space:pre;background:#0000002e;border:1px solid #fcfcfb1a;border-radius:8px;margin:9px 0 0;padding:10px;font-family:Consolas,Liberation Mono,monospace;font-size:.68rem;font-weight:400;line-height:1.5;overflow-x:auto}.local-systems-tab-detail-flow{flex-direction:column;gap:8px;margin-top:10px;display:flex}.local-systems-tab-detail-flow-step{background:#0000001f;border:1px solid #fcfcfb1a;border-radius:8px;grid-template-columns:26px minmax(0,1fr);gap:9px;padding:9px;display:grid;position:relative}.local-systems-tab-detail-flow-number{width:24px;height:24px;color:var(--pearl-gold-light);background:#d0a9531a;border:1px solid #eac56694;border-radius:999px;justify-content:center;align-items:center;font-size:.68rem;font-weight:400;line-height:1;display:inline-flex}.local-systems-tab-detail-flow-step strong{color:#fcfcfb;font-size:.76rem;font-weight:400;line-height:1.35;display:block}.local-systems-tab-detail-flow-step p{color:#fcfcfbad;margin:4px 0 0;font-size:.71rem;line-height:1.45}.local-systems-tab-detail-flow-chips{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.local-systems-tab-detail-flow-chips span{color:#fcfcfbb8;background:#fcfcfb0d;border:1px solid #fcfcfb21;border-radius:999px;padding:2px 7px;font-size:.62rem;line-height:1.35}.local-systems-taxonomy{flex-direction:column;gap:10px;margin-top:10px;display:flex}.local-systems-taxonomy-type{background:#0000001f;border:1px solid #eac5662e;border-radius:8px;padding:10px}.local-systems-taxonomy-type-header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:7px;display:flex}.local-systems-taxonomy-type-header h5{color:#fcfcfb;margin:0;font-size:.8rem;font-weight:400;line-height:1.35}.local-systems-taxonomy-type-header span,.local-systems-taxonomy-domain summary small{color:#fcfcfb8f;font-size:.66rem;line-height:1.35}.local-systems-taxonomy-chips{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.local-systems-taxonomy-chips span{color:#fcfcfbad;background:#fcfcfb0d;border:1px solid #fcfcfb21;border-radius:999px;padding:2px 7px;font-size:.62rem;line-height:1.35}.local-systems-taxonomy-domains{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.local-systems-taxonomy-domain{background:#fcfcfb09;border:1px solid #fcfcfb1a;border-radius:8px;overflow:hidden}.local-systems-taxonomy-domain summary{min-height:32px;color:var(--pearl-gold-light);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:0 9px;font-size:.71rem;font-weight:400;line-height:1.35;display:flex}.local-systems-taxonomy-domain .local-systems-taxonomy-chips{margin:0 0 7px;padding:0 9px}.local-systems-taxonomy-categories{border-top:1px solid #fcfcfb14;flex-wrap:wrap;gap:5px;padding:8px 9px;display:flex}.local-systems-taxonomy-categories span{color:#fcfcfbb8;background:#d0a95314;border-radius:999px;padding:2px 7px;font-size:.62rem;line-height:1.35}@media (max-width:767px){.local-systems-taxonomy-domains{grid-template-columns:minmax(0,1fr)}.local-systems-taxonomy-type-header{flex-direction:column;gap:3px}}.local-systems-panel--tasks{flex-direction:column;min-height:0;display:flex;overflow:hidden}.local-systems-panel--tasks .local-systems-tab-content{overscroll-behavior:contain;flex:auto;min-height:0;margin:12px 14px;overflow:hidden auto}.local-systems-panel--tasks .local-systems-tab-detail-list{min-height:0}.local-systems-panel--tasks .local-systems-section-tabs{flex:none}.local-systems-panel--tasks .local-systems-completed-group{flex:none;min-height:0}.local-systems-panel--tasks .local-systems-completed-list{overscroll-behavior:contain;max-height:min(360px,42dvh);overflow:hidden auto}@media (max-width:767px){.local-systems-panel--tasks .local-systems-completed-list{max-height:min(280px,34dvh)}}.local-systems-panel--list .local-systems-list-item{grid-template-columns:28px minmax(0,1fr) auto;gap:8px}.local-systems-list-progress{flex-direction:column;justify-content:center;align-items:flex-end;gap:4px;min-width:48px;display:inline-flex}.local-systems-list-progress-count,.local-systems-list-progress-percent{letter-spacing:0;text-transform:none;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:18px;padding:1px 7px;font-size:.62rem;font-weight:400;line-height:1.2;display:inline-flex}.local-systems-list-progress-count{color:#fcfcfbad;background:#fcfcfb0d;border:1px solid #fcfcfb1f}.local-systems-list-progress--items .local-systems-list-progress-count{min-width:28px;color:var(--pearl-gold-light);background:#d0a9531f;border-color:#eac5665c}.local-systems-list-progress.is-empty .local-systems-list-progress-count,.local-systems-list-progress-percent.is-empty{color:#fcfcfb5c;background:#fcfcfb06;border:1px solid #fcfcfb14}.local-systems-list-progress-percent.is-low{color:#ffb0a8;background:#ff53531f;border:1px solid #ff75756b}.local-systems-list-progress-percent.is-partial{color:var(--pearl-gold-light);background:#d0a95321;border:1px solid #eac5667a}.local-systems-list-progress-percent.is-complete{color:#9ee6b8;background:#4bbe7621;border:1px solid #63d68d6b}@media (max-width:767px){.local-systems-list-progress{min-width:44px}}.local-systems-detail-map{flex-direction:column;gap:10px;margin-top:10px;display:flex}.local-systems-detail-map-node{background:#00000021;border:1px solid #eac5662e;border-radius:8px;padding:10px}.local-systems-detail-map-node-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:7px;display:flex}.local-systems-detail-map-node-header>div,.local-systems-detail-map-child>div{flex-direction:column;gap:3px;min-width:0;display:flex}.local-systems-detail-map strong{color:#fcfcfb;font-size:.76rem;font-weight:400;line-height:1.35}.local-systems-detail-map code{width:fit-content;max-width:100%;color:var(--pearl-gold-light);overflow-wrap:anywhere;background:#fcfcfb0d;border:1px solid #fcfcfb1a;border-radius:6px;padding:2px 6px;font-size:.64rem;line-height:1.35}.local-systems-detail-map p{color:#fcfcfbad;margin:0;font-size:.71rem;line-height:1.45}.local-systems-detail-map-chips{flex-wrap:wrap;gap:5px;display:flex}.local-systems-detail-map-chips span{color:#fcfcfbad;background:#fcfcfb0d;border:1px solid #fcfcfb21;border-radius:999px;padding:2px 7px;font-size:.62rem;line-height:1.35}.local-systems-detail-map-children{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:9px;display:grid}.local-systems-detail-map-child{background:#fcfcfb09;border:1px solid #fcfcfb1a;border-radius:8px;flex-direction:column;gap:6px;min-width:0;padding:8px;display:flex}@media (max-width:767px){.local-systems-detail-map-node-header{flex-direction:column}.local-systems-detail-map-children{grid-template-columns:minmax(0,1fr)}}.local-systems-shell,.local-systems-panel,.local-systems-panel--tasks{min-height:0}.local-systems-panel--tasks{flex-direction:column;height:100%;display:flex;overflow:hidden}.local-systems-panel--tasks>.local-systems-panel-header,.local-systems-panel--tasks>.local-systems-section-tabs,.local-systems-panel--tasks>.local-systems-constitution{flex:none}.local-systems-panel--tasks .local-systems-tab-content{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1 1 0;height:0;min-height:0;max-height:none;overflow:hidden auto}.local-systems-panel--tasks .local-systems-tab-detail-list,.local-systems-panel--tasks .local-systems-tab-detail-card,.local-systems-panel--tasks .local-systems-taxonomy,.local-systems-panel--tasks .local-systems-detail-map{min-height:0}.local-systems-panel--tasks>.local-systems-section-tabs{background:#00000014;border-top:1px solid #fcfcfb0f;border-bottom:1px solid #fcfcfb14;align-items:center;gap:6px;min-height:38px;padding:6px 14px 8px}.local-systems-panel--tasks>.local-systems-section-tabs button{color:#fcfcfbb8;height:24px;min-height:24px;box-shadow:none;background:#fcfcfb0b;border-radius:999px;padding:0 10px;font-size:.68rem;font-weight:400;line-height:1}.local-systems-panel--tasks>.local-systems-section-tabs button:hover,.local-systems-panel--tasks>.local-systems-section-tabs button:focus-visible{color:#fcfcfbe6;border-color:#eac5667a;outline:none}.local-systems-panel--tasks>.local-systems-section-tabs button.is-active{color:var(--pearl-gold-light);background:#d0a9531f;border-color:#eac566d1}@media (max-width:767px){.local-systems-panel--tasks>.local-systems-section-tabs{scrollbar-width:thin;flex-wrap:nowrap;overflow-x:auto}.local-systems-panel--tasks>.local-systems-section-tabs button{flex:none}}.local-systems-detail-map{gap:7px;margin-top:7px}.local-systems-detail-map-node{border-radius:6px;padding:7px}.local-systems-detail-map-node-header{gap:8px;margin-bottom:5px}.local-systems-detail-map-node-header>div,.local-systems-detail-map-child>div{gap:2px}.local-systems-detail-map strong{font-size:.7rem;line-height:1.2}.local-systems-detail-map code{border-radius:5px;padding:1px 5px;font-size:.58rem;line-height:1.25}.local-systems-detail-map p{font-size:.65rem;line-height:1.28}.local-systems-detail-map-chips{gap:3px}.local-systems-detail-map-chips span{padding:1px 5px;font-size:.56rem;line-height:1.22}.local-systems-detail-map-children{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:6px}.local-systems-detail-map-child{border-radius:6px;gap:4px;padding:6px}@media (min-width:1180px){.local-systems-detail-map-children{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.local-systems-detail-map-children{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.local-systems-detail-map-children{grid-template-columns:minmax(0,1fr)}}.local-systems-detail-map-child p{display:none}.local-systems-detail-map-node>p{max-width:72ch}.local-systems-detail-map-child{gap:3px}.local-systems-detail-map-node-header .local-systems-detail-map-chips span{color:#eac566d1;background:#eac5660f;border-style:dashed}.local-systems-detail-map-children{align-items:start}.local-systems-detail-map-child{border-radius:999px;grid-template-columns:minmax(0,1fr) max-content;align-items:center;column-gap:7px;min-height:24px;padding:3px 4px 3px 8px;display:grid}.local-systems-detail-map-child>strong{color:#fcfcfbd6;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.64rem;font-weight:400;line-height:1.15;overflow:hidden}.local-systems-detail-field-types{justify-content:flex-end;align-items:center;gap:3px;min-width:0;display:inline-flex}.local-systems-detail-field-types span,.local-systems-detail-field-types code{color:#fcfcfbb8;white-space:nowrap;background:#eac5660f;border:1px solid #eac56638;border-radius:999px;align-items:center;min-height:16px;padding:1px 5px;font-family:inherit;font-size:.54rem;line-height:1;display:inline-flex}.local-systems-detail-field-types code{max-width:130px;color:var(--pearl-gold-light);text-overflow:ellipsis;overflow:hidden}.local-systems-detail-map-child .local-systems-detail-map-chips{display:contents}@media (max-width:560px){.local-systems-detail-map-child{border-radius:7px;grid-template-columns:minmax(0,1fr);row-gap:4px}.local-systems-detail-field-types{flex-wrap:wrap;justify-content:flex-start}}.local-systems-related-matrix{flex-direction:column;gap:10px;min-height:0;display:flex}.local-systems-related-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;display:grid}.local-systems-related-summary>div{background:#fcfcfb09;border:1px solid #fcfcfb1a;border-radius:6px;min-width:0;padding:6px 8px}.local-systems-related-summary dt{color:#fcfcfb85;text-transform:none;margin:0 0 3px;font-size:.58rem;font-weight:400;line-height:1.2}.local-systems-related-summary dd{color:#fcfcfbd1;margin:0;font-size:.66rem;font-weight:400;line-height:1.3}.local-systems-related-table{gap:4px;min-width:0;display:grid}.local-systems-related-table-head,.local-systems-related-row{grid-template-columns:minmax(120px,.9fr) minmax(82px,.55fr) minmax(220px,1.75fr) minmax(140px,1fr);align-items:start;gap:8px;display:grid}.local-systems-related-table-head{color:#fcfcfb7a;text-transform:uppercase;font-size:.58rem;font-weight:800}.local-systems-related-row{background:#0000001f;border:1px solid #fcfcfb14;border-radius:7px;padding:7px}.local-systems-related-row strong{color:#fcfcfb;gap:2px;min-width:0;font-size:.7rem;font-weight:800;line-height:1.25;display:grid}.local-systems-related-row strong small{color:#fcfcfb80;font-size:.58rem;font-weight:500}.local-systems-related-row em{color:var(--pearl-gold-light);text-transform:uppercase;background:#d0a95314;border:1px solid #d0a95347;border-radius:999px;justify-self:start;padding:2px 6px;font-size:.58rem;font-style:normal;font-weight:800;line-height:1.25}.local-systems-related-row>span{color:#fcfcfbbd;min-width:0;font-size:.66rem;line-height:1.35}.local-systems-related-row code{color:#fcfcfbb3;overflow-wrap:anywhere;white-space:normal;min-width:0;font-size:.62rem;line-height:1.35}@media (max-width:860px){.local-systems-related-summary{grid-template-columns:minmax(0,1fr)}.local-systems-related-table-head{display:none}.local-systems-related-row{grid-template-columns:minmax(0,1fr)}}.local-systems-firestore-schema{flex-direction:column;gap:10px;min-height:0;display:flex}.local-systems-firestore-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0;display:grid}.local-systems-firestore-summary>div{background:#fcfcfb09;border:1px solid #fcfcfb1a;border-radius:6px;min-width:0;padding:6px 8px}.local-systems-firestore-summary dt{color:#fcfcfb85;text-transform:none;margin:0 0 3px;font-size:.58rem;font-weight:400;line-height:1.2}.local-systems-firestore-summary dd{color:#fcfcfbd1;margin:0;font-size:.66rem;font-weight:400;line-height:1.3}.local-systems-firestore-groups{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.local-systems-firestore-group{background:#0000001f;border:1px solid #eac56629;border-radius:7px;min-width:0;padding:8px}.local-systems-firestore-group header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:5px;display:flex}.local-systems-firestore-group header>div{flex-direction:column;gap:3px;min-width:0;display:flex}.local-systems-firestore-group h5{color:var(--pearl-gold-light);text-transform:none;margin:0;font-size:.72rem;font-weight:400;line-height:1.2}.local-systems-firestore-group header code{color:#fcfcfbb3;overflow-wrap:anywhere;background:#fcfcfb0b;border:1px solid #fcfcfb1a;border-radius:5px;width:fit-content;max-width:100%;padding:1px 5px;font-size:.58rem;line-height:1.25}.local-systems-firestore-group header span{color:#fcfcfb8f;white-space:nowrap;background:#fcfcfb0b;border:1px solid #fcfcfb1f;border-radius:999px;flex:none;padding:2px 7px;font-size:.58rem;line-height:1.2}.local-systems-firestore-group>p{color:#fcfcfb9e;margin:0 0 7px;font-size:.64rem;line-height:1.3}.local-systems-firestore-field-table{background:#fcfcfb14;border:1px solid #fcfcfb14;border-radius:6px;grid-template-columns:minmax(0,1fr);gap:1px;display:grid;overflow:hidden}.local-systems-firestore-field-row{background:#091212eb;grid-template-columns:minmax(110px,1fr) minmax(100px,max-content);align-items:center;gap:12px;min-height:25px;padding:4px 7px;display:grid}.local-systems-firestore-field-row code{color:#fcfcfbd6;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.63rem;line-height:1.2;overflow:hidden}.local-systems-firestore-field-row span{color:#fcfcfbb8;text-align:right;white-space:nowrap;background:#eac5660f;border:1px solid #eac56633;border-radius:999px;justify-self:end;padding:2px 7px;font-size:.57rem;line-height:1.2}@media (max-width:767px){.local-systems-firestore-summary{grid-template-columns:minmax(0,1fr)}.local-systems-firestore-field-row{grid-template-columns:minmax(0,1fr);gap:4px}.local-systems-firestore-field-row span{white-space:normal;justify-self:start}}.local-systems-taxonomy-domains{grid-template-columns:repeat(3,minmax(0,1fr))}.local-systems-taxonomy-domain summary{min-height:28px;padding:0 8px}.local-systems-taxonomy-categories{max-height:150px;overflow-y:auto}@media (max-width:900px){.local-systems-taxonomy-domains{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.local-systems-taxonomy-domains{grid-template-columns:minmax(0,1fr)}}.local-systems-tab-detail-card-heading{justify-content:space-between;align-items:baseline;gap:10px;margin:0 0 7px;display:flex}.local-systems-tab-detail-card-heading h4{margin:0}.local-systems-tab-detail-card-heading>span{color:#fcfcfb9e;flex:none;font-size:.68rem;font-weight:400;line-height:1.2}.local-systems-taxonomy--type-table{gap:7px}.local-systems-taxonomy-domain-table{background:#0000001f;border:1px solid #fcfcfb1a;border-radius:7px;overflow:hidden}.local-systems-taxonomy-domain-table summary{min-height:30px;color:var(--pearl-gold-light);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-size:.7rem;font-weight:400;line-height:1.25;display:flex}.local-systems-taxonomy-domain-table summary small{color:#fcfcfb8f;font-size:.64rem;line-height:1.2}.local-systems-taxonomy-type-table{background:#fcfcfb12;border-top:1px solid #fcfcfb14;grid-template-columns:minmax(0,1fr);display:grid}.local-systems-taxonomy-type-table-header,.local-systems-taxonomy-type-table-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.local-systems-taxonomy-type-table-header>div{background:#121b1bf5;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:7px 9px;display:flex}.local-systems-taxonomy-type-table-header span{color:#fcfcfbdb;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;font-weight:400;line-height:1.2;overflow:hidden}.local-systems-taxonomy-type-table-header small{color:#fcfcfb85;flex:none;font-size:.6rem;line-height:1.2}.local-systems-taxonomy-type-table-body{grid-template-columns:minmax(0,1fr);gap:1px;display:grid}.local-systems-taxonomy-type-table-row>div{color:#fcfcfbb8;text-overflow:ellipsis;white-space:nowrap;background:#081010eb;min-width:0;min-height:25px;padding:5px 9px;font-size:.62rem;line-height:1.25;overflow:hidden}.local-systems-taxonomy-type-table-row>div.is-empty{background:#0810108c}@media (max-width:640px){.local-systems-taxonomy-type-table{overflow-x:auto}.local-systems-taxonomy-type-table-header,.local-systems-taxonomy-type-table-row{min-width:520px}}.local-systems-taxonomy-domain-title{align-items:center;gap:7px;min-width:0;display:inline-flex}.local-systems-taxonomy-domain-title img{object-fit:contain;opacity:.9;flex:none;width:16px;height:16px}.local-systems-taxonomy-domain-title>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.local-systems-taxonomy-category-cell{grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:8px;min-width:0;display:grid}.local-systems-taxonomy-category-cell>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.local-systems-taxonomy-category-cell code{color:#fcfcfb8f;text-overflow:ellipsis;white-space:nowrap;background:#fcfcfb0b;border:1px solid #fcfcfb1a;border-radius:999px;max-width:130px;padding:1px 5px;font-size:.54rem;line-height:1.2;overflow:hidden}.local-systems-firestore-group--nested{background:#fcfcfb08;border-color:#fcfcfb1c;margin-left:22px;position:relative}.local-systems-firestore-group--nested:before{content:"";background:#eac5662e;width:1px;position:absolute;top:-9px;bottom:-9px;left:-13px}.local-systems-firestore-group--nested:after{content:"";background:#eac56638;width:10px;height:1px;position:absolute;top:18px;left:-13px}.local-systems-firestore-group--nested h5{color:#fcfcfbd6}.local-systems-firestore-group--nested .local-systems-firestore-field-row{background:#091212c7}@media (max-width:767px){.local-systems-firestore-group--nested{margin-left:12px}.local-systems-firestore-group--nested:before{left:-8px}.local-systems-firestore-group--nested:after{width:6px;left:-8px}}.local-systems-panel--tasks>.local-systems-section-tabs{justify-content:space-between;align-items:stretch;gap:12px;display:flex}.local-systems-tab-segment{align-items:center;gap:7px;min-width:0;display:inline-flex}.local-systems-tab-segment--internal{justify-content:flex-end;margin-left:auto}.local-systems-tab-segment-label{color:#fcfcfba3;text-transform:none;white-space:nowrap;flex-direction:column;flex:none;gap:1px;min-width:0;font-size:.58rem;font-weight:400;line-height:1.15;display:inline-flex}.local-systems-tab-segment--internal .local-systems-tab-segment-label{color:#ffbea0c7;text-align:right}.local-systems-tab-segment-buttons{flex-wrap:wrap;gap:6px;min-width:0;display:inline-flex}@media (max-width:900px){.local-systems-panel--tasks>.local-systems-section-tabs{flex-direction:column;align-items:flex-start}.local-systems-tab-segment,.local-systems-tab-segment--internal{justify-content:flex-start;width:100%;margin-left:0}.local-systems-tab-segment--internal .local-systems-tab-segment-label{text-align:left}}@media (max-width:767px){.local-systems-panel--tasks>.local-systems-section-tabs{overflow-x:visible}.local-systems-tab-segment{flex-direction:column;align-items:flex-start;gap:5px}.local-systems-tab-segment-buttons{scrollbar-width:thin;flex-wrap:nowrap;width:100%;overflow-x:auto}}.local-systems-tab-segment{flex-direction:column;align-items:stretch;gap:4px}.local-systems-tab-segment--internal{align-items:flex-end}.local-systems-tab-segment-label{flex-direction:row;align-items:baseline;gap:6px}.local-systems-tab-segment--internal .local-systems-tab-segment-label{justify-content:flex-end}@media (max-width:900px){.local-systems-tab-segment--internal{align-items:flex-start}.local-systems-tab-segment--internal .local-systems-tab-segment-label{justify-content:flex-start}}@media (max-width:767px){.local-systems-tab-segment{gap:4px}}.local-systems-storage-schema{flex-direction:column;gap:10px;min-height:0;display:flex}.local-systems-storage-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0;display:grid}.local-systems-storage-summary>div{background:#fcfcfb09;border:1px solid #fcfcfb1a;border-radius:6px;min-width:0;padding:6px 8px}.local-systems-storage-summary dt{color:#fcfcfb85;margin:0 0 3px;font-size:.58rem;font-weight:400;line-height:1.2}.local-systems-storage-summary dd{color:#fcfcfbd1;margin:0;font-size:.66rem;font-weight:400;line-height:1.3}.local-systems-storage-table{background:#fcfcfb14;border:1px solid #fcfcfb1a;border-radius:7px;grid-template-columns:minmax(0,1fr);gap:1px;display:grid;overflow:hidden}.local-systems-storage-table-head,.local-systems-storage-row{grid-template-columns:minmax(95px,.9fr) minmax(210px,1.55fr) minmax(190px,1.25fr) minmax(110px,.8fr);align-items:center;gap:10px;display:grid}.local-systems-storage-table-head{background:#121b1bf5;padding:7px 9px}.local-systems-storage-table-head span{color:#fcfcfb80;font-size:.58rem;font-weight:400;line-height:1.2}.local-systems-storage-row{background:#091212eb;min-height:32px;padding:6px 9px}.local-systems-storage-row strong,.local-systems-storage-row span,.local-systems-storage-row em,.local-systems-storage-row code{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.62rem;font-style:normal;font-weight:400;line-height:1.25;overflow:hidden}.local-systems-storage-row strong{color:#fcfcfbdb}.local-systems-storage-row code{color:var(--pearl-gold-light)}.local-systems-storage-row span{color:#fcfcfba8}.local-systems-storage-row em{color:#fcfcfbb8;background:#eac5660f;border:1px solid #eac56633;border-radius:999px;justify-self:end;padding:2px 7px;font-size:.56rem}@media (max-width:900px){.local-systems-storage-table{overflow-x:auto}.local-systems-storage-table-head,.local-systems-storage-row{min-width:760px}}@media (max-width:767px){.local-systems-storage-summary{grid-template-columns:minmax(0,1fr)}}@media (min-width:768px){.local-systems-shell{grid-template-columns:minmax(500px,700px) minmax(468px,1.3fr);width:min(1680px,100vw - 28px)}}@media (min-width:1181px){.local-systems-shell{grid-template-columns:minmax(500px,700px) minmax(468px,1.3fr)}}.local-systems-panel--tasks .local-systems-task,.local-systems-constitution-item-list .local-systems-task,.local-systems-completed-list .local-systems-task{grid-template-columns:30px minmax(0,1fr);align-items:stretch;column-gap:10px;display:grid}.local-systems-task-order{border-right:1px solid #fcfcfb14;grid-row:1/span 2;grid-template-rows:22px minmax(20px,1fr) 22px;align-self:stretch;place-items:center;width:30px;padding-right:6px;display:grid}.local-systems-task-main,.local-systems-task-actions{grid-column:2}.local-systems-task-order-button{background:#d0a9531f;border:1px solid #d0a9535c;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;min-height:22px;padding:0;display:inline-flex}.local-systems-task-order-button:disabled{cursor:not-allowed;opacity:.3}.local-systems-task-order-number{color:#fcfcfbb8;font-size:.72rem;font-weight:900;line-height:1}.local-systems-task-actions button:not(.local-systems-task-delete),.local-systems-task-edit-actions button,.local-systems-task-attach{justify-content:center;align-items:center;gap:6px;display:inline-flex}.local-systems-task-actions button:not(.local-systems-task-delete) img,.local-systems-task-edit-actions button img,.local-systems-task-attach img,.local-systems-task-order-button img{flex:none}@media (max-width:767px){.local-systems-panel--tasks .local-systems-task,.local-systems-constitution-item-list .local-systems-task,.local-systems-completed-list .local-systems-task{grid-template-columns:28px minmax(0,1fr)}.local-systems-task-order{width:28px}}.local-systems-panel--tasks .local-systems-task.is-done,.local-systems-completed-list .local-systems-task.is-done{grid-template-columns:minmax(0,1fr)}.local-systems-task.is-done .local-systems-task-main,.local-systems-task.is-done .local-systems-task-actions{grid-column:1}.local-systems-panel--list .local-systems-group summary{grid-template-columns:auto minmax(20px,1fr) auto;align-items:center;column-gap:8px;display:grid}.local-systems-group-label{white-space:nowrap;align-items:center;gap:6px;min-width:0;display:inline-flex}.local-systems-group-app-icon{border-radius:4px;flex-shrink:0}.local-systems-group-rule{grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr);align-items:center;gap:4px;min-width:20px;display:grid}.local-systems-group-rule:before,.local-systems-group-rule:after{content:"";background:#fcfcfb29;height:1px}.local-systems-group-rule-line{display:none}.local-systems-group-state-icon{background:#d0a9531a;border:1px solid #d0a95357;border-radius:6px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.local-systems-group-state-icon--open,.local-systems-group[open] .local-systems-group-state-icon--closed{display:none}.local-systems-group[open] .local-systems-group-state-icon--open{display:block}.local-systems-panel--tasks .local-systems-task-actions button:not(.local-systems-task-delete),.local-systems-panel--tasks .local-systems-task-attach,.local-systems-task-edit-actions button{gap:0;width:32px;min-width:32px;height:32px;min-height:32px;padding:0}.local-systems-panel--tasks .local-systems-task-actions button:not(.local-systems-task-delete) span,.local-systems-panel--tasks .local-systems-task-attach span,.local-systems-task-edit-actions button span{display:none}.local-systems-subtasks{border-left:2px solid #d0a95359;gap:7px;margin-top:2px;padding-left:8px;display:grid}.local-systems-subtasks-header{color:#fcfcfbb3;cursor:pointer;background:#0000001a;border:1px solid #fcfcfb14;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:28px;padding:0 8px;font-size:.66rem;font-weight:800;display:flex}.local-systems-subtasks-header:disabled{cursor:not-allowed;opacity:.55}.local-systems-subtasks-header-title{align-items:center;gap:6px;min-width:0;display:inline-flex}.local-systems-subtasks-header-title img{flex:none}.local-systems-subtasks-header small{color:var(--pearl-gold-light)}.local-systems-subtasks-body,.local-systems-subtask-list{gap:6px;display:grid}.local-systems-task-description{gap:6px;margin-top:4px;display:grid}.local-systems-task-description-toggle{color:#fcfcfb94;cursor:pointer;text-transform:uppercase;letter-spacing:.02em;background:#0000001a;border:1px solid #fcfcfb14;border-radius:7px;align-items:center;gap:6px;width:fit-content;min-height:24px;padding:0 8px;font-size:.62rem;font-weight:700;display:inline-flex}.local-systems-task-description.is-expanded .local-systems-task-description-toggle{color:#fcfcfbb3}.local-systems-task-description p{margin:0}.local-systems-subtask{background:#0000001f;border:1px solid #fcfcfb14;border-radius:7px;grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:7px;padding:6px;display:grid}.local-systems-subtask.is-done{opacity:.62}.local-systems-subtask.is-done span{text-decoration:line-through}.local-systems-subtask-check,.local-systems-subtask-edit,.local-systems-subtask-delete,.local-systems-subtask-add button,.local-systems-subtask-edit-actions button{width:24px;height:24px;min-height:24px;color:var(--pearl-gold-light);background:#d0a9531a;border:1px solid #d0a9536b;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:.68rem;font-weight:900;display:inline-flex}.local-systems-subtask-delete{background:#ff7a7a14;border-color:#ff7a7a52}.local-systems-subtask-actions,.local-systems-subtask-edit-actions{justify-content:flex-end;align-items:center;gap:5px;display:inline-flex}.local-systems-subtask.is-editing{align-items:stretch}.local-systems-subtask-copy,.local-systems-subtask-edit-form{min-width:0}.local-systems-subtask span{color:#fcfcfbdb;font-size:.72rem;line-height:1.35}.local-systems-subtask p{margin-top:2px;font-size:.68rem}.local-systems-subtask-flags{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.local-systems-subtask-flags small{color:#fcfcfb94;overflow-wrap:anywhere;border:1px solid #fcfcfb1a;border-radius:999px;max-width:100%;padding:2px 6px;font-size:.58rem;font-weight:800;line-height:1.25}.local-systems-subtask-flags small.is-active{color:var(--pearl-gold-light);background:#d0a95314;border-color:#d0a9535c}.local-systems-subtask-edit-form{gap:6px;display:grid}.local-systems-subtask-edit-form input,.local-systems-subtask-edit-form textarea{color:#fcfcfb;background:#0000002e;border:1px solid #fcfcfb1f;border-radius:7px;width:100%;padding:7px 8px;font-size:.72rem}.local-systems-subtask-edit-form textarea{resize:vertical;min-height:56px}.local-systems-subtask-edit-options{flex-wrap:wrap;gap:8px;display:flex}.local-systems-subtask-edit-options label{color:#fcfcfbbd;align-items:center;gap:5px;min-height:24px;font-size:.66rem;font-weight:800;display:inline-flex}.local-systems-subtask-edit-options input{width:13px;height:13px;accent-color:var(--pearl-gold-light)}.local-systems-subtask-add{grid-template-columns:minmax(0,1fr) 24px;gap:6px;display:grid}.local-systems-subtask-add input{color:#fcfcfb;background:#0000002e;border:1px solid #fcfcfb1f;border-radius:7px;width:100%;height:28px;padding:0 8px;font-size:.72rem}.local-systems-sidebar-search{background:#00000029;border:1px solid #fcfcfb1a;border-radius:8px;grid-template-columns:18px minmax(0,1fr) 24px;align-items:center;gap:6px;min-height:34px;padding:0 7px;display:grid}.local-systems-sidebar-search>img{opacity:.72}.local-systems-sidebar-search input{color:#fcfcfb;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:.72rem}.local-systems-sidebar-search input::placeholder{color:#fcfcfb70}.local-systems-sidebar-search button{cursor:pointer;background:#fcfcfb0a;border:1px solid #fcfcfb1a;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;min-height:24px;padding:0;display:inline-flex}.local-systems-sidebar-empty{margin:0}.local-systems-sidebar-controls{background:#0000001f;border:1px solid #fcfcfb14;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);align-items:center;gap:8px;margin-top:-4px;padding:8px;display:grid}.local-systems-sidebar-filter{color:#fcfcfbc2;white-space:nowrap;align-items:center;gap:7px;min-height:30px;font-size:.68rem;display:inline-flex}.local-systems-sidebar-filter input{width:13px;height:13px;accent-color:var(--pearl-gold-light)}.local-systems-sidebar-controls select{color:#fcfcfb;background:#0000002e;border:1px solid #fcfcfb1f;border-radius:7px;width:100%;min-width:0;height:30px;padding:0 8px;font-size:.68rem}@media (max-width:767px){.local-systems-sidebar-controls{grid-template-columns:1fr}}.local-systems-rich-text,.local-systems-rich-line{color:inherit}.local-systems-rich-text strong{color:#fcfcfb;font-weight:750}.local-systems-rich-underline{color:#fcfcfb;text-underline-offset:3px;text-decoration-line:underline;text-decoration-color:#d0a953cc;text-decoration-thickness:2px}.local-systems-rich-color,.local-systems-rich-term{border-radius:4px;padding:0 3px;font-weight:650;display:inline}.local-systems-rich-term{cursor:help;border-bottom:1px solid}.local-systems-rich-color--gold,.local-systems-rich-term--gold{color:#eac566;background:#d0a9531f}.local-systems-rich-color--blue,.local-systems-rich-term--blue{color:#9fc5ff;background:#6f9adc24}.local-systems-rich-color--green,.local-systems-rich-term--green{color:#9bd69e;background:#51915424}.local-systems-rich-color--red,.local-systems-rich-term--red{color:#ffb0a6;background:#b3261e29}
