@import "https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&family=Crimson+Pro:wght@400;500;600;700&family=Inter:wght@400;600;800;900&family=Literata:wght@400;500;600;700&family=Lora:wght@400;600;700&family=Merriweather:wght@300;400;700&family=Nunito:wght@400;600;700;800&family=Roboto+Slab:wght@300;400;700&family=Source+Serif+4:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--fz-bg:#eef5ff;--fz-bg-soft:#fbf7f1;--fz-text:#0b2a55;--fz-text-strong:#082143;--fz-muted:#0b2a55b8;--fz-blue:#1a73e8;--fz-blue-strong:#1558b5;--fz-blue-deep:#124a9c;--fz-blue-soft:#1a73e82e;--fz-green:#93d36a;--fz-green-deep:#0f766e;--fz-surface:#ffffffb8;--fz-surface-strong:#ffffffe6;--fz-border:#1a73e82e;--fz-shadow-soft:0 24px 70px #0d295424;--fz-shadow-button:0 18px 38px #0c419438;--fz-shadow-button-hover:0 26px 54px #0c41944f;--fz-radius-sm:14px;--fz-radius-md:18px;--fz-radius-lg:28px;--fz-radius-xl:40px;--fz-focus:#1a73e857;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--fz-bg:#07111f;--fz-bg-soft:#0b192d;--fz-text:#edf5ff;--fz-text-strong:#f6f9ff;--fz-muted:#edf5ffb8;--fz-blue:#63a2ff;--fz-blue-strong:#b9d5ff;--fz-blue-deep:#185bb7;--fz-blue-soft:#63a2ff24;--fz-green:#9ede78;--fz-green-deep:#0f766e;--fz-surface:#0b192dad;--fz-surface-strong:#10213aeb;--fz-border:#63a2ff29;--fz-shadow-soft:0 24px 70px #00000057;--fz-shadow-button:0 20px 46px #0000005c;--fz-shadow-button-hover:0 28px 62px #00000075;--fz-focus:#63a2ff6b}*{box-sizing:border-box}html{background:var(--fz-bg);min-height:100%}body{background:var(--fz-bg);min-width:320px;min-height:100svh;color:var(--fz-text);margin:0;overflow-x:hidden}body,button,input,select,textarea{font:inherit}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img,svg{max-width:100%;display:block}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--fz-focus);outline-offset:4px}.fz-button{isolation:isolate;border-radius:var(--fz-radius-md);color:#fff;min-width:clamp(210px,25vw,360px);min-height:clamp(58px,8.5vh,76px);box-shadow:var(--fz-shadow-button), inset 0 1px 0 #ffffff57, inset 0 -2px 0 #05275c2e;background:linear-gradient(135deg,#246fd7 0%,#1558b5 54%,#124a9c 100%);justify-content:center;align-items:center;padding:14px clamp(22px,3vw,36px);font-size:clamp(1.35rem,3.5vh,2rem);font-weight:950;line-height:1;text-decoration:none;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s,filter .24s,background .24s;display:inline-flex;position:relative;overflow:hidden;transform:translateY(0)scale(1)}.fz-button:before{content:"";z-index:0;border-radius:inherit;pointer-events:none;opacity:.38;background:radial-gradient(circle at 50% 0,#ffffff6b,#0000 48%);position:absolute;inset:-2px}.fz-button:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(105deg,#0000 24%,#ffffff75 44%,#0000 64%),radial-gradient(circle at 50% 0,#ffffff2e,#0000 42%);animation:4.8s ease-in-out infinite fzIdleShine;position:absolute;inset:0;transform:translate(-130%)}.fz-button:hover{box-shadow:var(--fz-shadow-button-hover), 0 0 0 1px #ffffff2e, inset 0 1px 0 #ffffff6b, inset 0 -2px 0 #05275c33;filter:saturate(1.14)brightness(1.03);background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);transform:translateY(-5px)scale(1.018)}.fz-button:hover:after{transition:transform .62s cubic-bezier(.2,.8,.2,1);animation:none;transform:translate(120%)}.fz-button:active{transform:translateY(-1px)scale(.992);box-shadow:0 12px 26px #0c419438,inset 0 2px 8px #05275c38}.theme-toggle{z-index:20;min-width:74px;color:var(--fz-text-strong);background:var(--fz-surface);border:1px solid var(--fz-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;border-radius:999px;padding:10px 14px;font-size:.92rem;font-weight:850;transition:transform .2s,background .2s,border-color .2s;position:fixed;top:clamp(14px,2.5vw,26px);right:clamp(14px,2.5vw,26px);box-shadow:0 12px 30px #0d29541f}.theme-toggle:hover{background:var(--fz-surface-strong);transform:translateY(-2px)}.hidden{display:none!important}@keyframes fzIdleShine{0%,58%{transform:translate(-130%)}76%,to{transform:translate(130%)}}@media (width<=700px){.theme-toggle{min-width:66px;padding:8px 11px;font-size:.84rem;top:12px;right:12px}.fz-button{width:100%;min-width:0;max-width:310px;min-height:58px;font-size:1.55rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing-page{background:radial-gradient(circle at 50% 48%, #ffffffe6 0 20%, #d8eaffb8 43%, transparent 66%), radial-gradient(circle at 15% 22%, #93d36a47, transparent 34%), radial-gradient(circle at 86% 18%, #1a73e842, transparent 34%), linear-gradient(180deg, #e9f4ff 0%, #f8fbff 48%, #edf6ff 100%), var(--fz-bg);min-height:100dvh;color:var(--fz-text);position:relative;overflow:hidden}:root[data-theme=dark] .landing-page{background:linear-gradient(115deg, #93d36a1c, transparent 28%), linear-gradient(245deg, #63a2ff26, transparent 30%), var(--fz-bg)}.landing-page:before{content:"";pointer-events:none;background-image:linear-gradient(var(--fz-blue-soft) 2px, transparent 2px), linear-gradient(90deg, var(--fz-blue-soft) 2px, transparent 2px);opacity:.52;background-size:70px 70px;animation:14s ease-in-out infinite alternate landingGridDrift;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 78%,#0000);mask-image:linear-gradient(#0000,#000 18% 78%,#0000)}.landing-page:after{content:"";pointer-events:none;opacity:.82;background:radial-gradient(circle at 50% 48%,#0000 0 28%,#071f421c 74%,#071f422e 100%),linear-gradient(90deg,#0821461f,#0000 20% 80%,#0821461f);position:fixed;inset:0}:root[data-theme=dark] .landing-page:after{opacity:.9;background:radial-gradient(circle,#0000 0 34%,#00000042 100%),linear-gradient(90deg,#07111f59,#0000 18% 82%,#07111f59)}.landing-container{z-index:2;isolation:isolate;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:clamp(10px,1.6vh,18px);width:min(1120px,100vw - 32px);min-height:100dvh;margin:0 auto;padding:clamp(18px,3vh,34px) 16px;animation:.65s cubic-bezier(.2,.8,.2,1) both landingEnter;display:flex;position:relative}.landing-container:before,.landing-container:after{content:"";z-index:-1;pointer-events:none;opacity:0;filter:drop-shadow(0 0 12px #1a73e847);background:linear-gradient(90deg,#0000,#1a73e89e,#93d36a52,#0000);border-radius:999px;width:180px;height:2px;animation:5.8s ease-in-out infinite shootingStar;position:fixed;transform:rotate(-28deg)translate(0)}.landing-container:before{top:18%;left:-12%;box-shadow:520px 210px 0 -.8px #1a73e847}.landing-container:after{width:145px;animation-delay:3.2s;top:70%;left:74%;box-shadow:-620px -210px 0 -.8px #93d36a47}:root[data-theme=dark] .landing-container:before,:root[data-theme=dark] .landing-container:after{filter:drop-shadow(0 0 14px #ffffff5c);background:linear-gradient(90deg,#0000,#ffffffd6,#63a2ff5c,#0000)}:root[data-theme=dark] .landing-container:before{box-shadow:520px 210px 0 -.8px #ffffff57}:root[data-theme=dark] .landing-container:after{box-shadow:-620px -210px 0 -.8px #63a2ff4d}.landing-logo{aspect-ratio:430/417;object-fit:contain;filter:drop-shadow(0 18px 32px #1a73e840);width:clamp(200px,28vh,330px);max-width:min(58vw,330px);height:auto;margin:0 0 clamp(4px,1.4vh,14px);animation:5.5s ease-in-out infinite logoFloat}:root[data-theme=dark] .landing-logo{filter:drop-shadow(0 18px 34px #00000047)drop-shadow(0 0 22px #63a2ff29)}.landing-title{color:#176fe6;letter-spacing:-.03em;text-wrap:balance;max-width:900px;margin:0;font-size:clamp(3rem,10vh,5.6rem);font-weight:950;line-height:.98;animation:6s ease-in-out infinite titleBreathe;position:relative}:root[data-theme=dark] .landing-title{color:var(--fz-blue);animation-name:titleBreatheDark}.landing-title:before{content:attr(data-text);z-index:-1;color:inherit;opacity:.82;pointer-events:none;filter:drop-shadow(0 0 7px #1a73e852)drop-shadow(0 0 16px #1a73e833);position:absolute;inset:0}:root[data-theme=dark] .landing-title:before{filter:drop-shadow(0 0 7px #63a2ff57)drop-shadow(0 0 16px #63a2ff38)}.landing-title:after{content:attr(data-text);color:#0000;pointer-events:none;background:linear-gradient(105deg,#0000 24%,#fffffff2 42%,#93d36a47 50%,#0000 66%) 130% 0/260% 100%;mix-blend-mode:screen;-webkit-background-clip:text;background-clip:text;animation:5.8s ease-in-out infinite textShine;position:absolute;inset:0}.landing-copy{max-width:720px;color:var(--fz-muted);text-wrap:balance;margin:clamp(2px,.8vh,8px) 0 0;font-size:clamp(1.02rem,2.25vh,1.32rem);font-weight:760;line-height:1.42;animation:6s ease-in-out infinite copyLift;position:relative;overflow:hidden}.landing-copy:after{content:attr(data-text);color:#0000;pointer-events:none;background:linear-gradient(105deg,#0000 22%,#ffffffdb 42%,#1a73e83d 52%,#0000 66%) 130% 0/270% 100%;mix-blend-mode:screen;-webkit-background-clip:text;background-clip:text;animation:6.4s ease-in-out .7s infinite textShine;position:absolute;inset:0}.landing-actions{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(14px,2.6vw,32px);margin-top:clamp(10px,2.8vh,28px);display:flex}.landing-status{color:#0b2a5594;letter-spacing:.08em;text-transform:uppercase;margin:clamp(6px,1.4vh,14px) 0 0;font-size:clamp(.82rem,1.6vh,.98rem);font-weight:850}:root[data-theme=dark] .landing-status{color:#edf5ff8f}@media (height<=760px){.landing-container{gap:9px;padding-top:14px;padding-bottom:14px}.landing-logo{width:clamp(150px,22vh,210px);margin-bottom:4px}.landing-title{font-size:clamp(2.65rem,9.2vh,4.6rem)}.landing-copy{font-size:clamp(.95rem,2vh,1.08rem);line-height:1.32}.landing-actions .fz-button{min-height:58px;font-size:clamp(1.2rem,3vh,1.65rem)}.landing-status{font-size:.78rem}}@media (width<=700px){.landing-page{min-height:100svh;overflow:hidden auto}.landing-container{gap:14px;width:min(420px,100vw - 32px);min-height:100svh;padding:58px 16px 30px}.landing-logo{width:clamp(145px,42vw,190px);max-width:190px;margin-bottom:8px}.landing-title{overflow-wrap:normal;width:100%;max-width:100%;font-size:clamp(2.35rem,13vw,3.4rem);line-height:1.03}.landing-copy{width:100%;max-width:320px;font-size:1rem;line-height:1.42}.landing-actions{flex-flow:column;gap:12px;width:100%;margin-top:18px}.landing-status{letter-spacing:.07em;max-width:300px;font-size:.76rem;line-height:1.55}}@media (width<=360px){.landing-container{width:min(330px,100vw - 28px);padding-left:10px;padding-right:10px}.landing-title{font-size:clamp(2.2rem,12vw,3rem)}.landing-copy{max-width:285px}}@keyframes landingEnter{0%{opacity:0;transform:translateY(14px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes landingGridDrift{0%{background-position:0 0,0 0}to{background-position:18px 14px,18px 14px}}@keyframes textShine{0%,62%{opacity:0;background-position:130% 0}70%{opacity:.9}88%,to{opacity:0;background-position:-130% 0}}@keyframes shootingStar{0%,62%{opacity:0;transform:rotate(-28deg)translate(0)}68%{opacity:.95}82%,to{opacity:0;transform:rotate(-28deg)translate(520px)}}@keyframes titleBreathe{0%,to{filter:drop-shadow(0 0 5px #1a73e82e)drop-shadow(0 0 13px #1a73e824);transform:translateY(0)}50%{filter:drop-shadow(0 0 7px #1a73e842)drop-shadow(0 0 18px #1a73e82e);transform:translateY(-2px)}}@keyframes titleBreatheDark{0%,to{filter:drop-shadow(0 0 5px #63a2ff2e)drop-shadow(0 0 13px #63a2ff24);transform:translateY(0)}50%{filter:drop-shadow(0 0 7px #63a2ff47)drop-shadow(0 0 18px #63a2ff33);transform:translateY(-2px)}}@keyframes copyLift{0%,to{opacity:.84;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.auth-page{--auth-bg:#eef5ff;--auth-text:#0b2a55;--auth-muted:#0b2a55b8;--auth-line:#1a73e829;--auth-panel:#ffffffad;--auth-panel-strong:#ffffffe6;--auth-border:#1a73e838;--auth-shadow:0 28px 80px #0d29542e;--auth-blue:#1a73e8;--auth-blue-dark:#1558b5;min-height:100dvh;color:var(--auth-text);background:radial-gradient(circle at 24% 20%,#93d36a3d,#0000 32%),radial-gradient(circle at 82% 18%,#1a73e838,#0000 34%),radial-gradient(circle at 62% 58%,#ffffffeb 0 18%,#daebffa8 42%,#0000 66%),linear-gradient(#eaf4ff 0%,#fbf7f1 54%,#edf6ff 100%);position:relative;overflow-x:hidden}:root[data-theme=dark] .auth-page{--auth-bg:#07111f;--auth-text:#eef4ff;--auth-muted:#edf5ffb8;--auth-line:#63a2ff24;--auth-panel:#0b192db8;--auth-panel-strong:#0c1c34e6;--auth-border:#63a2ff2e;--auth-shadow:0 28px 80px #00000057;--auth-blue:#63a2ff;--auth-blue-dark:#8bbcff;background:linear-gradient(115deg, #93d36a1c, transparent 28%), linear-gradient(245deg, #63a2ff26, transparent 30%), var(--auth-bg)}.auth-page:before,.auth-page:after{content:"";pointer-events:none;position:fixed;inset:0}.auth-page:before{background-image:linear-gradient(var(--auth-line) 2px, transparent 2px), linear-gradient(90deg, var(--auth-line) 2px, transparent 2px);opacity:.5;background-size:70px 70px;animation:14s ease-in-out infinite alternate authGridDrift;-webkit-mask-image:linear-gradient(#0000,#000 16% 84%,#0000);mask-image:linear-gradient(#0000,#000 16% 84%,#0000)}.auth-page:after{opacity:.82;background:radial-gradient(circle,#0000 0 30%,#071f421f 78%,#071f422e 100%),linear-gradient(90deg,#0821461f,#0000 22% 78%,#0821461f)}:root[data-theme=dark] .auth-page:after{opacity:.9;background:radial-gradient(circle,#0000 0 34%,#00000042 100%),linear-gradient(90deg,#07111f59,#0000 18% 82%,#07111f59)}.auth-container{isolation:isolate;justify-content:center;align-items:center;width:100%;min-height:100svh;padding:clamp(18px,4vw,70px);display:flex;position:relative}.auth-container:before,.auth-container:after{content:"";z-index:-1;pointer-events:none;opacity:0;filter:drop-shadow(0 0 12px #1a73e847);background:linear-gradient(90deg,#0000,#1a73e89e,#93d36a52,#0000);border-radius:999px;width:170px;height:2px;animation:5.6s ease-in-out infinite authShootingStar;position:fixed;transform:rotate(-28deg)translate(0)}.auth-container:before{top:18%;left:-10%;box-shadow:520px 210px 0 -.8px #1a73e847}.auth-container:after{width:135px;animation-delay:3.1s;top:74%;left:76%;box-shadow:-620px -220px 0 -.8px #93d36a47}:root[data-theme=dark] .auth-container:before,:root[data-theme=dark] .auth-container:after{filter:drop-shadow(0 0 14px #ffffff5c);background:linear-gradient(90deg,#0000,#ffffffd6,#63a2ff5c,#0000)}:root[data-theme=dark] .auth-container:before{box-shadow:520px 210px 0 -.8px #ffffff57}:root[data-theme=dark] .auth-container:after{box-shadow:-620px -220px 0 -.8px #63a2ff4d}.auth-desktop-row{z-index:1;justify-content:space-between;align-items:center;gap:clamp(26px,4vw,90px);width:100%;max-width:1300px;display:flex;position:relative}.auth-brand-left{flex-direction:column;flex:1;align-items:flex-start;min-width:360px;animation:.55s both authEntry;display:flex}.auth-logo-left{filter:drop-shadow(0 18px 30px #1a73e83d);width:clamp(190px,18vw,280px);height:auto;margin-bottom:clamp(16px,2vw,24px);animation:5.5s ease-in-out infinite authLogoFloat}:root[data-theme=dark] .auth-logo-left{filter:drop-shadow(0 18px 34px #00000047)drop-shadow(0 0 22px #63a2ff29)}.auth-title-left{color:var(--auth-blue);letter-spacing:-.03em;filter:drop-shadow(0 0 8px #1a73e829)drop-shadow(0 0 24px #1a73e824);margin-bottom:clamp(12px,2vw,18px);font-size:clamp(3.2rem,5vw,5.2rem);font-weight:950;line-height:1;animation:6s ease-in-out infinite authTitleBreathe;position:relative}:root[data-theme=dark] .auth-title-left{animation-name:authTitleBreatheDark}.auth-title-left:after{content:attr(data-text);color:#0000;pointer-events:none;background:linear-gradient(105deg,#0000 24%,#fffffff2 42%,#93d36a47 50%,#0000 66%) 130% 0/260% 100%;mix-blend-mode:screen;-webkit-background-clip:text;background-clip:text;animation:5.8s ease-in-out infinite authTextShine;position:absolute;inset:0}.auth-subtitle-left{max-width:30ch;color:var(--auth-muted);font-size:clamp(1.35rem,2.35vw,2.1rem);font-weight:800;line-height:1.25;animation:6s ease-in-out infinite authCopyLift;position:relative}.auth-subtitle-left:after{content:attr(data-text);color:#0000;pointer-events:none;background:linear-gradient(105deg,#0000 22%,#ffffffc7 42%,#1a73e83d 52%,#0000 66%) 130% 0/270% 100%;mix-blend-mode:screen;-webkit-background-clip:text;background-clip:text;animation:6.4s ease-in-out .7s infinite authTextShine;position:absolute;inset:0}.auth-card-wrap{flex:none;justify-content:flex-end;animation:.65s both authEntry;display:flex}.auth-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#fffffff0 0%,#ffffffc2 48%,#eaf4ffa8 100%);border:1px solid #1a73e847;border-radius:22px;width:min(520px,92vw);padding:clamp(20px,2.5vw,32px);position:relative;overflow:hidden;box-shadow:0 30px 80px #0d29542e,0 12px 32px #1a73e814,0 0 0 1px #ffffffc7,inset 0 1px #fffffff5,inset 0 -1px #1a73e81a}.auth-card:before{content:"";pointer-events:none;opacity:.72;background:radial-gradient(circle at 50% 0,#ffffffb8,#0000 62%),linear-gradient(#ffffff6b,#0000);height:42%;position:absolute;inset:0 0 auto}.auth-card>*{z-index:1;position:relative}:root[data-theme=dark] .auth-card{border:1px solid var(--auth-border);background:linear-gradient(180deg, var(--auth-panel-strong), var(--auth-panel));box-shadow:var(--auth-shadow), 0 0 34px #63a2ff14, inset 0 1px 0 #ffffff38}:root[data-theme=dark] .auth-card:before{display:none}.auth-stack{flex-direction:column;gap:14px;display:flex}.auth-input{width:100%;color:var(--auth-text);background:linear-gradient(145deg,#ffffffeb 0%,#f6faffc7 52%,#e8f3ffa3 100%);border:1px solid #1a73e85c;border-radius:14px;outline:none;padding:15px 16px;font-size:1.05rem;font-weight:650;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;box-shadow:0 12px 28px #0d29541c,0 4px 12px #1a73e80f,0 0 0 1px #ffffffd1,inset 0 1px #fff,inset 0 -1px #1a73e81f}.auth-input::placeholder{color:#384e709e;font-weight:850}.auth-input:hover{background:linear-gradient(145deg,#fffffffa 0%,#f7fbffdb 52%,#e7f3ffbd 100%);border-color:#1a73e88a;box-shadow:0 15px 34px #0d295424,0 6px 16px #1a73e814,0 0 0 1px #ffffffe6,inset 0 1px #fff,inset 0 -1px #1a73e824}.auth-input:focus{background:linear-gradient(145deg,#fff 0%,#f8fcffeb 50%,#e8f4ffc7 100%);border-color:#1a73e8c7;transform:translateY(-1px);box-shadow:0 0 0 4px #1a73e826,0 18px 40px #0d29542b,0 8px 22px #1a73e81a,0 0 0 1px #fffffff5,inset 0 1px #fff,inset 0 -1px #1a73e829}.auth-input.has-error{border-color:#be123ce6;box-shadow:0 0 0 4px #be123c24,0 18px 40px #0d29542b,inset 0 1px #fff}:root[data-theme=dark] .auth-input{color:var(--auth-text);background:#081222c7;border-color:#63a2ff2e;box-shadow:0 12px 30px #00000038,0 0 0 1px #ffffff09,inset 0 1px #ffffff2e,inset 0 -1px #63a2ff14}:root[data-theme=dark] .auth-input::placeholder{color:#edf5ff70}:root[data-theme=dark] .auth-input:hover{border-color:#63a2ff47;box-shadow:0 14px 34px #00000042,0 0 0 1px #ffffff0b,inset 0 1px #fff3,inset 0 -1px #63a2ff1a}:root[data-theme=dark] .auth-input:focus{border-color:#63a2ff6b;box-shadow:0 0 0 4px #63a2ff1a,0 18px 40px #00000057,0 0 0 1px #ffffff0e,inset 0 1px #ffffff38,inset 0 -1px #63a2ff1f}:root[data-theme=dark] .auth-input.has-error{border-color:#ff7878bf;box-shadow:0 0 0 4px #ff78781f,0 18px 40px #00000057,inset 0 1px #ffffff29}.field-error{color:#a40000;margin-top:-8px;padding:0 4px;font-size:.92rem;font-weight:900;line-height:1.25}:root[data-theme=dark] .field-error{color:#ffb4b4}.auth-submit{width:100%;min-width:0;max-width:none;min-height:56px;padding:15px 18px;font-size:1.2rem}.auth-submit:disabled,.secondary-btn:disabled{cursor:wait;opacity:.72;transform:none}.auth-link-row{justify-content:center;align-items:center;display:flex}.auth-link{color:var(--auth-blue-dark);opacity:.95;font-size:.95rem;font-weight:850}.auth-link:hover{opacity:1;text-decoration:underline}.auth-divider{background:linear-gradient(90deg,#0000,#1a73e842,#0000);height:2px;margin:6px 0}:root[data-theme=dark] .auth-divider{background:linear-gradient(90deg,#0000,#63a2ff4d,#0000)}.notice{border:1px solid #1a73e833;border-radius:14px;padding:12px 13px;font-size:.95rem;font-weight:850;line-height:1.35;display:block;box-shadow:0 12px 26px #0d295414,inset 0 1px #ffffff94}.notice.error{color:#8f0000;background:#ffdcdcf5;border-color:#be123c5c;box-shadow:0 0 0 4px #be123c14,0 12px 26px #0d29541f,inset 0 1px #ffffffad}.notice.success{color:#0b6b2a;background:#e8fff0eb;border-color:#0b6b2a29}:root[data-theme=dark] .notice.error{color:#ffd7d7;background:#5a081cb8;border-color:#ff78785c;box-shadow:0 0 0 4px #ff787814,0 12px 26px #00000047,inset 0 1px #ffffff14}:root[data-theme=dark] .notice.success{color:#9ff2b9;background:#0b6b2a2e;border-color:#78ffa033;box-shadow:0 12px 26px #00000038,inset 0 1px #ffffff0f}.modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--auth-border);background:var(--auth-panel-strong);width:100%;max-width:560px;box-shadow:var(--auth-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:22px;padding:18px}.modal-head{align-items:flex-start;gap:14px;margin-bottom:14px;display:flex}.modal-logo{object-fit:contain;width:54px;height:54px}.modal h2{color:var(--auth-blue);margin:0 0 6px;font-size:1.35rem;font-weight:900}.modal p{color:var(--auth-muted);margin:0;font-size:1.02rem;font-weight:700;line-height:1.35}.modal .row{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.close-btn,.secondary-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-weight:900;text-decoration:none;display:inline-flex}.close-btn{color:#fff;background:#1558b5;border:1px solid #ffffff2e}.close-btn:hover{background:#0f4bb8}.secondary-btn{color:#1558b5;background:0 0;border:2px solid #1558b5a6}.secondary-btn:hover{background:#1558b514}:root[data-theme=dark] .secondary-btn{color:#b9d5ff;border-color:#b9d5ff8f}:root[data-theme=dark] .secondary-btn:hover{background:#63a2ff14}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-action-page .auth-container{justify-content:center;align-items:center}.auth-action-wrap{justify-content:center;width:100%}.auth-action-card{text-align:center;width:min(520px,94vw)}.auth-action-logo{object-fit:contain;filter:drop-shadow(0 14px 24px #1a73e838);width:82px;height:82px;margin:0 auto 4px;animation:5.5s ease-in-out infinite authLogoFloat}:root[data-theme=dark] .auth-action-logo{filter:drop-shadow(0 18px 34px #00000047)drop-shadow(0 0 22px #63a2ff29)}.auth-action-title{color:var(--auth-blue);letter-spacing:-.03em;filter:drop-shadow(0 0 8px #1a73e829)drop-shadow(0 0 24px #1a73e824);margin:0;font-size:clamp(2rem,5vw,3.1rem);font-weight:950;line-height:1.05;position:relative}.auth-action-text{color:var(--auth-muted);margin:0;font-size:1.05rem;font-weight:800;line-height:1.45}.auth-action-small{color:var(--auth-muted);margin:0;font-size:.95rem;font-weight:800;line-height:1.4}.auth-action-small strong{color:var(--auth-text)}@media (width<=1100px){.auth-container{justify-content:flex-start;align-items:flex-start}.auth-desktop-row{flex-direction:column;justify-content:flex-start;align-items:center;gap:22px;margin-top:10px}.auth-brand-left{min-width:unset;text-align:center;align-items:center}.auth-subtitle-left{max-width:40ch}.auth-card-wrap{justify-content:center;width:100%}.auth-card{width:min(440px,92vw)}.auth-action-page .auth-container{justify-content:center;align-items:center}.auth-action-card{width:min(520px,94vw)}}@media (width<=600px){.auth-container{padding:58px 14px 28px}.auth-card{width:min(380px,94vw);padding:18px}.auth-logo-left{width:clamp(140px,38vw,190px);margin-bottom:10px}.auth-title-left{font-size:clamp(2.4rem,10vw,3.2rem)}.auth-subtitle-left{font-size:1.05rem}.auth-submit{min-height:54px;font-size:1.12rem}.modal-head{align-items:center}.modal .row{flex-direction:column}.close-btn,.secondary-btn{width:100%}.auth-action-card{width:min(380px,94vw)}.auth-action-logo{width:72px;height:72px}.auth-action-title{font-size:clamp(1.8rem,9vw,2.5rem)}.auth-action-text{font-size:1rem}}@keyframes authEntry{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes authLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes authTitleBreathe{0%,to{filter:drop-shadow(0 0 5px #1a73e82e)drop-shadow(0 0 13px #1a73e824);transform:translateY(0)}50%{filter:drop-shadow(0 0 7px #1a73e842)drop-shadow(0 0 18px #1a73e82e);transform:translateY(-2px)}}@keyframes authTitleBreatheDark{0%,to{filter:drop-shadow(0 0 5px #63a2ff2e)drop-shadow(0 0 13px #63a2ff24);transform:translateY(0)}50%{filter:drop-shadow(0 0 7px #63a2ff47)drop-shadow(0 0 18px #63a2ff33);transform:translateY(-2px)}}@keyframes authTextShine{0%,62%{opacity:0;background-position:130% 0}70%{opacity:.9}88%,to{opacity:0;background-position:-130% 0}}@keyframes authCopyLift{0%,to{opacity:.84;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}@keyframes authShootingStar{0%,62%{opacity:0;transform:rotate(-28deg)translate(0)}68%{opacity:.95}82%,to{opacity:0;transform:rotate(-28deg)translate(520px)}}@keyframes authGridDrift{0%{background-position:0 0,0 0}to{background-position:18px 14px,18px 14px}}.mart-page{--mart-bg:#eef5ff;--mart-text:#0b2a55;--mart-text-strong:#082143;--mart-muted:#0b2a55ad;--mart-line:#1a73e826;--mart-card:#ffffffc7;--mart-card-strong:#ffffffeb;--mart-border:#1a73e82e;--mart-blue:#1a73e8;--mart-blue-dark:#1558b5;--mart-green:#0f766e;--mart-shadow:0 24px 70px #0d295424;min-height:100dvh;color:var(--mart-text);background:radial-gradient(circle at 18% 18%,#93d36a38,#0000 30%),radial-gradient(circle at 86% 12%,#1a73e838,#0000 34%),radial-gradient(circle at 50% 42%,#ffffffe0 0 18%,#daebff94 42%,#0000 66%),linear-gradient(#eaf4ff 0%,#fbf7f1 56%,#edf6ff 100%);position:relative;overflow-x:hidden}:root[data-theme=dark] .mart-page{--mart-bg:#07111f;--mart-text:#edf5ff;--mart-text-strong:#f6f9ff;--mart-muted:#edf5ffb3;--mart-line:#63a2ff24;--mart-card:#0b192db8;--mart-card-strong:#0c1c34e6;--mart-border:#63a2ff2e;--mart-blue:#63a2ff;--mart-blue-dark:#b9d5ff;--mart-green:#9ede78;--mart-shadow:0 28px 80px #00000057;background:linear-gradient(115deg, #93d36a1a, transparent 28%), linear-gradient(245deg, #63a2ff26, transparent 30%), var(--mart-bg)}.mart-page:before,.mart-page:after{content:"";pointer-events:none;position:fixed;inset:0}.mart-page:before{background-image:linear-gradient(var(--mart-line) 2px, transparent 2px), linear-gradient(90deg, var(--mart-line) 2px, transparent 2px);opacity:.42;background-size:70px 70px;-webkit-mask-image:linear-gradient(#0000,#000 14% 86%,#0000);mask-image:linear-gradient(#0000,#000 14% 86%,#0000)}.mart-page:after{opacity:.78;background:radial-gradient(circle at 50% 45%,#0000 0 34%,#071f421a 78%,#071f4229 100%),linear-gradient(90deg,#0821461a,#0000 20% 80%,#0821461a)}:root[data-theme=dark] .mart-page:after{background:radial-gradient(circle,#0000 0 34%,#00000042 100%),linear-gradient(90deg,#07111f59,#0000 18% 82%,#07111f59)}.mart-topbar,.mart-wrap{z-index:1;position:relative}.mart-topbar{z-index:50;border-bottom:1px solid var(--mart-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff9e;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:8px clamp(16px,3vw,42px);display:flex;position:sticky;top:0;box-shadow:0 10px 28px #0d295414,inset 0 1px #ffffffa3}:root[data-theme=dark] .mart-topbar{background:#07111fbd;box-shadow:0 10px 28px #00000038,inset 0 1px #ffffff0f}.mart-brand{min-width:0;color:inherit;flex:0 auto;align-items:center;gap:10px;text-decoration:none;display:flex}.mart-brand-logo{filter:drop-shadow(0 10px 18px #1a73e829);background:#ffffffdb;border-radius:12px;flex:none;width:38px;height:38px;padding:5px;box-shadow:0 10px 22px #0f2f6624,inset 0 1px #ffffffb8}:root[data-theme=dark] .mart-brand-logo{background:#63a2ff14;box-shadow:0 10px 22px #00000042,inset 0 1px #ffffff14}.mart-brand-title,.mart-brand-sub{display:block}.mart-brand-title{color:var(--mart-blue);letter-spacing:-.03em;font-size:clamp(1.45rem,2.1vw,2.05rem);font-weight:950;line-height:1}.mart-brand-sub{color:var(--mart-muted);margin-top:2px;font-size:clamp(.8rem,1vw,.92rem);font-weight:750}.mart-actions{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.mart-pill-button{isolation:isolate;border:1px solid var(--mart-border);min-width:104px;min-height:42px;color:var(--mart-text);white-space:nowrap;cursor:pointer;background:linear-gradient(145deg,#fffffff0 0%,#f6faffc7 54%,#e8f3ff9e 100%);border-radius:15px;justify-content:center;align-items:center;padding:9px 14px;font-size:.95rem;font-weight:950;text-decoration:none;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s,filter .22s,background .22s;display:inline-flex;position:relative;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 12px 28px #0d29541c,0 4px 12px #1a73e80f,0 0 0 1px #ffffffc7,inset 0 1px #fffffff5,inset 0 -1px #1a73e81a}.mart-pill-button:after,.mart-mini-button:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(105deg,#0000 24%,#ffffff70 44%,#0000 64%);position:absolute;inset:0;transform:translate(-135%)}.mart-pill-button:hover{filter:saturate(1.08)brightness(1.02);border-color:#1a73e875;transform:translateY(-3px)scale(1.012);box-shadow:0 18px 38px #0d29542b,0 7px 18px #1a73e81c,0 0 0 1px #ffffffe6,inset 0 1px #fff}.mart-pill-button:hover:after,.mart-mini-button:hover:after{opacity:1;transition:transform .62s cubic-bezier(.2,.8,.2,1);transform:translate(135%)}.mart-pill-button:active,.mart-mini-button:active{transform:translateY(-1px)scale(.99)}:root[data-theme=dark] .mart-pill-button:not(.mart-pill-button-blue){color:var(--mart-text);background:#081222d1;box-shadow:0 12px 30px #00000038,0 0 0 1px #ffffff09,inset 0 1px #ffffff2e,inset 0 -1px #63a2ff14}:root[data-theme=dark] .mart-pill-button:not(.mart-pill-button-blue):hover{background:#0b1a30f0;border-color:#63a2ff6b;box-shadow:0 20px 42px #00000061,0 0 28px #63a2ff1f,0 0 0 1px #ffffff0f,inset 0 1px #ffffff3d}.mart-pill-button-blue{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 54%,#124a9c 100%);box-shadow:0 16px 34px #0c419440,inset 0 1px #ffffff61,inset 0 -2px #05275c33}.mart-pill-button-blue:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);box-shadow:0 22px 44px #0c419457,0 0 0 1px #fff3,inset 0 1px #ffffff75,inset 0 -2px #05275c38}:root[data-theme=dark] .mart-pill-button-blue{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#185bb7 54%,#124a9c 100%)}:root[data-theme=dark] .mart-pill-button-blue:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);box-shadow:0 24px 48px #00000061,0 0 30px #63a2ff29,inset 0 1px #ffffff75,inset 0 -2px #05275c38}.mart-wrap{width:min(1420px,100vw - clamp(32px,5vw,82px));margin:0 auto;padding:clamp(14px,2vw,26px) 0 42px}.mart-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin-bottom:clamp(12px,1.8vw,20px);display:grid}.mart-eyebrow{color:var(--mart-muted);letter-spacing:.13em;text-transform:uppercase;margin:0 0 6px;font-size:.82rem;font-weight:950}.mart-hero h1{max-width:850px;color:var(--mart-text-strong);letter-spacing:-.04em;margin:0;font-size:clamp(2.2rem,4vw,4rem);font-weight:950;line-height:.98}.mart-hero p{max-width:680px;color:var(--mart-muted);margin:10px 0 0;font-size:clamp(.96rem,1.25vw,1.08rem);font-weight:750;line-height:1.38}.mart-hero-card{border:1px solid var(--mart-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffffe6,#eaf4ff9e);border-radius:20px;min-width:160px;padding:14px 16px;box-shadow:0 18px 42px #0d29541f,0 0 0 1px #ffffffc2,inset 0 1px #fffffff5}:root[data-theme=dark] .mart-hero-card{background:var(--mart-card);box-shadow:var(--mart-shadow), inset 0 1px 0 #ffffff29}.mart-hero-number{color:var(--mart-blue);font-size:1.95rem;font-weight:950;line-height:1;display:block}.mart-hero-label{color:var(--mart-muted);margin-top:5px;font-size:.86rem;font-weight:850;display:block}.mart-tools-row{border:1px solid var(--mart-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffffe6,#eaf4ff9e);border-radius:20px;align-items:center;gap:12px;margin-bottom:clamp(14px,1.8vw,22px);padding:12px;display:flex;box-shadow:0 20px 52px #0d29541f,0 0 0 1px #ffffffc2,inset 0 1px #fffffff0}:root[data-theme=dark] .mart-tools-row{background:var(--mart-card);box-shadow:0 20px 52px #00000047,inset 0 1px #ffffff29}.mart-search,.mart-currency-button{min-height:46px;color:var(--mart-text);background:linear-gradient(145deg,#fffffff0 0%,#f6faffcc 52%,#e8f3ffa8 100%);border:1px solid #1a73e852;border-radius:16px;outline:none;padding:0 14px;font-size:.98rem;font-weight:800;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;box-shadow:0 12px 28px #0d29541a,0 4px 12px #1a73e80f,0 0 0 1px #ffffffd1,inset 0 1px #fff,inset 0 -1px #1a73e81f}.mart-search{flex:1}.mart-search::placeholder{color:#384e709e}.mart-search:hover,.mart-currency-button:hover{border-color:#1a73e87a}.mart-search:focus,.mart-currency-button:focus-visible,.mart-currency-button.is-open{border-color:#1a73e8c7;transform:translateY(-1px);box-shadow:0 0 0 4px #1a73e826,0 18px 40px #0d29542b,0 8px 22px #1a73e81a,0 0 0 1px #fffffff5,inset 0 1px #fff}:root[data-theme=dark] .mart-search,:root[data-theme=dark] .mart-currency-button{color:var(--mart-text);background:#081222d1;border-color:#63a2ff2e;box-shadow:0 12px 30px #00000038,0 0 0 1px #ffffff09,inset 0 1px #ffffff2e,inset 0 -1px #63a2ff14}:root[data-theme=dark] .mart-search::placeholder{color:#edf5ff70}:root[data-theme=dark] .mart-search:focus,:root[data-theme=dark] .mart-currency-button:focus-visible,:root[data-theme=dark] .mart-currency-button.is-open{border-color:#63a2ff6b;box-shadow:0 0 0 4px #63a2ff1a,0 18px 40px #00000057,0 0 0 1px #ffffff0e,inset 0 1px #ffffff38}.mart-currency-menu{z-index:15;flex:0 0 170px;width:170px;position:relative}.mart-currency-button{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.mart-currency-arrow{color:currentColor;opacity:.82;flex:none;width:20px;height:20px;transition:transform .2s,opacity .2s;transform:rotate(0)}.mart-currency-button.is-open .mart-currency-arrow{opacity:1;transform:rotate(180deg)}.mart-currency-popover{border:1px solid var(--mart-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#fffffff5,#eaf4ffdb);border-radius:18px;width:100%;min-width:190px;padding:8px;animation:.16s both martDropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 22px 54px #0d29542e,0 0 0 1px #ffffffd1,inset 0 1px #fffffff5}:root[data-theme=dark] .mart-currency-popover{background:#081222f5;box-shadow:0 24px 58px #0000006b,0 0 28px #63a2ff14,inset 0 1px #ffffff1f}.mart-currency-option{width:100%;min-height:40px;color:var(--mart-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-size:.92rem;font-weight:900;transition:background .16s,transform .16s,color .16s;display:flex}.mart-currency-option:hover{background:#1a73e81a;transform:translate(2px)}.mart-currency-option.is-selected{color:var(--mart-blue-dark);background:#1a73e81f}:root[data-theme=dark] .mart-currency-option:hover{background:#63a2ff1a}:root[data-theme=dark] .mart-currency-option.is-selected{color:var(--mart-blue-dark);background:#63a2ff1f}.mart-currency-option svg{flex:none;width:18px;height:18px}.mart-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));align-items:start;gap:clamp(14px,1.7vw,20px);display:grid}.mart-card{border:1px solid var(--mart-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#fffffff0,#eaf4ffa8);border-radius:20px;padding:12px;transition:transform .2s,box-shadow .2s,border-color .2s;animation:.28s both martCardIn;overflow:hidden;transform:translateY(0);box-shadow:0 20px 44px #0d295421,0 0 0 1px #ffffffc2,inset 0 1px #fffffff5}.mart-card:hover{border-color:#1a73e852;transform:translateY(-4px);box-shadow:0 26px 54px #0d29542e,0 0 0 1px #ffffffdb,inset 0 1px #fff}:root[data-theme=dark] .mart-card{background:var(--mart-card-strong);box-shadow:0 22px 52px #0000004d,inset 0 1px #ffffff29}:root[data-theme=dark] .mart-card:hover{border-color:#63a2ff47;box-shadow:0 30px 64px #00000061,0 0 34px #63a2ff14,inset 0 1px #fff3}.mart-cover-button{cursor:zoom-in;background:#f8fafcdb;border:1px solid #1a73e82e;border-radius:16px;width:100%;padding:0;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #1a73e814}:root[data-theme=dark] .mart-cover-button{background:#081222b8;border-color:#63a2ff29;box-shadow:inset 0 1px #ffffff24,inset 0 -1px #63a2ff14}.mart-cover{object-fit:contain;width:100%;height:clamp(180px,22vh,238px);transition:transform .25s}.mart-card:hover .mart-cover{transform:scale(1.025)}.mart-card-body{padding-top:9px}.mart-card-title{color:var(--mart-blue-dark);font-size:.98rem;font-weight:950;line-height:1.22;text-decoration:none;display:block}.mart-card-title:hover{text-decoration:underline}.mart-card-author,.mart-card-meta{color:var(--mart-muted);margin:5px 0 0;font-size:.78rem;font-weight:800;line-height:1.3}.mart-card-author{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mart-card-author span{font-weight:950}.mart-card-actions{align-items:center;gap:8px;margin-top:10px;display:flex}.mart-mini-button{isolation:isolate;min-height:40px;color:var(--mart-text);cursor:pointer;background:linear-gradient(145deg,#fffffff0,#e8f3ffa8);border:1px solid #1a73e833;border-radius:14px;flex:1;justify-content:center;align-items:center;padding:8px 10px;font-size:.9rem;font-weight:950;text-decoration:none;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s,border-color .18s,filter .18s,background .18s;display:inline-flex;position:relative;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 10px 22px #0d29541a,inset 0 1px #fffffff5}.mart-mini-button:hover{filter:saturate(1.08)brightness(1.02);border-color:#1a73e85c;transform:translateY(-3px)scale(1.012);box-shadow:0 14px 28px #0d295429,inset 0 1px #fff}:root[data-theme=dark] .mart-mini-button:not(.mart-mini-button-blue):not(.mart-mini-button-green){color:var(--mart-text);background:#081222d1;border-color:#63a2ff29;box-shadow:0 10px 22px #0000003d,inset 0 1px #ffffff29}:root[data-theme=dark] .mart-mini-button:not(.mart-mini-button-blue):not(.mart-mini-button-green):hover{background:#0b1a30f0;border-color:#63a2ff57;box-shadow:0 14px 30px #00000057,0 0 18px #63a2ff14,inset 0 1px #ffffff38}.mart-mini-button-blue{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 100%);box-shadow:0 14px 28px #0c41943d,inset 0 1px #ffffff61,inset 0 -2px #05275c33}.mart-mini-button-blue:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);box-shadow:0 18px 34px #0c419452,inset 0 1px #ffffff70,inset 0 -2px #05275c38}:root[data-theme=dark] .mart-mini-button-blue{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#185bb7 54%,#124a9c 100%)}:root[data-theme=dark] .mart-mini-button-blue:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);box-shadow:0 18px 36px #00000057,0 0 24px #63a2ff1f,inset 0 1px #ffffff70,inset 0 -2px #05275c38}.mart-mini-button-green{color:#fff;background:linear-gradient(135deg,#7bc043 0%,#0f766e 100%);box-shadow:0 14px 28px #0f766e38,inset 0 1px #ffffff57,inset 0 -2px #05484438}.mart-mini-button-green:hover{color:#fff;background:linear-gradient(135deg,#8ed957 0%,#11877d 100%);box-shadow:0 18px 34px #0f766e4d,inset 0 1px #ffffff6b,inset 0 -2px #05484438}:root[data-theme=dark] .mart-mini-button-green{color:#fff;background:linear-gradient(135deg,#7bc043 0%,#0f766e 100%);box-shadow:0 14px 30px #0000004d,0 0 20px #0f766e1f,inset 0 1px #ffffff57,inset 0 -2px #05484438}:root[data-theme=dark] .mart-mini-button-green:hover{color:#fff;background:linear-gradient(135deg,#8ed957 0%,#11877d 100%);box-shadow:0 18px 36px #0000005c,0 0 26px #0f766e29,inset 0 1px #ffffff6b,inset 0 -2px #05484438}.mart-state-card{border:1px solid var(--mart-border);color:var(--mart-muted);background:var(--mart-card);border-radius:20px;padding:18px;font-size:1rem;font-weight:850;box-shadow:0 20px 52px #0d29541f,inset 0 1px #ffffffb3}.mart-state-card-error{color:#a40000;background:#ffe6e6e6;border-color:#a4000029}:root[data-theme=dark] .mart-state-card{box-shadow:0 20px 52px #00000047,inset 0 1px #ffffff14}:root[data-theme=dark] .mart-state-card-error{color:#ffb4b4;background:#a400002e;border-color:#ff787838}.mart-modal{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.mart-image-modal-card,.mart-notice-modal-card{z-index:1001;border:1px solid var(--mart-border);background:var(--mart-card-strong);width:min(92vw,820px);max-height:86vh;box-shadow:var(--mart-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;padding:14px;position:relative}.mart-image-modal-card{flex-direction:column;gap:12px;display:flex}.mart-image-modal-card img{object-fit:contain;background:#fff;border:1px solid #1a73e824;border-radius:16px;width:100%;height:min(70vh,620px)}:root[data-theme=dark] .mart-image-modal-card img{background:#081222b8;border-color:#63a2ff29}.mart-notice-modal-card{max-width:560px}.mart-modal-head{align-items:flex-start;gap:14px;display:flex}.mart-modal-head img{object-fit:contain;width:54px;height:54px}.mart-modal-head h2{color:var(--mart-blue);margin:0 0 6px;font-size:1.35rem;font-weight:950}.mart-modal-head p{color:var(--mart-muted);margin:0;font-size:1.02rem;font-weight:750;line-height:1.35}.mart-modal-close{color:#fff;cursor:pointer;background:#1558b5;border:1px solid #ffffff2e;border-radius:12px;align-self:flex-end;min-height:42px;padding:10px 16px;font-weight:950}.mart-notice-modal-card .mart-modal-close{width:100%;margin-top:16px}.mart-modal-close:hover{background:#0f4bb8}.mart-page .sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=980px){.mart-topbar{gap:12px}.mart-brand-sub{display:none}.mart-pill-button{min-width:92px;padding-left:11px;padding-right:11px}.mart-hero{grid-template-columns:1fr}.mart-hero-card{width:min(260px,100%)}}@media (width<=760px){.mart-topbar{gap:10px;min-height:0;padding:10px 14px}.mart-brand{justify-content:flex-start}.mart-brand-logo{border-radius:11px;width:34px;height:34px}.mart-brand-title{font-size:1.45rem}.mart-brand-sub{font-size:.78rem;line-height:1.15;display:block}.mart-actions{justify-content:flex-end;gap:7px}.mart-pill-button{border-radius:13px;min-width:80px;min-height:36px;padding:8px 7px;font-size:.84rem}.mart-wrap{width:min(430px,100vw - 24px);padding-top:12px}.mart-hero{gap:10px;margin-bottom:12px}.mart-eyebrow{margin-bottom:5px;font-size:.72rem}.mart-hero h1{font-size:clamp(2rem,10vw,2.75rem);line-height:.96}.mart-hero p{margin-top:8px;font-size:.92rem;line-height:1.35}.mart-hero-card{border-radius:17px;align-items:baseline;gap:9px;width:100%;min-width:0;padding:10px 13px;display:flex}.mart-hero-number{font-size:1.75rem}.mart-hero-label{margin-top:0;font-size:.82rem}.mart-tools-row{border-radius:18px;flex-direction:column;align-items:stretch;gap:9px;margin-bottom:12px;padding:10px}.mart-search,.mart-currency-button{border-radius:14px;min-height:42px;font-size:.92rem}.mart-currency-menu{flex:none;width:100%}.mart-currency-popover{width:100%;min-width:0}.mart-grid{grid-template-columns:1fr;gap:10px}.mart-card{border-radius:18px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:6px 12px;padding:10px;display:grid}.mart-cover-button{border-radius:13px;grid-row:1/span 5;align-self:center}.mart-cover{height:112px}.mart-card-body{min-width:0;padding-top:0}.mart-card-title{margin-top:0;font-size:.96rem}.mart-card-author,.mart-card-meta{white-space:normal;margin-top:4px;font-size:.76rem}.mart-card-actions{gap:7px;margin-top:7px}.mart-mini-button{border-radius:12px;min-height:34px;padding:7px 9px;font-size:.82rem}.mart-modal-head{align-items:center}}@media (width<=620px){.mart-topbar{flex-direction:column;align-items:stretch}.mart-brand{justify-content:flex-start}.mart-actions{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:8px;width:min(420px,100%);margin:0 auto;display:grid}.mart-pill-button{min-width:0}}@media (width<=430px){.mart-hero p{display:none}.mart-hero h1{max-width:340px}}@media (width<=380px){.mart-card{grid-template-columns:70px minmax(0,1fr);column-gap:10px}.mart-cover{height:102px}.mart-actions{gap:6px}.mart-pill-button{font-size:.78rem}}@keyframes martCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes martDropdownIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.book-page{--book-bg:#eef5ff;--book-text:#0b2a55;--book-text-strong:#082143;--book-muted:#0b2a55ad;--book-line:#1a73e826;--book-card:#ffffffd1;--book-card-strong:#fffffff0;--book-border:#1a73e82e;--book-blue:#1a73e8;--book-blue-dark:#1558b5;--book-green:#0f766e;--book-shadow:0 24px 70px #0d295424;min-height:100dvh;color:var(--book-text);background:radial-gradient(circle at 18% 18%,#93d36a38,#0000 30%),radial-gradient(circle at 86% 12%,#1a73e838,#0000 34%),radial-gradient(circle at 50% 42%,#ffffffe0 0 18%,#daebff94 42%,#0000 66%),linear-gradient(#eaf4ff 0%,#fbf7f1 56%,#edf6ff 100%);position:relative;overflow-x:hidden}:root[data-theme=dark] .book-page{--book-bg:#07111f;--book-text:#edf5ff;--book-text-strong:#f6f9ff;--book-muted:#edf5ffb3;--book-line:#63a2ff24;--book-card:#0b192db8;--book-card-strong:#0c1c34e6;--book-border:#63a2ff2e;--book-blue:#63a2ff;--book-blue-dark:#b9d5ff;--book-green:#9ede78;--book-shadow:0 28px 80px #00000057;background:linear-gradient(115deg, #93d36a1a, transparent 28%), linear-gradient(245deg, #63a2ff26, transparent 30%), var(--book-bg)}.book-page:before,.book-page:after{content:"";pointer-events:none;position:fixed;inset:0}.book-page:before{background-image:linear-gradient(var(--book-line) 2px, transparent 2px), linear-gradient(90deg, var(--book-line) 2px, transparent 2px);opacity:.42;background-size:70px 70px;-webkit-mask-image:linear-gradient(#0000,#000 14% 86%,#0000);mask-image:linear-gradient(#0000,#000 14% 86%,#0000)}.book-page:after{opacity:.78;background:radial-gradient(circle at 50% 45%,#0000 0 34%,#071f421a 78%,#071f4229 100%),linear-gradient(90deg,#0821461a,#0000 20% 80%,#0821461a)}:root[data-theme=dark] .book-page:after{background:radial-gradient(circle,#0000 0 34%,#00000042 100%),linear-gradient(90deg,#07111f59,#0000 18% 82%,#07111f59)}.book-topbar,.book-wrap{z-index:1;position:relative}.book-topbar{z-index:50;border-bottom:1px solid var(--book-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff9e;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:8px clamp(16px,3vw,42px);display:flex;position:sticky;top:0;box-shadow:0 10px 28px #0d295414,inset 0 1px #ffffffa3}:root[data-theme=dark] .book-topbar{background:#07111fbd;box-shadow:0 10px 28px #00000038,inset 0 1px #ffffff0f}.book-brand{min-width:0;color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.book-brand-logo{filter:drop-shadow(0 10px 18px #1a73e829);background:#ffffffdb;border-radius:12px;flex:none;width:38px;height:38px;padding:5px;box-shadow:0 10px 22px #0f2f6624,inset 0 1px #ffffffb8}:root[data-theme=dark] .book-brand-logo{background:#63a2ff14;box-shadow:0 10px 22px #00000042,inset 0 1px #ffffff14}.book-brand-title,.book-brand-sub{display:block}.book-brand-title{color:var(--book-blue);letter-spacing:-.03em;font-size:clamp(1.45rem,2.1vw,2.05rem);font-weight:950;line-height:1}.book-brand-sub{color:var(--book-muted);margin-top:2px;font-size:clamp(.8rem,1vw,.92rem);font-weight:750}.book-nav{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.book-pill-button,.book-primary-button,.book-secondary-button,.book-pager-button{isolation:isolate;cursor:pointer;position:relative;overflow:hidden}.book-pill-button{border:1px solid var(--book-border);min-width:104px;min-height:42px;color:var(--book-text);white-space:nowrap;background:linear-gradient(145deg,#fffffff0 0%,#f6faffc7 54%,#e8f3ff9e 100%);border-radius:15px;justify-content:center;align-items:center;padding:9px 14px;font-size:.95rem;font-weight:950;text-decoration:none;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,border-color .22s,filter .22s,background .22s;display:inline-flex;box-shadow:0 12px 28px #0d29541c,0 4px 12px #1a73e80f,0 0 0 1px #ffffffc7,inset 0 1px #fffffff5,inset 0 -1px #1a73e81a}.book-pill-button:after,.book-primary-button:after,.book-secondary-button:after,.book-pager-button:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(105deg,#0000 24%,#ffffff70 44%,#0000 64%);position:absolute;inset:0;transform:translate(-135%)}.book-pill-button:hover,.book-primary-button:hover,.book-secondary-button:hover,.book-pager-button:not(:disabled):hover{filter:saturate(1.08)brightness(1.02);transform:translateY(-3px)scale(1.012)}.book-pill-button:hover:after,.book-primary-button:hover:after,.book-secondary-button:hover:after,.book-pager-button:not(:disabled):hover:after{opacity:1;transition:transform .62s cubic-bezier(.2,.8,.2,1);transform:translate(135%)}.book-pill-button:hover{border-color:#1a73e875;box-shadow:0 18px 38px #0d29542b,0 7px 18px #1a73e81c,0 0 0 1px #ffffffe6,inset 0 1px #fff}:root[data-theme=dark] .book-pill-button:not(.book-pill-button-blue){color:var(--book-text);background:#081222d1;box-shadow:0 12px 30px #00000038,0 0 0 1px #ffffff09,inset 0 1px #ffffff2e,inset 0 -1px #63a2ff14}:root[data-theme=dark] .book-pill-button:not(.book-pill-button-blue):hover{background:#0b1a30f0;border-color:#63a2ff6b;box-shadow:0 20px 42px #00000061,0 0 28px #63a2ff1f,0 0 0 1px #ffffff0f,inset 0 1px #ffffff3d}.book-pill-button-blue,.book-primary-button{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 54%,#124a9c 100%);box-shadow:0 16px 34px #0c419440,inset 0 1px #ffffff61,inset 0 -2px #05275c33}.book-pill-button-blue:hover,.book-primary-button:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);box-shadow:0 22px 44px #0c419457,0 0 0 1px #fff3,inset 0 1px #ffffff75,inset 0 -2px #05275c38}.book-primary-button-green{color:#fff;background:linear-gradient(135deg,#7bc043 0%,#0f766e 100%);box-shadow:0 14px 28px #0f766e38,inset 0 1px #ffffff57,inset 0 -2px #05484438}.book-primary-button-green:hover{color:#fff;background:linear-gradient(135deg,#8ed957 0%,#11877d 100%);box-shadow:0 18px 34px #0f766e4d,inset 0 1px #ffffff6b,inset 0 -2px #05484438}:root[data-theme=dark] .book-primary-button-green{color:#fff;background:linear-gradient(135deg,#7bc043 0%,#0f766e 100%);box-shadow:0 14px 30px #0000004d,0 0 20px #0f766e1f,inset 0 1px #ffffff57,inset 0 -2px #05484438}.book-wrap{width:min(1500px,100vw - clamp(28px,4vw,70px));margin:0 auto;padding:clamp(16px,2.4vw,34px) 0 42px}.book-card{border:1px solid var(--book-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#fffffff0,#eaf4ffa8);border-radius:24px;grid-template-columns:minmax(260px,440px) minmax(0,1fr);align-items:center;gap:clamp(18px,3vw,34px);min-height:min(680px,100dvh - 128px);padding:clamp(14px,2vw,24px);animation:.28s both bookCardIn;display:grid;box-shadow:0 24px 64px #0d295424,0 0 0 1px #ffffffc2,inset 0 1px #fffffff5}:root[data-theme=dark] .book-card{background:var(--book-card-strong);box-shadow:0 22px 52px #0000004d,inset 0 1px #ffffff29}.book-cover-col{min-width:0}.book-cover-box{cursor:zoom-in;background:#f8fafcdb;border:1px solid #1a73e82e;border-radius:20px;width:100%;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #1a73e814}.book-cover-box:hover{border-color:#1a73e852;transform:translateY(-4px);box-shadow:0 24px 48px #0d295429,inset 0 1px #fffffff5}:root[data-theme=dark] .book-cover-box{background:#081222b8;border-color:#63a2ff29;box-shadow:inset 0 1px #ffffff24,inset 0 -1px #63a2ff14}.book-cover-box img{object-fit:contain;width:100%;height:min(65dvh,640px);min-height:360px;display:block}.book-info-col{flex-direction:column;min-width:0;max-height:100%;display:flex}.book-title{color:var(--book-blue-dark);letter-spacing:-.05em;overflow-wrap:anywhere;margin:0 0 10px;font-size:clamp(2.4rem,5vw,5.2rem);font-weight:950;line-height:.98}.book-author,.book-price,.book-hint{color:var(--book-muted)}.book-author{margin:0;font-size:.96rem;font-weight:850}.book-author span{font-weight:950}.book-price{margin:8px 0 0;font-size:1rem;font-weight:950}.book-about-panel{border:1px solid var(--book-border);background:linear-gradient(145deg,#ffffffc7,#eaf4ff7a);border-radius:18px;flex-direction:column;flex:auto;height:clamp(220px,38dvh,460px);min-height:0;margin-top:clamp(12px,1.5vw,18px);padding:clamp(14px,1.7vw,20px);display:flex;box-shadow:0 14px 34px #0d295414,inset 0 1px #ffffffc7}:root[data-theme=dark] .book-about-panel{background:#081222d1;box-shadow:0 14px 34px #00000038,inset 0 1px #ffffff1f}.book-about{min-height:0;color:var(--book-text);white-space:pre-wrap;flex:auto;font-size:clamp(1rem,1.2vw,1.16rem);font-weight:700;line-height:1.42;overflow:hidden}.book-measure{visibility:hidden;pointer-events:none;position:fixed;top:0;left:-10000px;overflow:hidden}.book-about-pager{flex:none;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:12px;display:flex}.book-pager-button{border:1px solid var(--book-border);min-width:104px;min-height:40px;color:var(--book-text);background:linear-gradient(145deg,#fffffff0,#e8f3ffa8);border-radius:13px;padding:8px 12px;font-size:.9rem;font-weight:950;box-shadow:0 10px 22px #0d29541a,inset 0 1px #fffffff5}.book-pager-button:disabled{opacity:.48;cursor:not-allowed}:root[data-theme=dark] .book-pager-button:not(:disabled){background:#081222d1;border-color:#63a2ff29;box-shadow:0 10px 22px #0000003d,inset 0 1px #ffffff29}.book-page-text{color:var(--book-muted);font-size:.9rem;font-weight:950}.book-actions{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1.4vw,16px);margin-top:clamp(14px,2vh,22px);display:grid}.book-primary-button,.book-secondary-button{white-space:nowrap;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:56px;padding:12px 16px;font-size:clamp(1rem,1.15vw,1.14rem);font-weight:950;text-decoration:none;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s,border-color .18s,filter .18s,background .18s;display:inline-flex}.book-primary-button{border:0}.book-secondary-button{border:1px solid var(--book-border);color:var(--book-text);background:linear-gradient(145deg,#fffffff0,#e8f3ffa8);box-shadow:0 10px 22px #0d29541a,inset 0 1px #fffffff5}.book-secondary-button:hover,.book-pager-button:not(:disabled):hover{border-color:#1a73e85c;box-shadow:0 14px 28px #0d295429,inset 0 1px #fff}:root[data-theme=dark] .book-secondary-button,:root[data-theme=dark] .book-pager-button:not(:disabled){color:var(--book-text);background:#081222d1;border-color:#63a2ff29;box-shadow:0 10px 22px #0000003d,inset 0 1px #ffffff29}:root[data-theme=dark] .book-secondary-button:hover,:root[data-theme=dark] .book-pager-button:not(:disabled):hover{background:#0b1a30f0;border-color:#63a2ff57;box-shadow:0 14px 30px #00000057,0 0 18px #63a2ff14,inset 0 1px #ffffff38}.book-hint{min-height:20px;margin:10px 0 0;font-size:.9rem;font-weight:800}.book-state-card{border:1px solid var(--book-border);width:min(760px,100%);color:var(--book-muted);background:var(--book-card);border-radius:20px;margin:10vh auto 0;padding:20px;font-size:1rem;font-weight:850;box-shadow:0 20px 52px #0d29541f,inset 0 1px #ffffffb3}.book-state-card h1{color:var(--book-blue-dark);margin:0 0 8px;font-size:2rem;font-weight:950}.book-state-card p{margin:0 0 16px}.book-state-card-error{color:#a40000;background:#ffe6e6e6;border-color:#a4000029}:root[data-theme=dark] .book-state-card{box-shadow:0 20px 52px #00000047,inset 0 1px #ffffff14}:root[data-theme=dark] .book-state-card-error{color:#ffb4b4;background:#a400002e;border-color:#ff787838}.book-modal{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.book-image-modal-card{z-index:1001;border:1px solid var(--book-border);background:var(--book-card-strong);width:min(92vw,820px);max-height:86vh;box-shadow:var(--book-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:20px;flex-direction:column;gap:12px;padding:14px;display:flex;position:relative}.book-image-modal-card img{object-fit:contain;background:#fff;border:1px solid #1a73e824;border-radius:16px;width:100%;height:min(70vh,620px)}:root[data-theme=dark] .book-image-modal-card img{background:#081222b8;border-color:#63a2ff29}.book-modal-close{color:#fff;cursor:pointer;background:#1558b5;border:1px solid #ffffff2e;border-radius:12px;align-self:flex-end;min-height:42px;padding:10px 16px;font-weight:950}.book-modal-close:hover{background:#0f4bb8}@media (width<=980px){.book-brand-sub{display:none}.book-pill-button{min-width:92px;padding-left:11px;padding-right:11px}.book-card{grid-template-columns:minmax(220px,34vw) minmax(0,1fr)}.book-cover-box img{height:min(48dvh,430px);min-height:260px}.book-title{font-size:clamp(2rem,6vw,3.8rem)}}@media (width<=760px){.book-topbar{gap:10px;min-height:0;padding:10px 14px}.book-brand-logo{border-radius:11px;width:34px;height:34px}.book-brand-title{font-size:1.45rem}.book-brand-sub{font-size:.78rem;line-height:1.15;display:block}.book-nav{justify-content:flex-end;gap:7px}.book-pill-button{border-radius:13px;min-width:80px;min-height:36px;padding:8px 7px;font-size:.84rem}.book-wrap{width:min(430px,100vw - 24px);padding-top:12px}.book-card{border-radius:20px;grid-template-rows:auto auto minmax(220px,1fr) auto auto;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:10px;min-height:0;padding:10px;display:grid}.book-cover-col{grid-area:1/1/span 2}.book-cover-box{border-radius:14px}.book-cover-box img{height:132px;min-height:0}.book-info-col{display:contents}.book-title{grid-area:1/2;align-self:end;margin:0;font-size:clamp(1.35rem,7vw,2.25rem);line-height:1.08}.book-author,.book-price{grid-area:2/2;align-self:start;margin:0;font-size:.78rem}.book-about-panel{grid-area:3/1/auto/-1;height:auto;min-height:230px;margin-top:0;padding:12px}.book-about{font-size:clamp(.92rem,4vw,1.08rem);line-height:1.34}.book-actions{grid-area:4/1/auto/-1;gap:10px;margin-top:0}.book-primary-button,.book-secondary-button{border-radius:14px;min-height:48px}.book-hint{grid-area:5/1/auto/-1;margin-top:0}}@media (width<=620px){.book-topbar{flex-direction:column;align-items:stretch}.book-nav{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:8px;width:min(420px,100%);margin:0 auto;display:grid}.book-pill-button{min-width:0}}@media (width<=380px){.book-card{grid-template-columns:82px minmax(0,1fr)}.book-cover-box img{height:118px}.book-pill-button{font-size:.78rem}.book-pager-button{min-width:78px;font-size:.82rem}}@media (height<=720px) and (width>=761px){.book-card{min-height:calc(100dvh - 110px)}.book-cover-box img{height:min(56dvh,470px)}.book-about-panel{height:34dvh}.book-title{font-size:clamp(1.8rem,4.8vw,4rem)}.book-primary-button,.book-secondary-button{min-height:48px}}@keyframes bookCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.my-items-page{--mi-bg:#eef5ff;--mi-text:#0b2a55;--mi-muted:#263a58ad;--mi-blue-dark:#1558b5;--mi-card-strong:#ffffffeb;--mi-border:#1558b53d;--mi-line:#1558b51f;--mi-shadow:0 22px 56px #0d29541f;--mi-shadow-card:0 14px 36px #0d29541c;isolation:isolate;min-height:100dvh;color:var(--mi-text);background:linear-gradient(115deg, #93d36a21, transparent 28%), linear-gradient(245deg, #1a73e821, transparent 30%), var(--mi-bg);position:relative;overflow-x:hidden}:root[data-theme=dark] .my-items-page{--mi-bg:#07111f;--mi-text:#edf5ff;--mi-muted:#edf5ffb3;--mi-card-strong:#0c1c34e6;--mi-border:#63a2ff33;--mi-line:#63a2ff24;--mi-blue-dark:#b9d5ff;background:linear-gradient(115deg, #93d36a1a, transparent 28%), linear-gradient(245deg, #63a2ff26, transparent 30%), var(--mi-bg)}.my-items-page,.my-items-page *{box-sizing:border-box}.my-items-page:before,.my-items-page:after{content:"";pointer-events:none;position:fixed;inset:0}.my-items-page:before{z-index:-2;background-image:linear-gradient(var(--mi-line) 1px, transparent 1px), linear-gradient(90deg, var(--mi-line) 1px, transparent 1px);opacity:.58;background-size:clamp(70px,9vw,120px) clamp(70px,9vw,120px)}.my-items-page:after{z-index:-1;background:radial-gradient(circle at 50% 45%,#0000 0 34%,#ffffff57 100%),linear-gradient(90deg,#eef5ff7a,#0000 18% 82%,#eef5ff7a)}:root[data-theme=dark] .my-items-page:after{background:radial-gradient(circle,#0000 0 34%,#00000042 100%),linear-gradient(90deg,#07111f59,#0000 18% 82%,#07111f59)}.my-items-page .mi-top,.my-items-page .mi-main{z-index:1;position:relative}.my-items-page .mi-top{z-index:20;border-bottom:1px solid var(--mi-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#eef5ffc7;position:sticky;top:0}:root[data-theme=dark] .my-items-page .mi-top{background:#07111fc7}.my-items-page .mi-top-inner{justify-content:space-between;align-items:center;gap:14px;width:min(100% - 36px,1760px);margin:0 auto;padding:clamp(8px,1.1vh,13px) 0;display:flex}.my-items-page .mi-brand{min-width:0;color:inherit;text-align:left;justify-content:flex-start;align-items:center;gap:12px;text-decoration:none;display:flex}.my-items-page .mi-logo{background:#ffffffc7;border-radius:14px;flex:none;width:clamp(36px,4vh,46px);height:clamp(36px,4vh,46px);padding:6px;box-shadow:0 12px 24px #0d29541f}:root[data-theme=dark] .my-items-page .mi-logo{background:#081222b8}.my-items-page .mi-brand-text{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.my-items-page .mi-title{color:var(--mi-blue-dark);font-size:clamp(1.55rem,2.5vw,2.45rem);font-weight:950;line-height:.96}.my-items-page .mi-sub{color:var(--mi-muted);font-size:clamp(.82rem,1vw,1rem);font-weight:850}.my-items-page .mi-nav{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.my-items-page .mi-button{appearance:none;border:1px solid var(--mi-border);min-width:126px;min-height:42px;color:var(--mi-text);cursor:pointer;text-align:center;white-space:nowrap;background:#ffffffe0;border-radius:15px;justify-content:center;align-items:center;padding:0 16px;font-size:clamp(.9rem,1vw,1rem);font-weight:950;line-height:1;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:0 12px 26px #0d29541a,inset 0 1px #ffffffb8}.my-items-page .mi-button:hover{background:linear-gradient(135deg,#fffffff5 0%,#e8f8f2f5 45%,#d2f3e6f0 100%);border-color:#0f766e75;transform:translateY(-3px)scale(1.01);box-shadow:0 18px 36px #0f766e2e,0 0 0 1px #93d36a3d,inset 0 1px #ffffffb8}.my-items-page .mi-button-blue,.my-items-page .mi-button-creator{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 54%,#124a9c 100%);border-color:#ffffff2e;box-shadow:0 16px 34px #0c419438,inset 0 1px #ffffff57,inset 0 -2px #05275c2e}.my-items-page .mi-button-blue:hover,.my-items-page .mi-button-creator:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);border-color:#ffffff2e;box-shadow:0 22px 46px #0c41944d,0 0 0 1px #ffffff2e,inset 0 1px #ffffff6b,inset 0 -2px #05275c33}:root[data-theme=dark] .my-items-page .mi-button-ghost,:root[data-theme=dark] .my-items-page .mi-page-button{color:var(--mi-text);background:#081222d1}:root[data-theme=dark] .my-items-page .mi-button-ghost:hover,:root[data-theme=dark] .my-items-page .mi-page-button:not(:disabled):hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);border-color:#ffffff2e;box-shadow:0 22px 46px #0c41944d,0 0 0 1px #ffffff2e,inset 0 1px #ffffff6b,inset 0 -2px #05275c33}.my-items-page .mi-main{width:min(100% - 36px,1760px);min-height:calc(100dvh - 68px);margin:0 auto;padding:clamp(10px,1.6vh,18px) 0}.my-items-page .mi-hero{border:1px solid var(--mi-border);width:100%;min-height:calc(100dvh - 92px);box-shadow:var(--mi-shadow);background:linear-gradient(135deg,#ffffffd1,#ffffff94);border-radius:22px;flex-direction:column;padding:clamp(12px,1.6vw,18px);display:flex}:root[data-theme=dark] .my-items-page .mi-hero{background:linear-gradient(135deg,#0c1c34eb,#081222d6)}.my-items-page .mi-header-row,.my-items-page .mi-section-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.my-items-page .mi-header-row{border-bottom:1px solid var(--mi-border);flex:none;padding-bottom:clamp(10px,1.3vh,14px)}.my-items-page .mi-header-left{min-width:0}.my-items-page .mi-heading{color:var(--mi-text);margin:0;font-size:clamp(1.35rem,1.7vw,1.8rem);font-weight:950;line-height:1}.my-items-page .mi-description,.my-items-page .mi-section-head p,.my-items-page .mi-empty,.my-items-page .mi-inline-empty,.my-items-page .mi-card-author,.my-items-page .mi-card-meta{color:var(--mi-muted)}.my-items-page .mi-description{margin:6px 0 0;font-size:clamp(.84rem,.95vw,.98rem);font-weight:800}.my-items-page .mi-section{flex-direction:column;flex:0 auto;min-height:0;padding-top:clamp(10px,1.25vh,14px);display:flex}.my-items-page .mi-section+.mi-section{border-top:1px solid var(--mi-border);margin-top:clamp(10px,1.25vh,14px)}.my-items-page .mi-section-head{flex:none;align-items:flex-end;margin-bottom:8px}.my-items-page .mi-section-head h2{color:var(--mi-blue-dark);margin:0;font-size:clamp(1rem,1.25vw,1.32rem);font-weight:950}.my-items-page .mi-section-head p{margin:3px 0 0;font-size:clamp(.78rem,.9vw,.92rem);font-weight:780}.my-items-page .mi-count{border:1px solid var(--mi-border);min-width:42px;min-height:32px;color:var(--mi-blue-dark);background:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-weight:950;display:inline-flex}:root[data-theme=dark] .my-items-page .mi-count{background:#081222d1}.my-items-page .mi-empty,.my-items-page .mi-inline-empty,.my-items-page .mi-state-card{background:#ffffff9e;border:1px dashed #1558b552;border-radius:18px;font-weight:820}:root[data-theme=dark] .my-items-page .mi-empty,:root[data-theme=dark] .my-items-page .mi-inline-empty,:root[data-theme=dark] .my-items-page .mi-state-card{background:#081222d1}.my-items-page .mi-empty{margin-top:16px;padding:clamp(16px,2vw,22px)}.my-items-page .mi-empty-title{color:var(--mi-text);font-size:1.1rem;font-weight:950}.my-items-page .mi-empty-text{margin:8px 0 0}.my-items-page .mi-empty-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.my-items-page .mi-inline-empty,.my-items-page .mi-state-card{padding:12px 14px}.my-items-page .mi-state-card{margin-top:14px}.my-items-page .mi-state-card-error{color:#a40000;background:#ffe6e6e6;border-color:#a400002e}:root[data-theme=dark] .my-items-page .mi-state-card-error{color:#ffb4b4;background:#a400002e;border-color:#ff787838}.my-items-page .mi-grid{grid-template-columns:repeat(auto-fill,minmax(190px,230px));align-content:start;align-items:start;gap:14px;min-height:0;display:grid}.my-items-page .mi-card{border:1px solid var(--mi-border);background:var(--mi-card-strong);min-width:0;box-shadow:var(--mi-shadow-card);border-radius:18px;flex-direction:column;gap:8px;padding:10px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative}.my-items-page .mi-card:hover{border-color:#0f766e5c;transform:translateY(-5px);box-shadow:0 24px 52px #0d295429,0 0 0 1px #93d36a2e}.my-items-page .mi-cover-wrap{border:1px solid var(--mi-border);cursor:zoom-in;background:#ffffffbf;border-radius:14px;width:100%;height:clamp(170px,20vh,230px);padding:0;overflow:hidden}:root[data-theme=dark] .my-items-page .mi-cover-wrap{background:#081222b8}.my-items-page .mi-cover{object-fit:contain;width:100%;height:100%;display:block}.my-items-page .mi-card-main{min-width:0}.my-items-page .mi-badge{border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:25px;padding:0 10px;font-size:.74rem;font-weight:950;line-height:1;display:inline-flex}.my-items-page .mi-badge-owned{color:#0f766e;background:#0f766e1f}.my-items-page .mi-badge-published{color:var(--mi-blue-dark);background:#1558b51f}.my-items-page .mi-card-title{color:var(--mi-blue-dark);overflow-wrap:anywhere;margin-top:8px;font-size:1rem;font-weight:950;line-height:1.14;text-decoration:none;display:block}.my-items-page .mi-card-title:hover{text-decoration:underline}.my-items-page .mi-card-author,.my-items-page .mi-card-meta{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:820;overflow:hidden}.my-items-page .mi-card-author{margin-top:6px}.my-items-page .mi-card-meta{margin-top:3px}.my-items-page .mi-card-actions{grid-template-columns:1fr;gap:7px;margin-top:auto;display:grid}.my-items-page .mi-mini-button{border:1px solid var(--mi-border);color:#fff;border-radius:11px;justify-content:center;align-items:center;min-width:0;min-height:36px;font-size:.84rem;font-weight:950;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.my-items-page .mi-mini-button:hover{transform:translateY(-2px)scale(1.01)}.my-items-page .mi-mini-button-green{background:linear-gradient(135deg,#78c943,#0f766e);box-shadow:0 10px 22px #0f766e29}.my-items-page .mi-mini-button-blue{background:linear-gradient(135deg,#246fd7,#1558b5);box-shadow:0 10px 22px #0c419429}.my-items-page .mi-mini-button-green:hover,.my-items-page .mi-mini-button-blue:hover{background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);box-shadow:0 16px 32px #0c419438,inset 0 1px #ffffff57}.my-items-page .mi-pager{flex:none;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;margin-top:8px;display:grid}.my-items-page .mi-page-button{border:1px solid var(--mi-border);min-height:32px;color:var(--mi-text);cursor:pointer;background:#ffffffdb;border-radius:12px;font-size:.84rem;font-weight:950;transition:transform .18s,box-shadow .18s,background .18s}.my-items-page .mi-page-button:not(:disabled):hover{background:linear-gradient(135deg,#fffffff5 0%,#e8f8f2f5 45%,#d2f3e6f0 100%);transform:translateY(-2px);box-shadow:0 14px 26px #0f766e29}.my-items-page .mi-page-button:disabled{opacity:.45;cursor:not-allowed}.my-items-page .mi-page-text{min-width:48px;color:var(--mi-muted);text-align:center;font-size:.86rem;font-weight:950}.my-items-page .mi-modal{z-index:9999;background:#020617ad;justify-content:center;align-items:center;padding:clamp(12px,3vw,26px);display:flex;position:fixed;inset:0}.my-items-page .mi-modal-card{border:1px solid var(--mi-border);background:var(--mi-card-strong);border-radius:22px;flex-direction:column;gap:12px;width:min(620px,92vw);padding:14px;display:flex;position:relative;box-shadow:0 24px 70px #00000057}.my-items-page .mi-modal-card img{object-fit:contain;background:#ffffffb3;border-radius:16px;width:100%;max-height:74vh}:root[data-theme=dark] .my-items-page .mi-modal-card img{background:#081222b8}.my-items-page .mi-modal-row{justify-content:flex-end;display:flex}@media (width<=760px){.my-items-page .mi-header-row{text-align:center;flex-direction:column;align-items:center}.my-items-page .mi-header-left{width:100%}.my-items-page .mi-button-creator{width:min(100%,360px)}.my-items-page .mi-section-head{align-items:flex-start}.my-items-page .mi-grid{grid-template-columns:repeat(auto-fill,minmax(180px,220px));justify-content:start}}@media (width<=560px){.my-items-page .mi-top-inner,.my-items-page .mi-main{width:min(100% - 24px,1760px)}.my-items-page .mi-top-inner{flex-direction:column;align-items:stretch}.my-items-page .mi-brand{text-align:left;justify-content:flex-start}.my-items-page .mi-brand-text{align-items:flex-start}.my-items-page .mi-nav{justify-content:center;gap:8px;width:100%;margin-left:0}.my-items-page .mi-button{width:min(46vw,210px);min-width:0;min-height:42px;padding:0 10px}.my-items-page .mi-hero{border-radius:20px;padding:10px}.my-items-page .mi-grid{grid-template-columns:1fr;justify-content:stretch}.my-items-page .mi-card{grid-template-rows:auto auto;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:7px 10px;padding:8px;display:grid}.my-items-page .mi-cover-wrap{border-radius:13px;grid-area:1/1/span 2;align-self:center;width:76px;height:108px}.my-items-page .mi-card-main{grid-area:1/2}.my-items-page .mi-badge{min-height:22px;padding:0 8px;font-size:.66rem}.my-items-page .mi-card-title{margin-top:5px;font-size:.92rem}.my-items-page .mi-card-author,.my-items-page .mi-card-meta{font-size:.78rem}.my-items-page .mi-card-author{margin-top:5px}.my-items-page .mi-card-meta{margin-top:3px}.my-items-page .mi-card-actions{grid-area:2/2;align-self:end;gap:7px;margin-top:0}.my-items-page .mi-mini-button{min-height:34px;font-size:.82rem}}.reader-page{--rd-bg:#eef5ff;--rd-card-bg:#fffffff0;--rd-text:#111827;--rd-muted:#263a58ad;--rd-blue:#1a73e8;--rd-blue-strong:#1558b5;--rd-blue-dark:#0b2a55;--rd-green:#93d36a;--rd-border:#1558b538;--rd-line:#1558b51c;--rd-control-bg:#ffffffe0;--rd-control-text:#0b2a55;--rd-control-border:#1558b533;--rd-control-shadow:0 12px 28px #0d29541a;--rd-page-gap:48px;--rdHeaderHeight:56px;--rdToolsHeight:86px;--rdScrollTopOffset:142px;isolation:isolate;min-height:100dvh;color:var(--rd-text);background:linear-gradient(115deg, #93d36a1c, transparent 28%), linear-gradient(245deg, #1a73e821, transparent 30%), var(--rd-bg);position:relative;overflow-x:hidden}.reader-page[data-reader-theme=dark]{--rd-bg:#07111f;--rd-card-bg:#0c1c34eb;--rd-text:#f4f7ff;--rd-muted:#f4f7ffb3;--rd-blue:#63a2ff;--rd-blue-strong:#1d66cb;--rd-blue-dark:#b9d5ff;--rd-border:#63a2ff33;--rd-line:#63a2ff21;--rd-control-bg:#0f1a30eb;--rd-control-text:#f4f7ff;--rd-control-border:#ffffff1f;--rd-control-shadow:0 16px 34px #0000003d;background:linear-gradient(115deg, #93d36a17, transparent 28%), linear-gradient(245deg, #63a2ff24, transparent 30%), var(--rd-bg)}.reader-page,.reader-page *{box-sizing:border-box}.reader-page.rd-paged{flex-direction:column;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}.reader-page.rd-scroll{min-height:100dvh;overflow-x:hidden}.reader-page:before,.reader-page:after{content:"";pointer-events:none;position:fixed;inset:0}.reader-page:before{z-index:-2;background-image:linear-gradient(var(--rd-line) 1px, transparent 1px), linear-gradient(90deg, var(--rd-line) 1px, transparent 1px);opacity:.5;background-size:clamp(70px,9vw,120px) clamp(70px,9vw,120px)}.reader-page:after{z-index:-1;background:radial-gradient(circle at 50% 45%,#0000 0 34%,#ffffff4d 100%),linear-gradient(90deg,#eef5ff70,#0000 18% 82%,#eef5ff70)}.reader-page[data-reader-theme=dark]:after{background:radial-gradient(circle,#0000 0 34%,#0000004d 100%),linear-gradient(90deg,#07111f59,#0000 18% 82%,#07111f59)}.reader-page .rd-top,.reader-page .rd-progress-track,.reader-page .rd-sticky-tools,.reader-page .rd-shell{z-index:1;position:relative}.reader-page .rd-top{border-bottom:1px solid var(--rd-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#eef5fff5;flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px clamp(12px,1.8vw,18px);display:flex}.reader-page.rd-scroll .rd-top{z-index:80;position:fixed;top:0;left:0;right:0}.reader-page[data-reader-theme=dark] .rd-top{background:#07111f}.reader-page .rd-brand{min-width:0;color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.reader-page .rd-logo{background:#ffffffd1;border-radius:13px;flex:none;width:38px;height:38px;padding:6px;box-shadow:0 10px 20px #0d29541f}.reader-page[data-reader-theme=dark] .rd-logo{background:#081222b8}.reader-page .rd-title,.reader-page .rd-sub{display:block}.reader-page .rd-title{color:var(--rd-blue-dark);font-size:clamp(1.25rem,1.9vw,1.55rem);font-weight:950;line-height:.98}.reader-page .rd-sub{max-width:min(52vw,560px);color:var(--rd-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.86rem;font-weight:850;line-height:1.2;overflow:hidden}.reader-page .rd-actions{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:9px;margin-left:auto;display:flex}.reader-page .rd-button{cursor:pointer;color:#fff;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#246fd7 0%,#1558b5 54%,#124a9c 100%);border:1px solid #ffffff29;border-radius:14px;justify-content:center;align-items:center;min-width:92px;min-height:38px;padding:0 15px;font-size:.9rem;font-weight:950;line-height:1;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex;box-shadow:0 14px 28px #0c419438,inset 0 1px #ffffff57,inset 0 -2px #05275c2e}.reader-page .rd-button:hover{color:#fff;background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);border-color:#ffffff38;transform:translateY(-2px)scale(1.01);box-shadow:0 22px 44px #0c41944d,0 0 0 1px #ffffff29,inset 0 1px #ffffff6b,inset 0 -2px #05275c33}.reader-page .rd-button:active{transform:translateY(1px)scale(.99)}.reader-page .rd-progress-track{background:#0f2f661a;flex:none;height:5px}.reader-page .rd-progress-bar{background:var(--rd-blue);height:100%;transition:width .18s}.reader-page.rd-paged .rd-progress-track{display:none}.reader-page .rd-sticky-tools{z-index:70;flex:none;width:100%}.reader-page.rd-scroll .rd-sticky-tools{top:var(--rdHeaderHeight);border-bottom:1px solid var(--rd-border);background:#eef5ff;padding:0 0 9px;position:fixed;left:0;right:0;box-shadow:0 14px 32px #07111f24}.reader-page[data-reader-theme=dark].rd-scroll .rd-sticky-tools{background:#07111f;box-shadow:0 18px 36px #0000006b}.reader-page .rd-settings-toggle{border:1px solid var(--rd-control-border);background:var(--rd-control-bg);width:min(1480px,100% - 20px);min-height:40px;color:var(--rd-control-text);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:9px;margin:8px auto 0;font:950 .95rem/1 Inter,system-ui,sans-serif;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;box-shadow:0 12px 24px #09142914}.reader-page .rd-settings-toggle:hover{border-color:#1a73e86b;transform:translateY(-1px);box-shadow:0 16px 30px #0c41941f,inset 0 1px #ffffff75}.reader-page .rd-settings-chevron{justify-content:center;align-items:center;transition:transform .18s;display:inline-flex}.reader-page .rd-settings-toggle.is-open .rd-settings-chevron{transform:rotate(180deg)}.reader-page .rd-controls{border:1px solid var(--rd-control-border);background:var(--rd-control-bg);width:min(1220px,98vw);box-shadow:var(--rd-control-shadow);border-radius:16px;grid-template-columns:minmax(150px,1.05fr) minmax(170px,.95fr) minmax(260px,1.55fr) repeat(4,minmax(98px,.7fr));align-items:end;gap:10px;margin:8px auto 0;padding:9px;display:grid}.reader-page.rd-settings-collapsed .rd-controls{display:none}.reader-page .rd-control-group{flex-direction:column;gap:6px;min-width:0;display:flex}.reader-page .rd-line-group{min-width:0}.reader-page .rd-control-label{color:var(--rd-control-text);letter-spacing:.04em;opacity:.92;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:900}.reader-page .rd-select,.reader-page .rd-control-button,.reader-page .rd-control-value{min-height:38px}.reader-page .rd-select{border:1px solid var(--rd-control-border);color:#111827;background:#ffffffe0;border-radius:12px;outline:none;width:100%;padding:9px 10px;font-weight:850}.reader-page .rd-select option{color:#111827;background:#fff}.reader-page[data-reader-theme=dark] .rd-select,.reader-page[data-reader-theme=dark] .rd-select option{color:#f4f7ff;background:#111c31}.reader-page[data-reader-theme=dark] .rd-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.reader-page .rd-control-row{align-items:center;gap:9px;min-width:0;display:flex}.reader-page .rd-control-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 100%);border:0;border-radius:12px;padding:0 11px;font-weight:950;transition:transform .18s,background .18s,box-shadow .18s}.reader-page .rd-control-button:hover,.reader-page .rd-page-button:hover,.reader-page .rd-drawer-close:hover,.reader-page .rd-modal-button:hover{background:linear-gradient(135deg,#2f8bff 0%,#1d66cb 44%,#0f766e 100%);transform:translateY(-2px);box-shadow:0 16px 32px #0c419438,inset 0 1px #ffffff57}.reader-page .rd-control-button-state{border:1px solid var(--rd-control-border);color:var(--rd-control-text);background:linear-gradient(135deg,#ffffffe6,#ebf4ffdb)}.reader-page .rd-control-button-state:hover{color:#fff}.reader-page[data-reader-theme=dark] .rd-control-button-state{color:#fff;background:#ffffff12}.reader-page .rd-control-value{min-width:54px;color:var(--rd-control-text);text-align:center;white-space:nowrap;justify-content:center;align-items:center;font-weight:950;display:flex}.reader-page .rd-range{width:100%;min-width:0}.reader-page .rd-scroll-progress{border:1px solid var(--rd-control-border);background:var(--rd-control-bg);width:min(1220px,100% - 20px);height:24px;color:var(--rd-control-text);pointer-events:none;border-radius:999px;justify-content:flex-end;align-items:center;margin:7px auto 0;padding:0 10px;font-size:.76rem;font-weight:950;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 22px #09142914}.reader-page .rd-scroll-progress-fill{border-radius:inherit;background:linear-gradient(135deg,#93d36abf,#1a73e8bf);width:0;transition:width .16s;position:absolute;inset:0 auto 0 0}.reader-page .rd-scroll-progress-label{z-index:1;position:relative}.reader-page .rd-shell{flex:auto;grid-template-columns:minmax(0,1fr);align-items:stretch;width:min(1080px,98vw);min-height:0;margin:0 auto;padding:10px 12px 12px;display:grid}.reader-page.rd-scroll .rd-shell{padding-top:calc(var(--rdScrollTopOffset) + 12px)}.reader-page.rd-wide .rd-shell{width:min(1240px,98vw)}.reader-page.rd-paged .rd-shell{width:100%;max-width:none;padding:8px clamp(10px,2.4vw,28px) 12px}.reader-page .rd-main{width:min(100%,900px);min-width:0;margin:0 auto}.reader-page.rd-wide .rd-main{width:min(100%,1080px)}.reader-page.rd-paged .rd-main{width:min(100%,760px);min-height:0}.reader-page.rd-paged.rd-wide .rd-main{width:min(100%,940px)}.reader-page .rd-card{border:1px solid var(--rd-border);background:var(--rd-card-bg);border-radius:16px;padding:clamp(14px,2vw,22px);position:relative;overflow:hidden;box-shadow:0 20px 48px #0d29541f,inset 0 1px #ffffff80}.reader-page[data-reader-theme=dark] .rd-card{box-shadow:0 20px 52px #00000042,inset 0 1px #ffffff14}.reader-page .rd-card:before{content:"";background:var(--rd-green);height:4px;position:absolute;inset:0 0 auto}.reader-page.rd-paged .rd-card{flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;display:flex}.reader-page .rd-page-window{max-width:72ch;margin:0 auto}.reader-page.rd-wide .rd-page-window{max-width:92ch}.reader-page.rd-paged .rd-page-window{flex:auto;width:100%;max-width:none;min-height:0;overflow:hidden}.reader-page .rd-content{max-width:none;color:var(--rd-text);margin:0 auto}.reader-page.rd-paged .rd-content{width:var(--rdPageWidth,680px);min-width:var(--rdPageWidth,680px);column-width:var(--rdPageWidth,680px);column-gap:var(--rd-page-gap);column-fill:auto;max-width:none;height:100%;transform:translateX(calc(var(--rdPageOffset,0px) * -1));margin:0;transition:transform .24s}.reader-page .rd-content,.reader-page .rd-content *{color:var(--rd-text);font-family:var(--fzFamily)!important;font-size:var(--fzFont)!important;line-height:var(--fzLine)!important}.reader-page .rd-content h1,.reader-page .rd-content h2,.reader-page .rd-content h3{color:var(--rd-blue);font-weight:950}.reader-page .rd-content h1{letter-spacing:-.01em;margin:1.2em 0 .7em;font-size:calc(var(--fzFont) * 1.65)!important;line-height:1.15!important}.reader-page .rd-content h2{font-size:calc(var(--fzFont) * 1.32)!important;line-height:1.22!important}.reader-page .rd-content h3{font-size:calc(var(--fzFont) * 1.16)!important;line-height:1.24!important}.reader-page .rd-content h1:first-child{margin-top:0}.reader-page .rd-content p{margin:0 0 1em}.reader-page .rd-content img{-webkit-user-drag:none;border:1px solid #0000001a;border-radius:14px;max-width:100%;height:auto}.reader-page .rd-content{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.reader-page.rd-paged .rd-content .rd-force-new-page-section,.reader-page.rd-paged .rd-content h1.rd-force-new-page-heading{break-before:column!important;-webkit-column-break-before:always!important;page-break-before:always!important}.reader-page .rd-saved-word{background:#93d36af5;border-radius:.22em;padding:.03em .12em;position:relative;box-shadow:0 0 0 4px #93d36a33,0 0 24px #93d36a6b;color:#07111f!important;font-weight:950!important}.reader-page .rd-pager{border-top:1px solid var(--rd-control-border);background:var(--rd-card-bg);border-radius:0 0 12px 12px;flex:none;justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;margin-top:10px;padding-top:10px;display:flex}.reader-page .rd-page-button{border:1px solid var(--rd-control-border);cursor:pointer;color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 100%);border-radius:12px;min-width:116px;min-height:40px;padding:0 16px;font-weight:950}.reader-page .rd-page-button:disabled{opacity:.42;cursor:not-allowed}.reader-page .rd-page-button:disabled:hover{box-shadow:none;background:linear-gradient(135deg,#246fd7 0%,#1558b5 100%);transform:none}.reader-page .rd-page-label{color:var(--rd-muted);font-weight:950}.reader-page .rd-ch-list{flex-direction:column;gap:8px;display:flex}.reader-page .rd-ch-item{border:1px solid var(--rd-control-border);cursor:pointer;width:100%;color:inherit;text-align:left;background:#ffffffb3;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:10px;transition:transform .18s,border-color .18s,background .18s;display:flex}.reader-page[data-reader-theme=dark] .rd-ch-item{background:#ffffff0f}.reader-page .rd-ch-item:hover,.reader-page .rd-ch-item.is-active{background:#1a73e814;border-color:#1a73e859;transform:translateY(-1px)}.reader-page[data-reader-theme=dark] .rd-ch-item:hover,.reader-page[data-reader-theme=dark] .rd-ch-item.is-active{background:#1a73e82e}.reader-page .rd-ch-title{min-width:0;color:var(--rd-control-text);text-overflow:ellipsis;white-space:nowrap;font-weight:950;overflow:hidden}.reader-page .rd-ch-go{color:#fff;background:var(--rd-blue);border-radius:12px;flex:none;padding:8px 10px;font-weight:950}.reader-page .rd-ch-item.is-active .rd-ch-go{color:#0f2f66;background:var(--rd-green)}.reader-page .rd-ch-empty,.reader-page .rd-state-card{border:1px dashed var(--rd-control-border);color:var(--rd-muted);background:#ffffff94;border-radius:14px;padding:14px;font-weight:800}.reader-page[data-reader-theme=dark] .rd-ch-empty,.reader-page[data-reader-theme=dark] .rd-state-card{background:#081222b8}.reader-page .rd-state-error{color:#a40000;background:#ffe6e6e6;border-color:#a400002e}.reader-page[data-reader-theme=dark] .rd-state-error{color:#ffb4b4;background:#a400002e;border-color:#ff787838}.reader-page .rd-drawer,.reader-page .rd-modal{z-index:3000;position:fixed;inset:0}.reader-page .rd-drawer-backdrop,.reader-page .rd-modal-backdrop{background:#0000008c;position:absolute;inset:0}.reader-page .rd-drawer-card,.reader-page .rd-modal-card{z-index:3001;border:1px solid var(--rd-control-border);background:var(--rd-card-bg);border-radius:18px;width:min(92vw,520px);position:relative;box-shadow:0 18px 40px #00000040}.reader-page .rd-drawer-card{max-height:86vh;margin:7vh auto 0;padding:12px;overflow:auto}.reader-page .rd-drawer-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.reader-page .rd-drawer-title{color:var(--rd-blue);font-size:1.1rem;font-weight:950}.reader-page .rd-drawer-close{cursor:pointer;color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 100%);border:0;border-radius:12px;padding:10px 12px;font-weight:950}.reader-page .rd-modal-card{margin:18vh auto 0;padding:16px}.reader-page .rd-modal-title{color:var(--rd-blue);margin-bottom:8px;font-size:1.18rem;font-weight:950}.reader-page .rd-modal-text{color:var(--rd-muted);margin-bottom:14px;font-weight:750;line-height:1.5}.reader-page .rd-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.reader-page .rd-modal-button{cursor:pointer;border:0;border-radius:12px;padding:10px 14px;font-weight:950}.reader-page .rd-modal-button-blue{color:#fff;background:linear-gradient(135deg,#246fd7 0%,#1558b5 100%)}.reader-page .rd-modal-button-ghost{border:1px solid var(--rd-control-border);color:var(--rd-control-text);background:#00000014}.reader-page[data-reader-theme=dark] .rd-modal-button-ghost{background:#ffffff0f}.reader-page .rd-toast{z-index:4000;color:#fff;text-align:center;background:#000000d1;border-radius:999px;max-width:min(92vw,560px);padding:10px 14px;font-weight:900;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 26px #00000038}@media (width<=980px){.reader-page .rd-controls{grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) minmax(260px,2fr) repeat(2,minmax(110px,1fr))}.reader-page .rd-line-group{grid-column:span 2}.reader-page.rd-paged .rd-main{width:min(100%,720px)}}@media (width<=760px){.reader-page .rd-top{align-items:flex-start;gap:8px}.reader-page .rd-sub{max-width:68vw}.reader-page .rd-actions{flex:none;gap:7px}.reader-page .rd-button{border-radius:12px;min-width:78px;min-height:36px;padding:0 11px;font-size:.82rem}.reader-page .rd-settings-toggle{width:calc(100% - 18px);min-height:38px;margin-top:7px}.reader-page .rd-controls{border-left:0;border-right:0;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:7px 0 0}.reader-page .rd-font-group,.reader-page .rd-line-group{grid-column:1/-1}.reader-page .rd-shell{width:100%;padding:10px}.reader-page.rd-scroll .rd-shell{padding-top:calc(var(--rdScrollTopOffset) + 10px)}.reader-page.rd-paged .rd-shell{padding:7px 8px 10px}.reader-page.rd-paged .rd-main{width:min(100%,640px)}.reader-page .rd-card{border-radius:14px;padding:14px 13px}.reader-page .rd-page-button{min-width:96px}}@media (width<=520px){.reader-page .rd-logo{width:34px;height:34px}.reader-page .rd-title{font-size:1.12rem}.reader-page .rd-sub{max-width:54vw;font-size:.78rem}.reader-page .rd-actions{gap:6px}.reader-page .rd-button{min-width:70px;min-height:34px;padding:0 9px;font-size:.78rem}.reader-page .rd-controls{grid-template-columns:1fr}.reader-page .rd-font-group,.reader-page .rd-line-group{grid-column:auto}.reader-page .rd-control-row{justify-content:space-between}.reader-page.rd-paged .rd-card{padding:12px 10px 10px}.reader-page .rd-pager{grid-template-columns:1fr 1fr;display:grid}.reader-page .rd-page-label{text-align:center;grid-area:1/1/auto/-1}.reader-page .rd-page-button{grid-row:2;width:100%;min-width:0}.reader-page .rd-modal-card{margin-top:14vh}}@media (prefers-reduced-motion:reduce){.reader-page *,.reader-page :before,.reader-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.creator-page{color:#0f172a;background:radial-gradient(circle at 15% 12%,#93d36a2e,#0000 30%),radial-gradient(circle at 85% 10%,#1a73e829,#0000 34%),#fbf6f0;min-height:100dvh}.creator-topbar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbf6f0f0;border-bottom:1px solid #0f2f6614;justify-content:space-between;align-items:center;gap:16px;padding:16px clamp(14px,4vw,40px);display:flex;position:sticky;top:0}.creator-brand{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.creator-logo{border-radius:12px;width:42px;height:42px;box-shadow:0 8px 18px #0f2f6624}.creator-brand-title,.creator-brand-sub{display:block}.creator-brand-title{color:#1558b5;font-size:1.35rem;font-weight:950;line-height:1}.creator-brand-sub{color:#0f172a9e;margin-top:3px;font-size:.84rem;font-weight:800}.creator-top-actions{align-items:center;gap:10px;display:flex}.creator-pill,.creator-action,.creator-big-green{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #00000024;border-radius:14px;padding:10px 14px;font-weight:900;text-decoration:none;transition:transform .17s,box-shadow .17s;box-shadow:0 8px 18px #00000014}.creator-pill:hover,.creator-action:hover,.creator-big-green:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0f2f6621}.creator-pill-blue,.creator-action-blue{color:#fff;background:#1558b5}.creator-action-green,.creator-big-green{color:#fff;background:#7bc043}.creator-action-red{color:#fff;background:#d9534f}.creator-wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(1100px,100% - 28px);margin:0 auto;padding:22px 0 44px;display:grid}.creator-card{background:#ffffffe0;border:1px solid #0000001a;border-radius:18px;padding:18px;box-shadow:0 16px 34px #0000001a}.creator-wide-card{grid-column:1/-1}.creator-card h1,.creator-card h2{color:#1558b5;margin:0 0 10px;font-weight:950}.creator-muted,.creator-status,.creator-empty{color:#0f172aa6;font-weight:750}.creator-big-green{margin-top:14px}.creator-settings-grid{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;margin-top:12px;display:grid}.creator-field{flex-direction:column;gap:7px;font-weight:900;display:flex}.creator-field small,.creator-small{font-size:.8rem}.creator-input{color:#0f172a;background:#fff;border:1px solid #00000029;border-radius:14px;outline:none;width:100%;padding:12px;font-weight:850}.creator-input:focus{border-color:#1558b573;box-shadow:0 0 0 4px #1558b51f}.creator-field-actions{flex-direction:column;gap:8px;min-width:150px;display:flex}.creator-list{flex-direction:column;gap:10px;margin-top:10px;display:flex}.creator-item{background:#fff;border:1px solid #0000001a;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.creator-item-title{color:#1558b5;font-weight:950}.creator-item-meta{color:#0f172aa6;margin-top:4px;font-size:.82rem;font-weight:800}.creator-item-actions{flex-wrap:wrap;gap:8px;display:flex}.creator-action{padding:9px 12px}.creator-empty{background:#ffffff9e;border:1px dashed #00000029;border-radius:12px;margin-top:10px;padding:12px}@media (width<=800px){.creator-topbar{flex-direction:column;align-items:flex-start}.creator-top-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.creator-pill{text-align:center;justify-content:center}.creator-wrap,.creator-settings-grid{grid-template-columns:1fr}.creator-wide-card{grid-column:auto}.creator-item{flex-direction:column;align-items:flex-start}}.book-create-page{color:#0f172a;background:radial-gradient(circle at 20% 12%,#93d36a29,#0000 30%),radial-gradient(circle at 85% 10%,#1a73e829,#0000 34%),#fbf6f0;min-height:100dvh}.book-create-topbar{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbf6f0f0;border-bottom:1px solid #0f2f6614;justify-content:space-between;align-items:center;gap:14px;padding:16px clamp(14px,4vw,40px);display:flex;position:sticky;top:0}.book-create-brand{color:#1558b5;align-items:center;gap:12px;font-size:1.3rem;font-weight:950;text-decoration:none;display:flex}.book-create-logo{border-radius:12px;width:46px;height:46px;box-shadow:0 8px 18px #0f2f6624}.book-create-small-button,.book-create-button{cursor:pointer;color:#fff;background:#1558b5;border:0;border-radius:14px;padding:11px 15px;font-weight:950;text-decoration:none;transition:transform .17s,box-shadow .17s;box-shadow:0 8px 18px #0f2f6624}.book-create-small-button:hover,.book-create-button:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0f2f662e}.book-create-wrap{width:min(760px,100% - 28px);margin:0 auto;padding:24px 0 44px}.book-create-panel{background:#ffffffe6;border:1px solid #0000001f;border-radius:18px;padding:20px;box-shadow:0 16px 34px #0000001a}.book-create-panel h1{color:#1558b5;margin:0 0 16px;font-weight:950}.book-create-field{flex-direction:column;gap:8px;margin-bottom:14px;font-weight:950;display:flex}.book-create-input,.book-create-textarea{color:#0f172a;background:#fff;border:2px solid #00000029;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-weight:850}.book-create-input:focus,.book-create-textarea:focus{border-color:#1a73e885;box-shadow:0 0 0 4px #1a73e81f}.book-create-textarea{resize:vertical;min-height:120px}.book-create-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.book-create-message{color:#0f172aa6;font-weight:850}.book-create-message-error{color:#b42318}@media (width<=640px){.book-create-topbar,.book-create-row{flex-direction:column;align-items:stretch}.book-create-small-button,.book-create-button{text-align:center;width:100%}}.editor-page{--fzEditorFont:"Times New Roman", Times, serif;--fzEditorLine:1.35;color:#0f172a;background:radial-gradient(circle at 18% 10%,#93d36a29,#0000 30%),radial-gradient(circle at 85% 8%,#1a73e826,#0000 35%),#fbf6f0;min-height:100dvh}.editor-topbar{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbf6f0e0;border-bottom:1px solid #0206171a;justify-content:space-between;align-items:center;gap:12px;padding:14px clamp(12px,2.8vw,26px);display:flex;position:sticky;top:0}.editor-top-left,.editor-top-actions{align-items:center;gap:10px;display:flex}.editor-top-actions{flex-wrap:wrap;justify-content:flex-end}.editor-top-title{color:#1558b5;font-weight:950}.editor-top-status{color:#0f172a9e;margin-top:2px;font-size:.78rem;font-weight:800}.editor-badge{color:#0f2f66;background:#ffffffbf;border:1px solid #0206171a;border-radius:999px;padding:9px 12px;font-size:.78rem;font-weight:950;box-shadow:0 8px 18px #02061714}.editor-badge.is-published{color:#0b6b2a;background:#e8fff0}.editor-button,.editor-tool,.editor-chapter-actions button{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #0206171f;border-radius:14px;padding:10px 12px;font-weight:950;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 8px 18px #02061714}.editor-button:hover,.editor-tool:hover,.editor-chapter-actions button:hover{border-color:#1a73e842;transform:translateY(-1px);box-shadow:0 12px 24px #0206171f}.editor-button:disabled{opacity:.55;cursor:not-allowed}.editor-button-blue{color:#fff;background:#1558b5}.editor-button-dark{color:#fff;background:#0f172a}.editor-button-green{color:#fff;background:#7bc043}.editor-button-ghost{background:#ffffffc2}.editor-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:16px;width:min(1180px,100% - 28px);margin:0 auto;padding:18px 0 42px;display:grid}.editor-card,.editor-side-card{background:#ffffffb8;border:1px solid #0206171a;border-radius:20px;padding:16px;box-shadow:0 16px 40px #0206171a}.editor-side-card{position:sticky;top:86px}.editor-side-card h2{color:#1558b5;margin:0 0 4px;font-weight:950}.editor-side-card p{color:#0f172a9e;margin:0 0 12px;font-size:.82rem;font-weight:800}.editor-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.editor-span-2{grid-column:1/-1}.editor-field{color:#0f2f66;flex-direction:column;gap:7px;min-width:0;font-weight:950;display:flex}.editor-field small{color:#0f172a9e;font-size:.78rem;font-weight:800}.editor-input,.editor-textarea,.editor-select{color:#0f172a;background:#fff;border:1px solid #02061729;border-radius:14px;outline:none;width:100%;padding:12px;font-weight:850}.editor-input:focus,.editor-textarea:focus,.editor-select:focus{border-color:#1558b573;box-shadow:0 0 0 4px #1558b51f}.editor-textarea{resize:vertical;min-height:96px;line-height:1.35}.editor-row{align-items:center;gap:10px;display:flex}.editor-cover-preview{border:1px solid #0206171f;border-radius:16px;width:220px;max-width:100%;box-shadow:0 10px 26px #0206171f}.editor-author-box{background:#ffffffc2;border:1px solid #0206171a;border-radius:16px;gap:10px;padding:12px;display:grid}.editor-author-box label{color:#0f172a;align-items:center;gap:8px;font-weight:850;display:flex}.editor-author-box small{color:#0f172a9e;font-weight:800}.editor-sticky-controls{z-index:25;position:sticky;top:84px}.editor-sticky-inner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #0206171a;border-radius:18px;gap:12px;padding:12px;display:grid;box-shadow:0 12px 30px #0206171a}.editor-section-label{color:#0f2f66;margin-bottom:8px;font-weight:950;display:block}.editor-toolbar{flex-wrap:wrap;gap:8px;display:flex}.editor-tool{padding:9px 11px}.editor-tool-danger{background:#ffe7e7}.editor-box{background:#fff;border:1px solid #0206171a;border-radius:18px;margin-top:4px;overflow:hidden}.editor-content{color:#0f0f0f;min-height:520px;font-family:var(--fzEditorFont);font-size:18px;line-height:var(--fzEditorLine);overflow-wrap:anywhere;word-break:break-word;background:#fff;outline:none;padding:18px}.editor-content p,.editor-content div{margin:.18em 0}.editor-content h1{color:#1558b5;margin:.55em 0 .25em;font-size:32px;line-height:1.15}.editor-content h2{color:#1558b5;margin:.45em 0 .2em;font-size:24px;line-height:1.2}.editor-content ul,.editor-content ol{margin:.35em 0;padding-left:1.5em}.editor-content li{margin:.15em 0}.editor-content .edChapterSection{border-radius:12px;padding:4px 0}.editor-content .edChapterSection:focus-within{background:#1a73e80a}.editor-content .edChapterSection.collapsed .edChapterBody{display:none}.editor-foot{color:#0f172a9e;margin-top:12px;font-size:.78rem;font-weight:800}.editor-chapter-list{flex-direction:column;gap:10px;display:flex}.editor-chapter-item{background:#ffffffc2;border:1px solid #0206171a;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.editor-chapter-title{color:#1558b5;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.84rem;font-weight:950;overflow:hidden}.editor-chapter-meta{color:#0f172a9e;margin-top:3px;font-size:.75rem;font-weight:800}.editor-chapter-actions{align-items:center;gap:6px;display:flex}.editor-chapter-actions button{border-radius:12px;padding:8px 9px}.editor-empty{color:#0f172a9e;border:1px dashed #0206172e;border-radius:14px;padding:12px;font-weight:800}@media (width<=980px){.editor-layout{grid-template-columns:1fr}.editor-side-card,.editor-sticky-controls{position:static}.editor-grid{grid-template-columns:1fr}.editor-span-2{grid-column:auto}}@media (width<=760px){.editor-topbar{flex-direction:column;align-items:stretch}.editor-top-left{align-items:flex-start}.editor-top-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.editor-badge{text-align:center;grid-column:1/-1}.editor-button{width:100%}.editor-row{flex-direction:column;align-items:stretch}.editor-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.editor-tool{width:100%}.editor-chapter-item{flex-direction:column;align-items:flex-start}}
