:root{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--brand: #0097D8;--brand-dark: #007ab8;--brand-light: rgba(0, 151, 216, .12);--brand-shadow: rgba(0, 151, 216, .25)}:root.dark-theme{--bg-primary: #141414;--bg-secondary: rgba(255, 255, 255, .02);--bg-tertiary: rgba(255, 255, 255, .06);--bg-hover: rgba(255, 255, 255, .12);--border-color: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .12);--text-primary: #e5e7eb;--text-secondary: rgba(229, 231, 235, .8);--text-tertiary: rgba(229, 231, 235, .65);--shadow: rgba(0, 0, 0, .45);--shadow-light: rgba(0, 0, 0, .3);--accent: var(--brand);--accent-bg: rgba(0, 151, 216, .2);--page-bg: white}:root.light-theme{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--bg-hover: #dee2e6;--border-color: rgba(0, 0, 0, .1);--border-hover: rgba(0, 0, 0, .15);--text-primary: #212529;--text-secondary: rgba(33, 37, 41, .8);--text-tertiary: rgba(33, 37, 41, .65);--shadow: rgba(0, 0, 0, .15);--shadow-light: rgba(0, 0, 0, .1);--accent: var(--brand);--accent-bg: rgba(0, 151, 216, .1);--page-bg: white}html,body{margin:0;padding:0;min-height:100vh;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;overflow-x:hidden}html{background:var(--bg-primary)}*{box-sizing:border-box}.heroParticles{position:absolute;inset:0;z-index:1;pointer-events:none}.heroParticles>.heroParticle{pointer-events:auto}.heroParticle{position:absolute;width:4px;height:4px;background:#ffffff59;border-radius:50%;animation:heroParticleFloat 12s ease-in-out infinite;animation-delay:calc(var(--i, 0) * -.5s);pointer-events:auto;cursor:default;transition:transform .2s ease-out,opacity .2s ease-out}.heroParticle:hover{animation:none;transform:scale(2.5) translateY(-10px);opacity:.9}.heroParticle:nth-child(odd){width:6px;height:6px;background:#ffffff40;animation-duration:14s}.heroParticle:nth-child(3n){width:3px;height:3px;background:#fff3;animation-duration:10s}@keyframes heroParticleFloat{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(15px,-20px) scale(1.1);opacity:.7}50%{transform:translate(-10px,-35px) scale(.9);opacity:.5}75%{transform:translate(-20px,-15px) scale(1.05);opacity:.6}}.heroParticles .heroParticle:nth-child(1){left:10%;top:20%}.heroParticles .heroParticle:nth-child(2){left:25%;top:60%}.heroParticles .heroParticle:nth-child(3){left:45%;top:15%}.heroParticles .heroParticle:nth-child(4){left:60%;top:70%}.heroParticles .heroParticle:nth-child(5){left:80%;top:25%}.heroParticles .heroParticle:nth-child(6){left:15%;top:75%}.heroParticles .heroParticle:nth-child(7){left:70%;top:50%}.heroParticles .heroParticle:nth-child(8){left:35%;top:40%}.heroParticles .heroParticle:nth-child(9){left:90%;top:60%}.heroParticles .heroParticle:nth-child(10){left:5%;top:45%}.heroParticles .heroParticle:nth-child(11){left:50%;top:80%}.heroParticles .heroParticle:nth-child(12){left:85%;top:10%}.heroParticles .heroParticle:nth-child(13){left:20%;top:35%}.heroParticles .heroParticle:nth-child(14){left:55%;top:55%}.heroParticles .heroParticle:nth-child(15){left:75%;top:35%}.heroParticles .heroParticle:nth-child(16){left:30%;top:85%}.heroParticles .heroParticle:nth-child(17){left:95%;top:45%}.heroParticles .heroParticle:nth-child(18){left:40%;top:5%}.heroParticles .heroParticle:nth-child(19){left:65%;top:90%}.heroParticles .heroParticle:nth-child(20){left:8%;top:55%}.heroParticles .heroParticle:nth-child(21){left:92%;top:75%}.heroParticles .heroParticle:nth-child(22){left:48%;top:28%}.heroParticles .heroParticle:nth-child(23){left:22%;top:8%}.heroParticles .heroParticle:nth-child(24){left:78%;top:88%}.contactPage{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.contactHeroParticles{position:fixed;inset:0;z-index:5;pointer-events:none}.contactHeroParticles>.heroParticle{pointer-events:auto}.contactPage .contactHeroParticles .heroParticle{background:#2259c947}.contactPage .contactHeroParticles .heroParticle:nth-child(odd){background:#2259c933}.contactPage .contactHeroParticles .heroParticle:nth-child(3n){background:#2259c926}.contactPage .contactHeroParticles .heroParticle:hover{background:#2259c980}.contactMobileMenuBtn{display:none;position:fixed;top:20px;right:20px;z-index:1002;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:24px;color:#333;cursor:pointer;padding:12px 16px;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.contactMobileMenuBtn:hover{background:#f9fafb;border-color:var(--brand);color:var(--brand)}.contactMobileMenu{display:none;position:fixed;top:70px;right:20px;z-index:1001;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px 0;box-shadow:0 4px 12px #00000026;min-width:200px}.contactMobileNavLink{display:block;padding:12px 24px;font-size:16px;font-weight:500;color:#333;text-decoration:none;transition:color .2s ease,background .2s ease}.contactMobileNavLink:hover{color:var(--brand);background:#f9fafb}.contactContainer{display:flex;min-height:100vh;width:100%;overflow:hidden;flex:1}.contactLogoSection{flex:0 0 65%;background:#fff url(/dolphine%20image.png) center center / cover no-repeat;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:65%;height:100vh;overflow:hidden}.logoWrapper{position:relative;text-align:center;z-index:1}.contactLogo{height:112px;width:auto}.contactFormSection{flex:0 0 35%;background:#fff;overflow-y:auto;overflow-x:hidden;padding:40px;height:100vh;box-sizing:border-box;position:relative;z-index:1;box-shadow:-8px 0 24px #0000001f;margin-left:65%}.formWrapper{max-width:100%}.formHeader{margin-bottom:2rem}.poweredBy{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.formTitle{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:.75rem;line-height:1.3}.formSubtitle{font-size:.875rem;color:#64748b;line-height:1.6;margin-top:.5rem}.contactForm{width:100%}.formGroup{margin-bottom:1.5rem}.formGroup label{display:block;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.required{color:#ef4444;margin-left:2px}.formGroup input[type=text],.formGroup input[type=email],.formGroup input[type=tel],.formGroup textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#1e293b}.formGroup input[type=text]:focus,.formGroup input[type=email]:focus,.formGroup input[type=tel]:focus,.formGroup textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #2259c91a}.formGroup input[type=text].error:not(:focus),.formGroup input[type=email].error:not(:focus),.formGroup input[type=tel].error:not(:focus),.formGroup textarea.error:not(:focus){border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.formGroup input[type=text].error:focus,.formGroup input[type=email].error:focus,.formGroup input[type=tel].error:focus,.formGroup textarea.error:focus{border-color:var(--brand)!important;box-shadow:0 0 0 3px #2259c91a!important}.formGroup textarea{resize:vertical;min-height:100px;line-height:1.6}.radioGroup{display:flex;flex-direction:column;gap:.5rem}.radioLabel{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:nowrap;cursor:pointer;padding:11px 12px;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease;font-weight:400;background:#fff;font-size:1rem;min-height:44px;gap:8px}.radioLabel:hover{border-color:var(--brand);background:#2259c90d}.radioLabel input[type=radio]{margin:0 10px 0 0;width:20px;height:20px;cursor:pointer;accent-color:var(--brand);flex-shrink:0;flex-grow:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #e2e8f0;border-radius:3px;background:#fff;position:relative;display:inline-block;vertical-align:middle}.radioLabel input[type=radio]:checked{background:var(--brand);border-color:var(--brand)}.radioLabel input[type=radio]:checked:after{content:"";position:absolute;top:1px;left:6px;width:6px;height:12px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg);box-sizing:border-box}.radioLabel input[type=radio]:checked+span{font-weight:600;color:var(--brand)}.radioLabel:has(input[type=radio]:checked){border-color:var(--brand);background:#2259c90d}.radioLabel span{display:inline-block;line-height:1.5;white-space:nowrap;flex-shrink:0;flex-grow:0}.radioLabel.error:not(:focus-within){border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.checkboxGroup{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.checkboxLabel{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:nowrap;cursor:pointer;padding:11px 12px;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease;font-weight:400;background:#fff;font-size:1rem;min-height:44px;gap:8px}.checkboxLabel:hover{border-color:var(--brand);background:#2259c90d}.checkboxLabel input[type=checkbox]{margin:0 10px 0 0;width:20px;height:20px;cursor:pointer;accent-color:var(--brand);flex-shrink:0;flex-grow:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #e2e8f0;border-radius:3px;background:#fff;position:relative;display:inline-block;vertical-align:middle}.checkboxLabel input[type=checkbox]:checked{background:var(--brand);border-color:var(--brand)}.checkboxLabel input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:6px;width:6px;height:12px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg);box-sizing:border-box}.checkboxLabel input[type=checkbox]:checked+span{font-weight:600;color:var(--brand)}.checkboxLabel:has(input[type=checkbox]:checked){border-color:var(--brand);background:#2259c90d}.checkboxLabel span{display:inline;line-height:1.5;white-space:nowrap;flex-shrink:0;flex-grow:0;vertical-align:middle}.checkboxLabel.error:not(:focus-within){border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.privacyHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.privacyViewBtn{background:none;border:none;color:var(--brand);font-size:.875rem;cursor:pointer;padding:4px 0;transition:all .2s ease;text-decoration:underline}.privacyViewBtn:hover{color:#1a47a0}.formSubmit{margin-top:2rem}.submitBtn{width:100%;padding:16px 24px;font-size:1rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;background:#1e293b;color:#fff}.submitBtn:hover{background:#0f172a}.submitBtn:active{transform:scale(.98)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;align-items:center;justify-content:center;padding:20px}.modal.active{display:flex}.modalContent{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modalHeader{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modalHeader h2{font-size:1.5rem;font-weight:700;color:#1e293b}.modalClose{background:none;border:none;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modalClose:hover{color:#1e293b;background:#f1f5f9;border-radius:50%}.modalBody{padding:1.5rem}.modalBody h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-top:1.25rem;margin-bottom:.5rem}.modalBody h3:first-child{margin-top:0}.modalBody p{color:#64748b;line-height:1.7;margin-bottom:1rem;font-size:1rem}.modalBody ul{color:#64748b;line-height:1.7;margin-left:1.25rem;margin-bottom:1rem;font-size:1rem}.modalBody li{margin-bottom:.5rem}@media(max-width:1280px){.contactContainer{flex-direction:column;min-height:auto}.contactLogoSection{position:relative;flex:0 0 auto;min-height:400px;height:400px;width:100%}.contactFormSection{margin-left:0;height:auto}.logoWrapper{position:relative;top:auto;left:auto;transform:none;padding:20px}.contactLogo{height:80px}.contactFormSection{flex:1;padding:20px;height:auto;overflow-y:visible}.formTitle{font-size:1.5rem}.checkboxGroup{grid-template-columns:1fr}.modalContent{max-width:90%;margin:20px}}@media(max-width:768px){.contactMobileMenuBtn,.contactMobileMenu{display:block}}@media(max-width:640px){.contactLogoSection{min-height:300px;height:300px}.contactLogo{height:64px}.contactFormSection{padding:15px}.formTitle{font-size:1.25rem}.formSubtitle{font-size:.8125rem}}.appRoot{--brand: #5f6368;--brand-dark: #474c54;--brand-light: rgba(95, 99, 104, .12);--brand-shadow: rgba(31, 41, 55, .14);--accent: #6b7280;--accent-bg: rgba(107, 114, 128, .16);height:100vh;display:grid;grid-template-rows:auto auto 1fr;background:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}:root.dark-theme .appRoot{--brand: #8b929c;--brand-dark: #737b86;--brand-light: rgba(156, 163, 175, .16);--brand-shadow: rgba(0, 0, 0, .24);--accent: #9ca3af;--accent-bg: rgba(156, 163, 175, .18)}.appRoot .navbar{display:flex;gap:8px;align-items:stretch;padding:0 12px;border-bottom:1px solid var(--border-color);background:#80808040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:48px;height:48px}.appRoot .navbar .navbar-logo{height:36px;width:auto;object-fit:contain}.appRoot .navbar .iconBtn:hover,.appRoot .navbar .btn:hover{background:#ffffff59}.appRoot .navbar-desktop{display:flex;align-items:stretch;gap:10px;flex:1;min-width:0}.appRoot .navbar-home-actions{display:flex;gap:0;flex-shrink:0}.appRoot .navbar-pdf-tabs{display:flex;align-items:stretch;gap:6px;flex:1;min-width:0;overflow-x:hidden;overflow-y:hidden;padding:4px 0}.appRoot .navbar-pdf-item{position:relative;display:flex;align-items:stretch;flex:1 1 140px;min-width:0;max-width:240px}.appRoot .navbar-pdf-button{width:100%;height:100%;border:1px solid transparent;border-radius:10px 10px 0 0;background:#ffffff0a;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;min-width:0;overflow:hidden;padding:0 34px 0 14px;font-size:13px;font-weight:500;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.appRoot .navbar-pdf-item:not(.navbar-active) .navbar-pdf-button:hover{background:#ffffff1a;border-color:#ffffff1f}.appRoot .navbar-pdf-item.navbar-active .navbar-pdf-button{background:#ffffff24;border-color:#fff3;border-bottom-color:transparent;box-shadow:inset 0 -2px 0 var(--brand)}:root.light-theme .appRoot .navbar-pdf-item.navbar-active .navbar-pdf-button{background:#fffffff2;border-color:#00000014}.appRoot .navbar-pdf-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appRoot .navbar-pdf-close{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:none;border-radius:999px;background:transparent;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s ease}.appRoot .navbar-pdf-item:hover .navbar-pdf-close,.appRoot .navbar-pdf-item.navbar-active .navbar-pdf-close{opacity:.75}.appRoot .navbar-pdf-close:hover{opacity:1;background:#ffffff24}.viewer-menu-toggle,.responsive-navbar-actions{display:none}.responsive-navbar-tool.is-active{background:var(--bg-hover);color:var(--text-primary)}.responsive-navbar-tool:disabled{opacity:.35;cursor:not-allowed}.themeToggle{width:51px;height:31px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;align-self:center}.themeToggleTrack{width:100%;height:100%;background:var(--brand);border-radius:15.5px;position:relative;transition:background-color .3s ease}.themeToggle[data-theme=light] .themeToggleTrack{background:#3a3a3c}.themeToggleThumb{width:27px;height:27px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003}.themeToggle[data-theme=light] .themeToggleThumb{transform:translate(20px)}.themeToggleThumb svg{color:var(--brand);position:absolute;transition:opacity .3s ease}.languageBtn{position:relative}.languageMenu{background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:8px;padding:4px;display:flex!important;flex-direction:column;gap:2px;min-width:120px;box-shadow:0 4px 12px var(--shadow);z-index:10000!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;visibility:visible!important;opacity:1!important}.languageMenuItem{padding:8px 12px;background:transparent;border:none;color:var(--text-primary);cursor:pointer;text-align:left;font-size:13px;border-radius:4px;transition:background .2s ease}.languageMenuItem:hover{background:var(--bg-hover)}.topbar{display:flex;gap:8px;align-items:center;padding:4px 12px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar input[type=text]{width:320px}.btn{padding:10px 16px;border-radius:8px;border:1px solid var(--brand);background:var(--brand);color:#fff;cursor:pointer;transition:all .2s ease;font-size:15px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;gap:6px;box-shadow:0 2px 8px var(--brand-shadow)}.btn:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 12px var(--brand-shadow)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed}.iconBtn{width:48px;height:48px;min-width:48px;min-height:48px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--text-primary);border-radius:6px;transition:background-color .2s ease;flex-shrink:0}.iconBtn:hover{background:var(--brand-light);color:var(--brand)}.appRoot .btn{border-color:var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);box-shadow:none}.appRoot .btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-hover);color:var(--text-primary);box-shadow:none}.appRoot .topbar .btn{background:transparent;border-color:transparent;box-shadow:none}.appRoot .topbar .btn:hover:not(:disabled){background:var(--bg-hover);border-color:transparent;box-shadow:none}.appRoot .topbar .btn:disabled{background:transparent;border-color:transparent}.appRoot .iconBtn:hover,.appRoot .iconBtn.is-active{background:var(--bg-hover);color:var(--text-primary)}.appRoot .iconBtn.is-active:disabled{opacity:1}.input{padding:8px 10px;border-radius:4px;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);outline:none;transition:all .2s ease}.input:focus{border-color:var(--accent);background:var(--bg-hover)}.main{display:grid;grid-template-columns:320px 1fr 320px 60px;min-height:0;transition:grid-template-columns .3s ease}.main.leftCollapsed{grid-template-columns:0 1fr 320px 60px}.main.rightCollapsed{grid-template-columns:320px 1fr 0 60px}.main.rightCollapsed .panelRight{padding:0;overflow:visible;min-width:0;width:0}.main.leftCollapsed.rightCollapsed{grid-template-columns:0 1fr 0 60px}.panel{min-height:0;border-right:1px solid var(--border-color);padding:10px;overflow:auto;background:var(--bg-secondary);position:relative;transition:background-color .3s ease,border-color .3s ease}.panel.collapsed{padding:0;overflow:visible}.panel.collapsed>*:not(:last-child){display:none}.panelRight{border-right:none;border-left:1px solid var(--border-color);padding:10px;overflow:auto;background:var(--bg-secondary);position:relative;min-height:0;transition:background-color .3s ease,border-color .3s ease}.panelRight.collapsed{padding:0;overflow:visible}.panelRight.collapsed>*:not(:last-child){display:none}.panelTabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.panelTabs .btn{flex:1;min-width:0;font-size:12px;padding:6px 10px}.editorPdfToolsPanel{display:grid;gap:12px}.editorToolField{display:grid;gap:6px}.editorToolField span{color:var(--text-primary);font-size:12px;font-weight:700}.editorToolField input{min-height:36px;width:100%;border:1px solid var(--border-color);border-radius:7px;background:var(--bg-tertiary);color:var(--text-primary);padding:0 10px;font:inherit}.editorToolField input[type=range]{min-height:24px;padding:0}.editorToolSegmented,.editorToolPositionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.editorToolPositionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.editorToolSegmentedFour,.editorToolCropGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorToolCropGrid{display:grid;gap:8px}.editorToolSegmented button,.editorToolPositionGrid button,.editorToolPrimary,.editorToolSecondary{min-height:34px;border:1px solid var(--border-color);border-radius:7px;background:transparent;color:var(--text-primary);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.editorToolSegmented button:hover,.editorToolPositionGrid button:hover,.editorToolSecondary:hover{background:var(--bg-hover)}.editorToolSegmented button.is-active,.editorToolPositionGrid button.is-active,.editorToolPrimary{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary)}.editorToolPrimary:disabled{cursor:not-allowed;opacity:.45}.editorToolShortcutGroup{display:grid;gap:8px;padding-top:4px;border-top:1px solid var(--border-color)}.editorToolShortcutTitle{color:var(--text-secondary);font-size:12px;font-weight:800}.editorToolShortcutGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.editorToolShortcutGrid button{min-height:32px;border:1px solid var(--border-color);border-radius:7px;background:transparent;color:var(--text-primary);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.editorToolShortcutGrid button:hover{background:var(--bg-hover)}.editorToolShortcutGrid button:disabled{cursor:not-allowed;opacity:.45}.editorToolMessage{padding:9px 10px;border-radius:7px;font-size:12px;font-weight:700;line-height:1.45}.editorToolNotice{background:#22c55e1f;color:var(--text-primary)}.editorToolError{background:#ef44441f;color:var(--text-primary)}.viewerWrap{position:relative;min-height:0;overflow-y:auto;overflow-x:hidden;display:grid;place-items:start center;padding:16px;background:var(--bg-primary);overscroll-behavior:contain;transition:background-color .3s ease}.viewerWrap.viewerWrap-panX{overflow-x:auto}.viewerWrap.viewerWrap-empty{display:block;overflow:hidden;place-items:unset}.viewerEmptyState{position:fixed;top:50dvh;left:50vw;z-index:1;width:min(680px,calc(100vw - 32px));box-sizing:border-box;transform:translate(-50%,-50%);text-align:center}.viewerLoadingOverlay{position:absolute;inset:0;z-index:20;display:grid;place-items:center;background:color-mix(in srgb,var(--bg-primary) 82%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.viewerLoadingBox{display:inline-flex;align-items:center;gap:10px;max-width:calc(100% - 32px);padding:10px 14px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 10px 24px var(--shadow);font-size:13px;font-weight:600}.viewerLoadingSpinner{width:16px;height:16px;flex:0 0 auto;border:2px solid var(--border-color);border-top-color:var(--text-primary);border-radius:999px;animation:viewer-loading-spin .8s linear infinite}@keyframes viewer-loading-spin{to{transform:rotate(360deg)}}.viewerWrap:fullscreen{padding:0;overflow:auto;background:var(--bg-primary);place-items:start center;scrollbar-width:none;-ms-overflow-style:none}.viewerWrap:fullscreen::-webkit-scrollbar{width:0;height:0;display:none}.viewerWrap:fullscreen.viewerWrap-empty{place-items:center}.viewerWrap:fullscreen .pageRow{width:100%;min-height:100%;display:flex;align-items:center;justify-content:center}.pageRow{display:flex;gap:16px;align-items:center;justify-content:center;justify-self:stretch;width:100%;min-width:max-content;transition:gap .3s ease;position:relative;min-height:100%}.pageRow.spread{gap:0;align-items:center;justify-content:center}.pageColumn{display:flex;flex-direction:column;align-items:center;justify-self:stretch;width:100%;min-width:max-content;min-height:100%;gap:16px}.continuousPageSlot{display:flex;justify-content:center;width:100%;scroll-margin-block:16px;contain:layout paint style;content-visibility:auto;contain-intrinsic-size:1000px}.continuousPagePlaceholder{flex:0 0 auto;background:var(--page-bg);box-shadow:0 1px 8px var(--shadow);overflow:hidden}.continuousPagePlaceholder-empty{opacity:.45}.continuousPagePreviewShell{opacity:.96}.continuousPagePreview{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto;transform:translateZ(0)}.pageSurface{position:relative;background:var(--page-bg);border-radius:0;box-shadow:0 10px 30px var(--shadow);overflow:hidden;transition:box-shadow .3s ease,opacity .3s ease}.pageRow.spread .pageSurface{box-shadow:-8px 0 16px var(--shadow-light),8px 0 16px var(--shadow-light),0 4px 8px var(--shadow)}.pageRow.spread .pageSurface:first-child{box-shadow:-12px 0 24px var(--shadow),4px 0 8px var(--shadow-light),0 4px 8px var(--shadow);z-index:1}.pageRow.spread .pageSurface:last-child:not(:first-child){box-shadow:12px 0 24px var(--shadow),-4px 0 8px var(--shadow-light),0 4px 8px var(--shadow);z-index:1;transform-origin:left center}.overlaySvg{position:absolute;inset:0;pointer-events:none}.linkLayer{position:absolute;inset:0;pointer-events:auto}.textLayer{position:absolute;inset:0;transform-origin:0 0;-webkit-user-select:text;user-select:text;pointer-events:auto;line-height:1}.textLayer span{position:absolute;transform-origin:0 0;white-space:pre;color:transparent;-webkit-text-fill-color:transparent}.textLayer ::selection{background:var(--accent-bg)}.textLayer br::selection{background:transparent}.textLayer br::-moz-selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.linkLayer{pointer-events:none}.linkLayer a,.linkLayer button{pointer-events:auto}.interactionLayer{position:absolute;inset:0}.linkBtn{border:none;padding:0;margin:0;background:transparent}.statusPill{padding:4px 8px;border-radius:4px;border:1px solid var(--border-color);background:var(--bg-tertiary);font-size:12px;transition:all .2s ease}.rightControlBar{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;padding:16px 8px;background:var(--bg-secondary);border-left:1px solid var(--border-color);overflow-y:auto;overflow-x:hidden;min-height:0;transition:background-color .3s ease,border-color .3s ease}.rightControlBar .topSection{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;gap:12px}.rightControlBar .bottomSection{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;margin-top:auto;gap:12px}.rightControlBar .iconBtn{padding:10px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:all .2s ease;width:48px;height:48px}.rightControlBar .iconBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-hover)}.rightControlBar .iconBtn:disabled{opacity:.3;cursor:not-allowed}.rightControlBar .controlDivider{width:28px;height:1px;background:var(--border-color);margin:4px 0}.rightControlBar .pageIndicatorWrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.rightControlBar .pageNumberInput{width:48px;height:48px;padding:0;text-align:center;font-size:18px;font-weight:700;line-height:48px;border-radius:4px;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);outline:none;transition:all .2s ease;cursor:text}.rightControlBar .pageNumberInput:hover{background:var(--bg-hover)}.rightControlBar .pageNumberInput:focus{border-color:var(--accent);background:var(--bg-hover)}.rightControlBar .pageNumberInput::-webkit-outer-spin-button,.rightControlBar .pageNumberInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rightControlBar .pageNumberInput[type=number]{-moz-appearance:textfield}.rightControlBar .totalPages{font-size:16px;opacity:.65;line-height:1;font-weight:500}.rightControlBar .zoomControlGroup{display:flex;flex-direction:column;align-items:center;gap:6px}.rightControlBar .zoomControlGroup .iconBtn{width:36px;height:36px;padding:6px}.rightControlBar .zoomIndicator{font-size:15px;font-weight:600;opacity:.85;line-height:1;padding:14px 0;text-align:center;min-width:48px}@media(max-width:1024px){.appRoot{height:100dvh;grid-template-rows:48px minmax(0,1fr);overflow:hidden}.viewer-menu-toggle{display:flex}.navbar-desktop,.navbar-spacer,.navbar-end,.topbar{display:none!important}.main{grid-template-columns:1fr;grid-template-rows:1fr;height:calc(100dvh - 112px);min-height:0;overflow:hidden;padding-bottom:0}.main.leftCollapsed,.main.rightCollapsed,.main.leftCollapsed.rightCollapsed{grid-template-columns:1fr;grid-template-rows:1fr}.appRoot .navbar{align-items:center;flex-wrap:nowrap;overflow:hidden;width:100%;max-width:100%;min-width:0}.appRoot .navbar .viewer-menu-toggle{width:44px;height:44px;min-width:44px;min-height:44px}.responsive-navbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-left:auto;min-width:0}.responsive-navbar-actions .iconBtn{width:44px;height:44px;min-width:44px;min-height:44px}.main>.panel{position:fixed;top:48px;bottom:64px;left:0;z-index:600;width:85vw;max-width:320px;min-height:0;border-right:1px solid var(--border-color);box-shadow:4px 0 20px var(--shadow);transform:translate(-100%);transition:transform .3s ease}.main:not(.leftCollapsed)>.panel{transform:translate(0)}.main>.panel.collapsed{pointer-events:none}.main>.panelRight{position:fixed;inset:48px 0 64px auto;z-index:600;width:85vw;max-width:320px;min-height:0;border-left:1px solid var(--border-color);box-shadow:-4px 0 20px var(--shadow);transform:translate(100%);transition:transform .3s ease}.main:not(.rightCollapsed)>.panelRight{transform:translate(0)}.main>.panelRight.collapsed{pointer-events:none}.main.rightCollapsed .panelRight{padding:0;overflow:visible;min-width:0;width:auto}.main>.viewerWrap{grid-row:1;grid-column:1;align-self:stretch;justify-self:stretch;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;height:100%;max-height:100%;min-height:0;min-width:0;overflow-y:auto;overflow-x:hidden;padding:8px}.main>.viewerWrap.viewerWrap-panX{overflow-x:auto}.main>.viewerWrap.viewerWrap-empty{display:block;place-items:unset}.main>.viewerWrap .pageRow{flex:0 0 auto;align-items:center;justify-content:center;width:max-content;min-width:0;min-height:0;height:auto;margin:auto}.main>.rightControlBar{position:fixed;left:0;right:0;bottom:0;z-index:650;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;height:64px;padding:8px 72px;border-left:none;border-top:1px solid var(--border-color);width:100%;min-height:64px;max-height:64px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.rightControlBar .topSection{display:none}.rightControlBar .bottomSection{flex-direction:row;margin-top:0;gap:6px}.rightControlBar .historyButton,.rightControlBar .pageNavDivider{display:none}.rightControlBar .pageNavButton{position:absolute;top:50%;transform:translateY(-50%)}.rightControlBar .pageNavButton svg{transform:rotate(-90deg)}.rightControlBar .pageNavPrev{left:12px}.rightControlBar .pageNavNext{right:12px}.rightControlBar .controlDivider{width:1px;height:28px;margin:0 4px}.rightControlBar .pageIndicatorWrapper{flex-direction:row;gap:12px}.rightControlBar .pageNumberInput{width:40px;height:40px;font-size:16px}.rightControlBar .zoomControlGroup{flex-direction:row}.rightControlBar .zoomControlGroup .iconBtn{width:44px;height:44px}.rightControlBar .bottomSection>.iconBtn{width:44px;height:44px}.rightControlBar .zoomIndicator{padding:0 6px;font-size:14px}}.viewer-menu-overlay{position:fixed;inset:0;z-index:700;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:flex-start;padding:0;animation:viewer-menu-fade .2s ease}@keyframes viewer-menu-fade{0%{opacity:0}to{opacity:1}}.viewer-menu-drawer{width:100%;max-width:360px;height:100%;max-height:100vh;background:var(--bg-secondary);border-right:1px solid var(--border-color);box-shadow:8px 0 24px var(--shadow);display:flex;flex-direction:column;overflow:hidden;animation:viewer-menu-slide-left .25s ease}@keyframes viewer-menu-slide-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes viewer-menu-slide-right{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:1024px){.viewer-menu-overlay{justify-content:flex-end}.viewer-menu-drawer{border-right:none;border-left:1px solid var(--border-color);box-shadow:-8px 0 24px var(--shadow);animation-name:viewer-menu-slide-right}}.viewer-menu-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-color);flex-shrink:0;background:var(--bg-tertiary)}.viewer-menu-title{font-size:20px;font-weight:700;color:var(--text-primary)}.viewer-menu-close{flex-shrink:0}.viewer-menu-content{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:20px}.viewer-menu-group{display:flex;flex-direction:column;gap:4px}.viewer-menu-group-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin:0 0 8px;padding:0 4px}.viewer-menu-item{display:flex;align-items:center;gap:14px;width:100%;padding:14px 18px;border:none;border-radius:8px;background:transparent;color:var(--text-primary);font-size:17px;text-align:left;cursor:pointer;transition:background .2s ease}.viewer-menu-item:hover:not(:disabled){background:var(--bg-hover)}.viewer-menu-item:disabled{opacity:.5;cursor:not-allowed}.viewer-menu-divider{height:1px;background:var(--border-color);margin:8px 0}.viewer-menu-pdf-row{display:flex;align-items:center;gap:8px;padding:6px 0}.viewer-menu-pdf-row .viewer-menu-pdf-btn{flex:1;min-width:0;padding:12px 14px;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);font-size:16px;text-align:left;cursor:pointer;transition:background .2s ease}.viewer-menu-pdf-row .viewer-menu-pdf-btn.active{border-color:var(--accent);background:var(--accent-bg)}.viewer-menu-item-icon{flex-shrink:0;width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;color:var(--text-primary);font-size:20px;cursor:pointer;transition:background .2s ease}.viewer-menu-item-icon:hover{background:var(--bg-hover)}@media(max-width:768px){.main,.main.leftCollapsed,.main.rightCollapsed,.main.leftCollapsed.rightCollapsed{grid-template-columns:1fr;grid-template-rows:1fr}.main>.panel{position:fixed;top:48px;bottom:72px;left:0;z-index:600;width:85vw;max-width:320px;min-height:0;border-right:1px solid var(--border-color);box-shadow:4px 0 20px var(--shadow);transform:translate(-100%);transition:transform .3s ease}.main:not(.leftCollapsed)>.panel{transform:translate(0)}.main>.panel.collapsed{pointer-events:none}.main>.panelRight{position:fixed;inset:48px 0 72px auto;z-index:600;width:85vw;max-width:320px;min-height:0;border-left:1px solid var(--border-color);box-shadow:-4px 0 20px var(--shadow);transform:translate(100%);transition:transform .3s ease}.main:not(.rightCollapsed)>.panelRight{transform:translate(0)}.main>.panelRight.collapsed{pointer-events:none}.main.rightCollapsed .panelRight{padding:0;overflow:visible;min-width:0;width:auto}.main>.viewerWrap{grid-row:1;grid-column:1;padding:8px}.topbar .btn .btnLabel{display:none}.topbar .btn{padding:10px 12px;min-width:48px}.topbar input[type=text]{width:100%;max-width:180px;min-width:0}}@media(max-width:480px){.appRoot .navbar{padding:0 8px}.appRoot .navbar .viewer-menu-toggle{width:40px;height:40px;min-width:40px;min-height:40px}.responsive-navbar-actions{gap:2px}.responsive-navbar-actions .iconBtn{width:36px;height:40px;min-width:36px;min-height:40px}.main>.viewerWrap{padding:6px}.main>.rightControlBar{padding:8px 60px;gap:6px}.rightControlBar .iconBtn{width:44px;height:44px}}@media print{.topbar,.panel,.panelRight,.btn,.statusPill,.rightControlBar{display:none!important}.main{grid-template-columns:1fr!important}.viewerWrap{padding:0!important;overflow:visible!important}.pageSurface{page-break-after:always;page-break-inside:avoid;box-shadow:none!important}}.workspaceRoot{min-height:100vh;background:linear-gradient(180deg,#f7f5ef,#fff 22%,#f6f6f3);color:#111}.workspaceShell{width:min(1120px,calc(100vw - 40px));margin:0 auto;padding:28px 0 56px}.workspaceTopbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0 24px;border-bottom:1px solid rgba(17,17,17,.08)}.workspaceTopbarTitle{display:grid;gap:6px}.workspaceEyebrow{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1111118a}.workspaceTopbarTitle h1{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.05}.workspaceTopbarTitle p{margin:0;font-size:15px;color:#111111b3}.workspaceTopbarActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.workspaceGhostButton{background:#ffffffb3;color:#111;border-color:#1111111f;box-shadow:none}.workspaceGhostButton:hover:not(:disabled){background:#ffffffeb;border-color:#1113;box-shadow:none}.workspaceSection{padding:28px 0;border-bottom:1px solid rgba(17,17,17,.08)}.workspaceSection:last-child{border-bottom:none}.workspaceSectionHeader{display:grid;gap:6px;margin-bottom:20px}.workspaceSectionHeader h2{margin:0;font-size:22px}.workspaceSectionHeader p{margin:0;max-width:760px;font-size:14px;color:#111111ad}.workspaceHeroGrid,.workspaceStatsGrid,.workspacePlanGrid{display:grid;gap:16px}.workspaceLegalStack{display:grid;gap:14px}.workspaceHeroGrid{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);align-items:start}.workspaceStatsGrid,.workspacePlanGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspacePanel,.workspaceStatCard,.workspacePlanCard,.workspaceDocumentItem,.workspaceEmptyState{background:#fffc;border:1px solid rgba(17,17,17,.08);border-radius:8px;box-shadow:0 12px 40px #1111110f}.workspacePanel{padding:22px;display:grid;gap:14px}.workspacePanel h3,.workspacePlanCard h3,.workspaceDocumentItem h3,.workspaceEmptyState h3{margin:0;font-size:18px}.workspacePanel p,.workspacePlanCard p,.workspaceDocumentItem p,.workspaceEmptyState p{margin:0;color:#111111b8;line-height:1.5}.workspaceDefinitionList{display:grid;grid-template-columns:120px 1fr;gap:10px 16px;font-size:14px}.workspaceDefinitionList dt{color:#1111118a}.workspaceDefinitionList dd{margin:0;font-weight:600}.workspaceQuotaMeter{display:grid;gap:8px}.workspaceQuotaMeter small{color:#11111194;font-size:12px;font-weight:700}.workspaceQuotaBar{height:8px;overflow:hidden;border-radius:999px;background:#11111114}.workspaceQuotaBar span{display:block;height:100%;border-radius:inherit;background:#111}.workspaceStatCard{padding:18px;display:grid;gap:10px}.workspaceStatCard span{font-size:13px;color:#11111194}.workspaceStatCard strong{font-size:28px;line-height:1}.workspaceStatCard strong small{margin-left:4px;color:#11111185;font-size:13px;font-weight:700}.workspaceSinglePurchaseGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.workspaceSinglePurchaseGridFour{grid-template-columns:repeat(4,minmax(0,1fr))}.workspaceSinglePurchaseCard{display:grid;gap:6px;padding:16px;border:1px solid rgba(17,17,17,.08);border-radius:8px;background:#ffffffc7}.workspaceSinglePurchaseCard small{width:fit-content;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:999px;background:#11111114;color:#1111119e;font-size:11px;font-weight:900}.workspaceSinglePurchaseCard strong{color:#111;font-size:24px}.workspaceSinglePurchaseCard span{color:#111111a3;font-size:13px;line-height:1.45}.workspaceSinglePurchaseCard p{margin:0;color:#11111194;font-size:12px;line-height:1.45}.workspaceSinglePurchaseCard .workspaceFeatureList{margin-top:6px;gap:5px}.workspaceSinglePurchaseCard .workspaceFeatureList li{font-size:12px}.workspaceMutedLine{margin-top:4px!important;color:#1111117a!important}.workspaceMonthlyPassPanel{margin-top:16px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(17,17,17,.12);border-radius:8px;background:#fbfaf6}.workspaceMonthlyPassPanel small{display:inline-flex;margin-bottom:6px;color:#1111118a;font-size:12px;font-weight:800}.workspaceMonthlyPassPanel h3,.workspaceMonthlyPassPanel p{margin:0}.workspaceMonthlyPassPanel h3{font-size:20px}.workspaceMonthlyPassPanel p{max-width:720px;color:#111111ad;font-size:14px;line-height:1.5}.workspaceMonthlyPassAction{min-width:180px;display:grid;justify-items:end;gap:10px}.workspaceMonthlyPassAction strong{font-size:26px}.workspaceFeatureList,.workspacePlanFeatures{display:grid;gap:8px;padding:0;margin:0;list-style:none}.workspaceFeatureList li,.workspacePlanFeatures li{display:flex;align-items:flex-start;gap:10px;font-size:14px}.workspaceFeatureList li:before,.workspacePlanFeatures li:before{content:"";width:8px;height:8px;border-radius:999px;background:#1111118a;margin-top:7px;flex-shrink:0}.workspaceForm{display:grid;gap:14px}.workspaceFormRow{display:grid;gap:8px}.workspaceFormRow label{font-size:13px;font-weight:600}.workspacePlanPicker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.workspacePlanOption{display:grid;gap:8px;padding:16px;background:#ffffffb8;border:1px solid rgba(17,17,17,.1);border-radius:8px;text-align:left;cursor:pointer}.workspacePlanOption.is-active{background:#fffffffa;border-color:#1111113d}.workspacePlanOption strong{font-size:16px}.workspacePlanOption span{font-size:13px;color:#111111ad}.workspaceActionRow{display:flex;flex-wrap:wrap;gap:10px}.workspaceGoogleLogin{display:grid;gap:8px}.workspaceGoogleLogin>div{width:100%}.workspaceGoogleButton{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;border:1px solid rgba(17,17,17,.14);border-radius:6px;background:#fff;color:#111;font:inherit;font-weight:700;cursor:pointer}.workspaceGoogleButton:disabled{cursor:not-allowed;opacity:.62}.workspaceGoogleMark{width:20px;height:20px;display:inline-grid;place-items:center;border-radius:50%;border:1px solid rgba(17,17,17,.16);color:#111;font-size:13px;font-weight:800;line-height:1}.workspaceDivider{display:flex;align-items:center;gap:12px;color:#1111117a;font-size:13px}.workspaceDivider:before,.workspaceDivider:after{content:"";height:1px;flex:1;background:#1111111a}.workspaceMuted{margin:0;color:#11111194;font-size:13px}.workspaceError{margin:0;color:#b42318;font-size:14px}.workspaceNotice{margin:0 0 14px;color:#111111b8;font-size:14px}.workspacePlanCard,.workspaceEmptyState{padding:20px}.workspacePlanCardHeader,.workspaceDocumentHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.workspacePlanMeta,.workspaceDocumentMeta{display:grid;gap:4px}.workspacePlanMeta span,.workspaceDocumentMeta span{font-size:12px;color:#11111194}.workspaceChip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#1111110f;color:#111111bd;font-size:12px;font-weight:700}.workspaceDocumentList{display:grid;gap:12px}.workspaceDocumentItem{padding:18px;display:grid;gap:12px}.workspaceDocumentFooter{display:flex;align-items:center;justify-content:space-between;gap:16px}.workspaceDocumentFooter small{color:#1111118f}.workspaceDocumentActions{display:flex;gap:10px;flex-wrap:wrap}.workspaceDocumentTitleInput{max-width:520px;font-size:17px;font-weight:700}.workspaceDangerButton{background:#fff;color:#9f1d1d;border-color:#9f1d1d3d;box-shadow:none}.workspaceDangerButton:hover:not(:disabled){background:#fff8f8;border-color:#9f1d1d61;box-shadow:none}.workspacePlanCard-current{border-color:#1111112e}.workspaceComparisonTable{display:grid;border-top:1px solid rgba(17,17,17,.12);border-bottom:1px solid rgba(17,17,17,.12)}.workspaceComparisonHeader,.workspaceComparisonRow{display:grid;grid-template-columns:minmax(220px,1.8fr) repeat(3,minmax(90px,1fr))}.workspaceComparisonCell{padding:14px 16px;border-top:1px solid rgba(17,17,17,.08);text-align:center;font-size:14px;color:#111111c7}.workspaceComparisonHeader .workspaceComparisonCell{border-top:none;font-weight:700;color:#111}.workspaceComparisonCell-feature{display:grid;gap:4px;text-align:left}.workspaceComparisonCell-feature strong{color:#111}.workspaceComparisonCell-feature span{color:#1111119e;font-size:13px;line-height:1.45}@media(max-width:1024px){.workspaceHeroGrid,.workspaceStatsGrid,.workspaceSinglePurchaseGrid,.workspacePlanGrid,.workspacePlanPicker{grid-template-columns:1fr}.workspaceComparisonHeader,.workspaceComparisonRow{grid-template-columns:minmax(160px,1.5fr) repeat(3,minmax(72px,1fr))}}@media(max-width:768px){.workspaceShell{width:min(100vw - 24px,1120px);padding-top:20px}.workspaceTopbar{align-items:flex-start;flex-direction:column}.workspaceTopbarActions,.workspaceActionRow,.workspaceDocumentFooter{width:100%;justify-content:flex-start}.workspaceDefinitionList{grid-template-columns:1fr}.workspaceComparisonHeader,.workspaceComparisonRow{grid-template-columns:minmax(150px,1.5fr) repeat(3,minmax(60px,1fr))}.workspaceComparisonCell{padding:12px 10px;font-size:13px}.workspaceMonthlyPassPanel{align-items:stretch;flex-direction:column}.workspaceMonthlyPassAction{justify-items:start}}.versionHistoryOverlay{position:fixed;inset:0;z-index:9500;display:grid;place-items:center;padding:24px;background:#0f172a75;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.versionHistoryCard{width:min(720px,calc(100vw - 32px));max-height:min(84vh,860px);overflow:auto;border:1px solid rgba(17,17,17,.1);border-radius:8px;background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 28px 60px #0f172a3d}.versionHistoryHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 20px 16px;border-bottom:1px solid var(--border-color)}.versionHistoryHeaderText{display:grid;gap:6px}.versionHistoryEyebrow{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary)}.versionHistoryHeaderText h2{margin:0;font-size:28px;line-height:1.05}.versionHistoryHeaderText p{margin:0;font-size:14px;line-height:1.6;color:var(--text-secondary)}.versionHistoryBody{display:grid;gap:14px;padding:18px 20px 20px}.versionHistoryEmpty,.versionHistoryError{padding:18px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);font-size:14px;line-height:1.6}.versionHistoryError{border-color:#ff505066;background:#ff505014}.versionHistoryList{display:grid;gap:10px}.versionHistoryItem{display:grid;gap:14px;padding:16px 18px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary)}.versionHistoryItemHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.versionHistoryItemTitle{display:grid;gap:4px}.versionHistoryItemTitle strong{font-size:17px}.versionHistoryMeta{font-size:13px;color:var(--text-secondary)}.versionHistoryStats{display:flex;flex-wrap:wrap;gap:8px}.versionHistoryStat{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid var(--border-color);border-radius:999px;background:var(--bg-secondary);font-size:12px;color:var(--text-secondary)}.versionHistoryActions{display:flex;justify-content:flex-end}@media(max-width:768px){.versionHistoryOverlay{padding:12px}.versionHistoryHeader,.versionHistoryBody{padding-left:16px;padding-right:16px}.versionHistoryItemHeader{flex-direction:column;align-items:flex-start}.versionHistoryActions{justify-content:stretch}.versionHistoryActions .btn{width:100%}}.upgradeModalOverlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;background:#0f172a75;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upgradeModalCard{width:min(900px,calc(100vw - 32px));max-height:min(88vh,840px);overflow:auto;border:1px solid rgba(17,17,17,.1);border-radius:8px;background:#fbfaf7;color:#111;box-shadow:0 28px 60px #0f172a33}.upgradeModalHeader{display:grid;gap:10px;padding:24px 24px 18px;border-bottom:1px solid rgba(17,17,17,.08)}.upgradeModalHeaderRow{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.upgradeModalEyebrow{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1111118a}.upgradeModalHeader h2{margin:0;font-size:clamp(28px,4vw,36px);line-height:1.05}.upgradeModalHeader p{margin:0;font-size:15px;line-height:1.6;color:#111111b8}.upgradeModalClose{width:40px;height:40px;min-width:40px;min-height:40px}.upgradeModalCard .btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-color:#191c22;background:#191c22;color:#fff;box-shadow:none;text-decoration:none}.upgradeModalCard .btn:hover:not(:disabled){border-color:#111318;background:#111318;box-shadow:none}.upgradeModalCard .btn:disabled{cursor:not-allowed;opacity:.58}.upgradeModalBody{display:grid;gap:22px;padding:22px 24px 24px}.upgradeModalPills{display:flex;flex-wrap:wrap;gap:10px}.upgradeModalPill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(17,17,17,.1);border-radius:999px;background:#ffffffbd;font-size:13px;color:#111111c2}.upgradeModalPill strong{color:#111}.upgradeModalResultStrip{display:grid;gap:4px;padding:14px 16px;border:1px solid rgba(17,17,17,.1);border-radius:8px;background:#fff;box-shadow:inset 3px 0 #191c22}.upgradeModalResultStrip span{color:#1111118f;font-size:12px;font-weight:900}.upgradeModalResultStrip strong{font-size:17px;line-height:1.25}.upgradeModalResultStrip small{color:#111111a8;font-size:13px;line-height:1.45}.upgradeModalSection{display:grid;gap:12px}.upgradeModalSection h3{margin:0;font-size:18px}.upgradeModalList{display:grid;gap:10px;padding:0;margin:0;list-style:none}.upgradeModalList li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.55}.upgradeModalList li:before{content:"";width:8px;height:8px;margin-top:7px;border-radius:999px;background:#1111118a;flex-shrink:0}.upgradeModalPlanList{display:grid;gap:10px}.upgradeModalChoiceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.upgradeModalChoiceCard{display:grid;gap:12px;align-content:start;padding:18px;border:1px solid rgba(17,17,17,.12);border-radius:8px;background:#fff}.upgradeModalChoiceCard.isSingle{border-color:#111111c7;box-shadow:0 16px 32px #11111114}.upgradeModalChoiceCard.isMonthly{background:#fbfaf6;border-color:#1113}.upgradeModalChoiceHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.upgradeModalChoiceHeader strong{font-size:24px;letter-spacing:0}.upgradeModalChoiceBadge{display:inline-flex;min-height:28px;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;background:#11111114;color:#111111bd;font-size:12px;font-weight:900}.upgradeModalChoiceCard.isSingle .upgradeModalChoiceBadge{background:#111111e6;color:#fff}.upgradeModalChoiceCard h4{margin:0;font-size:20px;line-height:1.2}.upgradeModalChoiceCard p{margin:0;color:#111111b3;font-size:14px;line-height:1.5}.upgradeModalChoiceCard ul{display:grid;gap:8px;padding:0;margin:0;list-style:none}.upgradeModalChoiceCard li{display:flex;gap:8px;color:#111111c7;font-size:13px;line-height:1.45}.upgradeModalChoiceCard li:before{content:"";width:6px;height:6px;margin-top:7px;border-radius:999px;background:#11111180;flex-shrink:0}.upgradeModalChoiceButton{width:100%;justify-content:center;margin-top:2px}.upgradeModalChoiceFootnote{margin:-2px 0 0;color:#11111194;font-size:12px;line-height:1.5}.upgradeModalPlanRow{display:grid;gap:12px;padding:16px 18px;border-top:1px solid rgba(17,17,17,.08)}.upgradeModalPlanRow:first-child{border-top:none}.upgradeModalPlanHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.upgradeModalPlanMeta{display:grid;gap:4px}.upgradeModalPlanMeta h4{margin:0;font-size:18px}.upgradeModalPlanMeta p{margin:0;font-size:14px;line-height:1.5;color:#111111b8}.upgradeModalPlanBadge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#1111110f;font-size:12px;font-weight:700;color:#111111bd}.upgradeModalPlanRow.isRecommended .upgradeModalPlanBadge{background:#111111e0;color:#fff}.upgradeModalPlanFeatures{display:grid;gap:8px;padding:0;margin:0;list-style:none}.upgradeModalPlanFeatures li{font-size:14px;color:#111c}.upgradeModalFooter{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:4px}.upgradeModalFootnote{margin:0;font-size:13px;color:#1111119e}.upgradeModalActions{display:flex;flex-wrap:wrap;gap:10px}.upgradeModalSecondaryButton{background:#ffffffb3;color:#111;border-color:#1111111f;box-shadow:none}.upgradeModalSecondaryButton:hover:not(:disabled){background:#ffffffeb;border-color:#1113;box-shadow:none}@media(max-width:768px){.upgradeModalOverlay{padding:12px}.upgradeModalHeader,.upgradeModalBody{padding-left:18px;padding-right:18px}.upgradeModalHeaderRow,.upgradeModalPlanHeader,.upgradeModalFooter{flex-direction:column;align-items:flex-start}.upgradeModalChoiceGrid{grid-template-columns:1fr}}.introInquiry{position:relative;width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-top:0;padding:64px 24px 72px;box-sizing:border-box;background:linear-gradient(160deg,#0f172a,#1e293b 45%,#0f172a);border-radius:0;overflow:hidden;text-align:center}.introInquiryInner{position:relative;z-index:2;max-width:560px;margin:0 auto}.introInquiryTitle{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#fff;margin:0 0 16px;line-height:1.35;letter-spacing:-.02em}.introInquiryDesc{font-size:15px;line-height:1.7;color:#ffffffc7;margin:0 0 28px}.introInquiryBtn{display:inline-block;padding:14px 32px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);border:none;border-radius:12px;text-decoration:none;box-shadow:0 4px 20px #0097d866;transition:transform .2s,box-shadow .2s}.introInquiryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0097d880}.introInquiryParticles{position:absolute;inset:0;z-index:1;pointer-events:none}.introInquiryParticles>.introInquiryParticle{pointer-events:auto}.introInquiryParticle{position:absolute;width:4px;height:4px;background:#ffffff59;border-radius:50%;animation:introInquiryFloat 12s ease-in-out infinite;animation-delay:calc(var(--i, 0) * -.5s);pointer-events:auto;cursor:default;transition:transform .2s ease-out,opacity .2s ease-out}.introInquiryParticle:hover{animation:none;transform:scale(2.5) translateY(-10px);opacity:.9}.introInquiryParticle:nth-child(odd){width:6px;height:6px;background:#0097d840;animation-duration:14s}.introInquiryParticle:nth-child(3n){width:3px;height:3px;background:#fff3;animation-duration:10s}@keyframes introInquiryFloat{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(15px,-20px) scale(1.1);opacity:.7}50%{transform:translate(-10px,-35px) scale(.9);opacity:.5}75%{transform:translate(-20px,-15px) scale(1.05);opacity:.6}}.introInquiryParticles .introInquiryParticle:nth-child(1){left:10%;top:20%}.introInquiryParticles .introInquiryParticle:nth-child(2){left:25%;top:60%}.introInquiryParticles .introInquiryParticle:nth-child(3){left:45%;top:15%}.introInquiryParticles .introInquiryParticle:nth-child(4){left:60%;top:70%}.introInquiryParticles .introInquiryParticle:nth-child(5){left:80%;top:25%}.introInquiryParticles .introInquiryParticle:nth-child(6){left:15%;top:75%}.introInquiryParticles .introInquiryParticle:nth-child(7){left:70%;top:50%}.introInquiryParticles .introInquiryParticle:nth-child(8){left:35%;top:40%}.introInquiryParticles .introInquiryParticle:nth-child(9){left:90%;top:60%}.introInquiryParticles .introInquiryParticle:nth-child(10){left:5%;top:45%}.introInquiryParticles .introInquiryParticle:nth-child(11){left:50%;top:80%}.introInquiryParticles .introInquiryParticle:nth-child(12){left:85%;top:10%}.introInquiryParticles .introInquiryParticle:nth-child(13){left:20%;top:35%}.introInquiryParticles .introInquiryParticle:nth-child(14){left:55%;top:55%}.introInquiryParticles .introInquiryParticle:nth-child(15){left:75%;top:35%}.introInquiryParticles .introInquiryParticle:nth-child(16){left:30%;top:85%}.introInquiryParticles .introInquiryParticle:nth-child(17){left:95%;top:45%}.introInquiryParticles .introInquiryParticle:nth-child(18){left:40%;top:5%}.introInquiryParticles .introInquiryParticle:nth-child(19){left:65%;top:90%}.introInquiryParticles .introInquiryParticle:nth-child(20){left:8%;top:55%}.introInquiryParticles .introInquiryParticle:nth-child(21){left:92%;top:75%}.introInquiryParticles .introInquiryParticle:nth-child(22){left:48%;top:28%}.introInquiryParticles .introInquiryParticle:nth-child(23){left:22%;top:8%}.introInquiryParticles .introInquiryParticle:nth-child(24){left:78%;top:88%}.introInquiryCompact{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:14px 20px;margin-top:0;border-radius:0;min-height:56px}.introInquiryParticlesCompact .introInquiryParticle{width:3px;height:3px;animation-duration:8s}.introInquiryParticlesCompact .introInquiryParticle:nth-child(1){left:8%;top:30%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(2){left:22%;top:60%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(3){left:40%;top:20%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(4){left:58%;top:70%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(5){left:75%;top:40%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(6){left:92%;top:55%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(7){left:15%;top:75%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(8){left:50%;top:15%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(9){left:85%;top:25%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(10){left:30%;top:45%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(11){left:68%;top:80%}.introInquiryParticlesCompact .introInquiryParticle:nth-child(12){left:5%;top:50%}.introInquiryCompactText{margin:0;font-size:14px;color:#ffffffe0;font-weight:500}.introInquiryBtnCompact{padding:10px 22px;font-size:14px}.faqPage .introInquiry,.noticePage .introInquiry{margin-top:0}@media(max-width:640px){.introInquiry{padding:48px 20px 56px;margin-top:0}.introInquiryTitle{font-size:1.35rem}.introInquiryDesc{font-size:14px}.introInquiryCompact{flex-direction:column;gap:12px;padding:12px 16px}}.faqPage{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column}.faqPage .navbar{width:100%;position:fixed;top:0;left:0;right:0;z-index:1001;display:block!important;gap:0!important;padding:0!important;align-items:stretch!important;isolation:isolate;transition:background-color .25s ease,backdrop-filter .25s ease,border-color .25s ease,box-shadow .25s ease}.faqPage .navbar.navbarAtTop{background-color:#ffffff24!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a}.faqPage .navbar.navbarAtTop .navLink,.faqPage .navbar.navbarAtTop .mobileNavLink{color:#fff}.faqPage .navbar.navbarAtTop .navLink:hover,.faqPage .navbar.navbarAtTop .mobileNavLink:hover{color:#ffffffe6}.faqPage .navbar.navbarAtTop .navLink:after,.faqPage .navbar.navbarAtTop .navLink.active:after{background:#fff}.faqPage .navbar.navbarAtTop .mobileMenuBtn{color:#fff}.faqPage .navbar.navbarScrolled{background-color:#fff!important;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.faqPage .navbar.navbarScrolled .navLink,.faqPage .navbar.navbarScrolled .mobileNavLink{color:#333}.faqPage .navbar.navbarScrolled .navLink:hover{color:var(--brand)}.faqPage .navbar.navbarScrolled .navLink:after{background:var(--brand)}.faqPage .navbar.navbarScrolled .mobileMenuBtn{color:#333}.faqPage .navContainer{max-width:1200px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.faqPage .navLogo{display:flex;align-items:center;cursor:pointer;text-decoration:none}.faqPage .logoImage{height:52px;width:auto;object-fit:contain}.faqPage .navMenu{display:flex;gap:32px;align-items:center}.faqPage .navLink{font-size:18px;font-weight:500;color:#333;text-decoration:none;transition:color .2s ease;position:relative}.faqPage .navLink:hover{color:var(--brand)}.faqPage .navLink:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--brand);transition:width .3s ease}.faqPage .navLink:hover:after{width:100%}.faqPage .navLink.active{color:var(--brand)}.faqPage .navLink.active:after{width:100%}.faqPage .mobileMenuBtn{display:none;background:none;border:none;font-size:28px;color:#333;cursor:pointer;padding:8px}.faqPage .mobileMenu{display:none;background:#fff;border-top:1px solid #e0e0e0;padding:16px 24px}.faqPage .mobileNavLink{display:block;padding:14px 0;font-size:18px;font-weight:500;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:color .2s ease}.faqPage .mobileNavLink:last-child{border-bottom:none}.faqPage .mobileNavLink:hover{color:var(--brand)}.faqPage .mobileNavLink.active{color:var(--brand);font-weight:600}.faqHero{--nav-height: 80px;width:100%;min-height:calc(320px + var(--nav-height));position:relative;overflow:hidden;background:linear-gradient(180deg,var(--brand-dark) 0%,var(--brand) 100%);isolation:isolate;display:flex;align-items:flex-end;justify-content:center}.faqHeroImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.faqHeroVideo{position:absolute;width:100vmax;height:100vmax;left:50%;top:50%;margin-left:-50vmax;margin-top:-50vmax;transform:rotate(90deg);object-fit:cover;z-index:0}.faqHero:after{content:"";position:absolute;inset:0;background:#0006;z-index:1;pointer-events:none}.faqHeroCaption{position:absolute;top:var(--nav-height);left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;pointer-events:none}.faqHeroTitle{font-size:48px;font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.01em;text-shadow:0 1px 3px rgba(0,0,0,.4)}.faqHeroSubtitle{font-size:18px;color:#fffffff2;margin:0;font-weight:400;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.jellyfishBackground{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:visible}.floatingJellyfish{position:absolute;width:100px;height:100px;transition:all .3s ease;pointer-events:none;filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(255,255,255,.3)) blur(1px);z-index:0;opacity:1;visibility:visible;animation-fill-mode:backwards}.floatingJellyfish svg circle[style*="display: none"],.floatingJellyfish svg ellipse[style*="display: none"]{display:none!important;opacity:0!important;visibility:hidden!important}.floatingJellyfish.size-medium{width:150px;height:150px}.floatingJellyfish.size-large{width:200px;height:200px}@keyframes jellyfishSwim1{0%{left:18%;bottom:-12%;opacity:1;visibility:visible}50%{left:22%;bottom:105%;opacity:1;visibility:visible}50.01%{left:22%;bottom:105%;opacity:1;visibility:hidden}51%{left:18%;bottom:-12%;opacity:1;visibility:hidden}to{left:18%;bottom:-12%;opacity:1;visibility:visible}}@keyframes jellyfishSwim2{0%{left:42%;bottom:-10%;opacity:1;visibility:visible}50%{left:38%;bottom:105%;opacity:1;visibility:visible}50.01%{left:38%;bottom:105%;opacity:1;visibility:hidden}51%{left:42%;bottom:-10%;opacity:1;visibility:hidden}to{left:42%;bottom:-10%;opacity:1;visibility:visible}}@keyframes jellyfishSwim3{0%{left:66%;bottom:-14%;opacity:1;visibility:visible}50%{left:70%;bottom:105%;opacity:1;visibility:visible}50.01%{left:70%;bottom:105%;opacity:1;visibility:hidden}51%{left:66%;bottom:-14%;opacity:1;visibility:hidden}to{left:66%;bottom:-14%;opacity:1;visibility:visible}}@keyframes jellyfishSwim4{0%{left:86%;bottom:-8%;opacity:1;visibility:visible}50%{left:88%;bottom:105%;opacity:1;visibility:visible}50.01%{left:88%;bottom:105%;opacity:1;visibility:hidden}51%{left:86%;bottom:-8%;opacity:1;visibility:hidden}to{left:86%;bottom:-8%;opacity:1;visibility:visible}}.jellyfish-swim-1{animation:jellyfishSwim1 25s linear infinite 0s;animation-fill-mode:backwards}.jellyfish-swim-2{animation:jellyfishSwim2 28s linear infinite 2s;animation-fill-mode:backwards}.jellyfish-swim-3{animation:jellyfishSwim3 26s linear infinite 4s;animation-fill-mode:backwards}.jellyfish-swim-4{animation:jellyfishSwim4 30s linear infinite 1s;animation-fill-mode:backwards}.faqContainer{flex:1;max-width:900px;margin:0 auto;padding:80px 20px;width:100%}.faqContainer{max-width:900px;margin:0 auto}.faqPageTitle{font-size:42px;font-weight:700;text-align:center;margin-bottom:60px;color:#1a1a1a}.faqList{display:flex;flex-direction:column;gap:16px}.faqItem{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;transition:all .3s ease}.faqItem:hover{border-color:var(--brand);box-shadow:0 4px 12px #2259c91a}.faqQuestion{width:100%;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;background:none;border:none;text-align:left;cursor:pointer;font-size:18px;font-weight:600;color:#1a1a1a;transition:color .2s ease}.faqQuestion:hover{color:var(--brand)}.faqIcon{font-size:20px;color:#6b7280;transition:transform .3s ease,color .2s ease;flex-shrink:0;margin-left:16px}.faqIcon.open{transform:rotate(180deg);color:var(--brand)}.faqAnswer{padding:0 28px 24px;font-size:16px;line-height:1.7;color:#6b7280;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:500px;padding-top:0;padding-bottom:24px}}@media(max-width:768px){.faqPage .navMenu{display:none}.faqPage .mobileMenuBtn,.faqPage .mobileMenu{display:block}}@media(max-width:640px){.faqPage .navContainer{padding:16px 20px}.faqPage .logoImage{height:36px}.faqHero{--nav-height: 64px;min-height:calc(250px + var(--nav-height))}.faqHeroTitle{font-size:32px}.faqHeroSubtitle{font-size:15px}.faqContainer{padding:60px 20px}.faqPageTitle{font-size:28px;margin-bottom:40px}.faqQuestion{font-size:16px;padding:20px}.faqAnswer{font-size:15px;padding:0 20px 20px}.faqIcon{font-size:18px}}.faqPage .footer{width:100%;background:#1a1a1a;color:#fff;padding:50px 20px;margin-top:0}.faqPage .footerContainer{max-width:1000px;margin:0 auto;text-align:center}.faqPage .footerContainer p{margin:12px 0;font-size:14px;line-height:1.8;color:#a0a0a0}.faqPage .footerContainer a{color:var(--brand);text-decoration:none;transition:color .3s}.faqPage .footerContainer a:hover{color:#4a7fd9}.faqPage .copyright{margin-top:30px!important;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);font-size:13px!important;color:#666!important}@media(max-width:640px){.faqPage .footerContainer p{font-size:12px;line-height:1.6}.faqPage .copyright{font-size:11px!important}}.siteFooter{background:#111;color:#ffffffc7}.siteFooterInner{width:min(1120px,calc(100vw - 40px));margin:0 auto;padding:28px 0;display:grid;gap:14px}.siteFooterCompact .siteFooterInner{padding:22px 0}.siteFooterLegalLinks{display:flex;flex-wrap:wrap;gap:10px 18px}.siteFooterLegalLinks a{color:#fff;font-size:13px;font-weight:800;text-decoration:none}.siteFooterLegalLinks a:hover{text-decoration:underline}.siteFooterBusiness{display:grid;gap:5px}.siteFooterBusiness p,.siteFooterCopyright{margin:0;font-size:12px;line-height:1.55}.siteFooterCopyright{color:#ffffff85}@media(max-width:768px){.siteFooterInner{width:min(100vw - 24px,1120px)}}.homeRoot{min-height:100vh;background:#fffaf0;color:#111;overflow-x:hidden}.homeRoot a{color:inherit}.homeNav{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffaf0eb;border-bottom:1px solid rgba(17,17,17,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.homeNavInner{width:min(1180px,calc(100vw - 48px));min-height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.homeLogo{display:inline-flex;align-items:center;gap:10px;color:#111;font-size:16px;font-weight:800;text-decoration:none;white-space:nowrap}.homeLogo img{width:34px;height:34px;object-fit:contain}.homeNavLinks{display:flex;align-items:center;gap:8px}.homeNavLinks a,.homeLoginLink{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:8px;color:#111111b8;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .18s ease,color .18s ease}.homeNavLinks a:hover,.homeNavLinks a.isActive,.homeLoginLink:hover{background:#11111114;color:#111}.homeNavActions{display:flex;align-items:center;gap:10px}.homeNavButton,.homeMenuButton,.homePrimaryAction,.homeSecondaryAction,.homeUploadButton,.homeCommerceLink{min-height:44px;border-radius:8px;font:inherit;font-size:14px;font-weight:800;text-decoration:none;cursor:pointer}.homeNavButton,.homePrimaryAction{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #111111;background:#111;color:#fff;padding:0 18px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.homeNavButton:hover,.homePrimaryAction:hover{background:#2b2b2b;transform:translateY(-1px);box-shadow:0 8px 20px #11111129}.homeMenuButton{display:none;width:44px;align-items:center;justify-content:center;border:1px solid rgba(17,17,17,.12);background:#fff;color:#111;padding:0}.homeMobileMenu{width:min(1180px,calc(100vw - 32px));margin:0 auto 14px;padding:12px;display:none;border:1px solid rgba(17,17,17,.1);border-radius:8px;background:#fff;box-shadow:0 18px 36px #1111111f}.homeMobileMenu a{display:flex;align-items:center;min-height:42px;padding:0 12px;border-radius:8px;color:#111111c7;font-size:14px;font-weight:800;text-decoration:none}.homeMobileMenu a:hover{background:#f3efe4;color:#111}.homeHero{position:relative;min-height:720px;padding:124px 0 72px;isolation:isolate;overflow:hidden;background:#fff1be}.homeHeroBackdrop{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,#fff1befa,#fff1bee6 44%,#fff1beb8),url(/background.png);background-size:cover;background-position:center}.homeHeroInner{width:min(1180px,calc(100vw - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);gap:56px;align-items:center}.homeHeroCopy{display:grid;gap:24px}.homeEyebrow{display:inline-flex;width:fit-content;min-height:30px;align-items:center;padding:0 12px;border:1px solid rgba(17,17,17,.12);border-radius:8px;background:#ffffffad;color:#111111ad;font-size:12px;font-weight:900;letter-spacing:0}.homeHero h1{max-width:720px;margin:0;color:#111;font-size:64px;line-height:1.05;font-weight:900;letter-spacing:0}.homeHeroCopy p{max-width:640px;margin:0;color:#111111b8;font-size:18px;line-height:1.75}.homeHeroActions{display:flex;flex-wrap:wrap;gap:12px}.homeSecondaryAction,.homeCommerceLink{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(17,17,17,.16);background:#ffffffd1;color:#111;padding:0 18px;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.homeSecondaryAction:hover,.homeCommerceLink:hover{transform:translateY(-1px);border-color:#11111147;background:#fff}.homeHeroChecks{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.homeHeroChecks li{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border-radius:8px;background:#ffffffb3;color:#111111bd;font-size:13px;font-weight:800}.homeUploadPanel{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:36px;border:2px dashed rgba(17,17,17,.2);border-radius:8px;background:#ffffffe6;box-shadow:0 24px 52px #1111111f;text-align:center;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.homeUploadPanel:hover,.homeUploadPanel.isDragging{transform:translateY(-3px);border-color:#111;background:#fff}.homeUploadPanel input{display:none}.homeUploadIcon{width:76px;height:76px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#d9f99d;color:#111;font-size:34px}.homeUploadPanel strong{max-width:330px;color:#111;font-size:24px;line-height:1.25}.homeUploadPanel span{max-width:350px;color:#11111194;font-size:14px;line-height:1.7}.homeUploadButton{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(17,17,17,.14);background:#ffd166;color:#111;padding:0 22px}.homeUploadButton:hover{background:#ffc247}.homeToolStrip,.homeWorkflowSection,.homeCommerceSection,.homeVisualSection{width:min(1180px,calc(100vw - 48px));margin:0 auto}.homeToolStrip{padding:88px 0 44px}.homeSectionHeader{max-width:760px;display:grid;gap:12px;margin-bottom:28px}.homeSectionHeader.isCentered{max-width:720px;margin-right:auto;margin-left:auto;text-align:center;justify-items:center}.homeSectionHeader h2,.homeCommerceCopy h2,.homeVisualCopy h2{margin:0;color:#111;font-size:40px;line-height:1.15;font-weight:900;letter-spacing:0}.homeSectionHeader p,.homeCommerceCopy p,.homeVisualCopy p{margin:0;color:#111111ad;font-size:16px;line-height:1.75}.homeToolGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.homeToolCard{min-height:230px;display:flex;flex-direction:column;gap:12px;padding:22px;border:1px solid rgba(17,17,17,.1);border-radius:8px;background:#fff;color:#111;text-decoration:none;box-shadow:0 8px 22px #1111110d;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.homeToolCard:hover{transform:translateY(-4px);border-color:#1111113d;box-shadow:0 18px 34px #1111111a}.homeToolIcon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f3efe4;color:#111;font-size:22px}.homeToolCard:nth-child(3n+1) .homeToolIcon{background:#d9f99d}.homeToolCard:nth-child(3n+2) .homeToolIcon{background:#c7f9cc}.homeToolCard:nth-child(3n) .homeToolIcon{background:#ffd166}.homeToolCard strong{color:#111;font-size:20px;line-height:1.25}.homeToolCard p{flex:1;margin:0;color:#1111119e;font-size:14px;line-height:1.7}.homeToolLink{display:inline-flex;align-items:center;gap:6px;color:#111111d6;font-size:13px;font-weight:900}.homeWorkflowSection{padding:52px 0 72px}.homeWorkflowGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.homeWorkflowCard{min-height:260px;position:relative;padding:26px;border-radius:8px;background:#111;color:#fff;overflow:hidden}.homeWorkflowCard:nth-child(2){background:#264653}.homeWorkflowCard:nth-child(3){background:#4a4238}.homeWorkflowNumber{color:#ffffff6b;font-size:42px;line-height:1;font-weight:900}.homeWorkflowIcon{position:absolute;top:28px;right:26px;font-size:26px;color:#ffd166}.homeWorkflowCard h3{margin:42px 0 12px;color:#fff;font-size:26px;line-height:1.2}.homeWorkflowCard p{margin:0;color:#ffffffc2;font-size:15px;line-height:1.7}.homeCommerceSection{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:28px;align-items:stretch;padding:36px;border:1px solid rgba(17,17,17,.1);border-radius:8px;background:#fff;box-shadow:0 20px 44px #11111114}.homeCommerceCopy{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.homeCommerceCopy p{max-width:520px}.homeCommerceLink{margin-top:auto}.homePassGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.homePassCard{min-height:210px;display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:8px;background:#fffaf0;border:1px solid rgba(17,17,17,.08)}.homePassCard:nth-child(2){background:#d9f99d}.homePassCard:nth-child(3){background:#f3efe4}.homePassCard span{color:#1111119e;font-size:13px;font-weight:900}.homePassCard strong{color:#111;font-size:28px;line-height:1.1}.homePassCard p{margin:auto 0 0;color:#111111a8;font-size:14px;line-height:1.6}.homeVisualSection{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:36px;align-items:center;padding:88px 0}.homeVisualMedia{min-height:420px;border-radius:8px;overflow:hidden;background:#e9e3d5;box-shadow:0 24px 52px #1111111a}.homeVisualMedia img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.homeVisualCopy{display:grid;gap:16px}.homeVisualCopy ul{display:grid;gap:10px;padding:0;margin:6px 0 0;list-style:none}.homeVisualCopy li{display:flex;align-items:center;gap:10px;color:#111111c2;font-size:15px;font-weight:800}.homeVisualCopy li svg{color:#111}.homeRoot .introInquiry{background:#111}.homeRoot .introInquiryParticle{display:none}.homeRoot .introInquiryBtn{border-radius:8px;background:#ffd166;color:#111;box-shadow:none}.homeRoot .introInquiryBtn:hover{box-shadow:none}@media(max-width:1024px){.homeNavInner{width:min(100vw - 32px,1180px)}.homeNavLinks,.homeLoginLink,.homeNavButton{display:none}.homeMenuButton{display:inline-flex}.homeMobileMenu{display:grid}.homeHero{min-height:auto;padding:112px 0 52px}.homeHeroInner{width:min(100vw - 32px,1180px);grid-template-columns:1fr;gap:32px}.homeHero h1{max-width:760px;font-size:48px}.homeToolStrip,.homeWorkflowSection,.homeCommerceSection,.homeVisualSection{width:min(100vw - 32px,1180px)}.homeToolGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeCommerceSection,.homeVisualSection{grid-template-columns:1fr}.homePassGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.homeHero h1,.homeSectionHeader h2,.homeCommerceCopy h2,.homeVisualCopy h2{font-size:34px}.homeHeroCopy p,.homeSectionHeader p,.homeCommerceCopy p,.homeVisualCopy p{font-size:15px}.homeUploadPanel{min-height:330px;padding:28px 22px}.homeUploadPanel strong{font-size:21px}.homeToolGrid,.homeWorkflowGrid,.homePassGrid{grid-template-columns:1fr}.homeWorkflowCard,.homePassCard{min-height:auto}.homeCommerceSection{padding:24px}.homeVisualMedia,.homeVisualMedia img{min-height:300px}}@media(max-width:520px){.homeNavInner{min-height:64px}.homeLogo span{display:none}.homeHero{padding-top:96px}.homeHero h1,.homeSectionHeader h2,.homeCommerceCopy h2,.homeVisualCopy h2{font-size:30px}.homeHeroActions,.homePrimaryAction,.homeSecondaryAction,.homeCommerceLink,.homeHeroChecks li{width:100%}}.noticePage{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column}.noticePage .navbar{width:100%;position:fixed;top:0;left:0;right:0;z-index:1001;display:block!important;gap:0!important;padding:0!important;align-items:stretch!important;isolation:isolate;transition:background-color .25s ease,backdrop-filter .25s ease,border-color .25s ease,box-shadow .25s ease}.noticePage .navbar.navbarAtTop{background-color:#ffffff24!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a}.noticePage .navbar.navbarAtTop .navLink,.noticePage .navbar.navbarAtTop .mobileNavLink{color:#fff}.noticePage .navbar.navbarAtTop .navLink:hover,.noticePage .navbar.navbarAtTop .mobileNavLink:hover{color:#ffffffe6}.noticePage .navbar.navbarAtTop .navLink:after,.noticePage .navbar.navbarAtTop .navLink.active:after{background:#fff}.noticePage .navbar.navbarAtTop .mobileMenuBtn{color:#fff}.noticePage .navbar.navbarScrolled{background-color:#fff!important;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}.noticePage .navbar.navbarScrolled .navLink,.noticePage .navbar.navbarScrolled .mobileNavLink{color:#333}.noticePage .navbar.navbarScrolled .navLink:hover{color:var(--brand)}.noticePage .navbar.navbarScrolled .navLink:after{background:var(--brand)}.noticePage .navbar.navbarScrolled .mobileMenuBtn{color:#333}.noticePage .navContainer{max-width:1200px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.noticePage .navLogo{display:flex;align-items:center;cursor:pointer;text-decoration:none}.noticePage .logoImage{height:52px;width:auto;object-fit:contain}.noticePage .navMenu{display:flex;gap:32px;align-items:center}.noticePage .navLink{font-size:18px;font-weight:500;color:#333;text-decoration:none;transition:color .2s ease;position:relative}.noticePage .navLink:hover{color:var(--brand)}.noticePage .navLink:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--brand);transition:width .3s ease}.noticePage .navLink:hover:after{width:100%}.noticePage .navLink.active{color:var(--brand)}.noticePage .navLink.active:after{width:100%}.noticePage .mobileMenuBtn{display:none;background:none;border:none;font-size:28px;color:#333;cursor:pointer;padding:8px}.noticePage .mobileMenu{display:none;background:#fff;border-top:1px solid #e0e0e0;padding:16px 24px}.noticePage .mobileNavLink{display:block;padding:14px 0;font-size:18px;font-weight:500;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:color .2s ease}.noticePage .mobileNavLink:last-child{border-bottom:none}.noticePage .mobileNavLink:hover{color:var(--brand)}.noticePage .mobileNavLink.active{color:var(--brand);font-weight:600}.noticeHero{--nav-height: 80px;width:100%;min-height:calc(320px + var(--nav-height));position:relative;overflow:hidden;background:linear-gradient(180deg,var(--brand-dark) 0%,var(--brand) 100%);isolation:isolate;display:flex;align-items:flex-end;justify-content:center}.noticeHeroImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.noticeHeroVideo{position:absolute;width:100vmax;height:100vmax;left:50%;top:50%;margin-left:-50vmax;margin-top:-50vmax;transform:rotate(90deg);object-fit:cover;z-index:0}.noticeHero:after{content:"";position:absolute;inset:0;background:#0097d86b;z-index:1;pointer-events:none}.noticeHeroCaption{position:absolute;top:var(--nav-height);left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px;pointer-events:none}.noticeHeroTitle{font-size:48px;font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.01em;text-shadow:0 1px 3px rgba(0,0,0,.4)}.noticeHeroSubtitle{font-size:18px;color:#fffffff2;margin:0;font-weight:400;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.turtleBackground{position:absolute;top:0;left:0;width:100%;height:100%}.noticeHeroLottieWrap{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.5}.noticeHeroLottie{width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:0;overflow:hidden;transform:scale(1.8) translateY(-12%)}.floatingTurtle{position:absolute;width:250px;height:250px;transition:all .3s ease;pointer-events:none;filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(255,255,255,.3)) blur(1px);z-index:0;opacity:1;visibility:visible;animation-fill-mode:backwards}.floatingTurtle.size-medium{width:150px;height:150px}.floatingTurtle.size-large{width:200px;height:200px}@keyframes turtleSwim{0%{left:-10%;top:50%;transform:translateY(-50%);opacity:1;visibility:visible}to{left:110%;top:50%;transform:translateY(-50%);opacity:1;visibility:visible}}.turtle-swim{animation:turtleSwim 35s linear infinite 0s;animation-fill-mode:backwards}.noticeContainer{flex:1;max-width:1000px;margin:0 auto;padding:80px 20px;width:100%}.noticePageTitle{font-size:42px;font-weight:700;text-align:center;margin-bottom:60px;color:#1a1a1a}.noticeList{width:100%}.noticeTable{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.noticeTable thead{background:#f9fafb}.noticeTable th{padding:16px 20px;text-align:left;font-size:14px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.noticeTable .colNumber{width:80px;text-align:center}.noticeTable .colTitle{width:auto}.noticeTable .colDate{width:120px;text-align:center}.noticeRow{cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.noticeRow:last-child{border-bottom:none}.noticeRow:hover{background-color:#f9fafb}.noticeTable td{padding:20px;font-size:15px;color:#1a1a1a;vertical-align:middle}.noticeTable .colNumber{text-align:center;color:#6b7280;font-weight:500}.noticeTable .colTitle{font-weight:500;display:flex;align-items:center;gap:8px}.noticeTable .colDate{text-align:center;color:#6b7280;font-size:14px}.importantBadge{display:inline-flex;align-items:center;padding:4px 10px;background:#fee2e2;color:#dc2626;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap}.noticeDetail{width:100%}.backButton{padding:10px 20px;margin-bottom:24px;background:none;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.backButton:hover{background:#f9fafb;border-color:var(--brand);color:var(--brand)}.noticeDetailHeader{padding:32px;border-bottom:2px solid #e5e7eb;margin-bottom:32px}.noticeDetailTitle{font-size:28px;font-weight:700;color:#1a1a1a;margin:16px 0 12px;display:flex;align-items:center;gap:12px}.noticeDetailDate{font-size:14px;color:#6b7280}.noticeDetailContent{padding:32px;font-size:16px;line-height:1.8;color:#374151;white-space:pre-wrap;min-height:200px}@media(max-width:768px){.noticePage .navMenu{display:none}.noticePage .mobileMenuBtn,.noticePage .mobileMenu{display:block}}@media(max-width:640px){.noticePage .navContainer{padding:16px 20px}.noticePage .logoImage{height:36px}.noticeHero{--nav-height: 64px;min-height:calc(250px + var(--nav-height))}.noticeHeroTitle{font-size:32px}.noticeHeroSubtitle{font-size:15px}.noticeContainer{padding:60px 20px}.noticePageTitle{font-size:28px;margin-bottom:40px}.noticeTable{font-size:14px}.noticeTable th,.noticeTable td{padding:12px 8px}.noticeTable .colNumber{width:50px}.noticeTable .colDate{width:90px;font-size:12px}.noticeTable .colTitle{font-size:14px}.importantBadge{font-size:10px;padding:3px 8px}.noticeDetailHeader{padding:24px 20px}.noticeDetailTitle{font-size:22px;flex-direction:column;align-items:flex-start;gap:8px}.noticeDetailContent{padding:24px 20px;font-size:15px}}.noticePage .footer{width:100%;background:#1a1a1a;color:#fff;padding:50px 20px;margin-top:0}.noticePage .footerContainer{max-width:1000px;margin:0 auto;text-align:center}.noticePage .footerContainer p{margin:12px 0;font-size:14px;line-height:1.8;color:#a0a0a0}.noticePage .footerContainer a{color:var(--brand);text-decoration:none;transition:color .3s}.noticePage .footerContainer a:hover{color:#4a7fd9}.noticePage .copyright{margin-top:30px!important;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);font-size:13px!important;color:#666!important}@media(max-width:640px){.noticePage .footerContainer p{font-size:12px;line-height:1.6}.noticePage .copyright{font-size:11px!important}}.pdfToolsRoot{min-height:100vh;background:#f6f7f8;color:#16181d}.pdfToolsTopbar{height:72px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dde1e6;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.toolLogo{display:inline-flex;align-items:center}.toolLogo img{height:36px;width:auto}.pdfToolsNav{display:flex;align-items:center;gap:18px}.pdfToolsNav a{color:#404650;text-decoration:none;font-size:14px;font-weight:700}.pdfToolsNav a:hover{color:#111318}.pdfToolsShell{width:min(1440px,100%);margin:0 auto;padding:24px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px}.pdfToolsLandingShell{width:min(1180px,100%);margin:0 auto;padding:34px 24px 56px;display:grid;gap:22px}.toolsLandingHero{min-height:240px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:34px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;box-shadow:0 18px 36px #1018280f}.toolsLandingHero h1{max-width:680px;margin:8px 0 10px;font-size:clamp(38px,6vw,66px);line-height:.98;letter-spacing:0}.toolsLandingHero p{max-width:620px;margin:0;color:#545c67;font-size:17px;line-height:1.55}.toolsLandingChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.toolsLandingChips span{min-height:30px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid #dfe3e8;border-radius:999px;background:#f7f8fa;color:#3f4650;font-size:12px;font-weight:900}.toolsLandingPrimary{min-width:178px;text-decoration:none}.toolsFeaturedGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.toolsFeaturedCard,.toolsCategoryBlock,.toolsCategoryItem{border:1px solid #dfe3e8;border-radius:8px;background:#fff}.toolsFeaturedCard{min-height:210px;position:relative;display:grid;align-content:start;gap:12px;padding:18px;color:#16181d;text-decoration:none;box-shadow:0 12px 26px #1018280d;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.toolsFeaturedCard:hover,.toolsCategoryItem:hover{border-color:#c7cdd6;background:#f9fafb}.toolsFeaturedCard:hover{transform:translateY(-2px);box-shadow:0 18px 34px #10182814}.toolsCardIcon,.toolsCategoryIcon{display:grid;place-items:center;border-radius:7px;background:#eceff3;color:#20242b}.toolsCardIcon{width:46px;height:46px;font-size:24px}.toolsCardBadge{position:absolute;top:18px;right:18px;min-height:26px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;background:#f2f4f7;color:#5e6672;font-size:11px;font-weight:900}.toolsFeaturedCard h2,.toolsCategoryHeader h2{margin:0;letter-spacing:0}.toolsFeaturedCard h2{font-size:22px}.toolsFeaturedCard p,.toolsCategoryHeader p{margin:0;color:#5d6672;line-height:1.55}.toolsFeaturedCard p{font-size:14px}.toolsCategoryStack{display:grid;gap:14px}.toolsCategoryBlock{padding:20px}.toolsCategoryHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid #e5e9ef}.toolsCategoryHeader h2{font-size:24px}.toolsCategoryHeader p{max-width:560px;text-align:right}.toolsCategoryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:16px}.toolsCategoryItem{min-height:66px;display:flex;align-items:center;gap:12px;padding:12px;color:#20242b;text-decoration:none;transition:border-color .16s ease,background .16s ease}.toolsCategoryIcon{width:40px;height:40px;flex:0 0 auto;font-size:21px;transition:background .16s ease,color .16s ease}.toolsCategoryItem:hover .toolsCategoryIcon{background:#191c22;color:#fff}.toolsCategoryItem strong,.toolsCategoryItem small{display:block}.toolsCategoryItem strong{font-size:14px}.toolsCategoryItem small{margin-top:3px;color:#727b87;font-size:11px;font-weight:900}.toolSidebar,.toolWorkspace,.toolDropzone,.toolFilePanel,.toolOptionPanel,.toolResultPanel{border:1px solid #dfe3e8;background:#fff;border-radius:8px}.toolSidebar{align-self:start;position:sticky;top:96px;padding:18px}.toolSidebarHeader span,.toolEyebrow{display:block;color:#6a717c;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.toolSidebarHeader h1{margin:4px 0 16px;font-size:24px;letter-spacing:0}.toolList{display:grid;gap:8px}.toolListItem{min-height:56px;display:flex;align-items:center;gap:12px;padding:10px;border:1px solid transparent;border-radius:7px;color:#252a31;text-decoration:none}.toolListItem:hover,.toolListItem.is-active{background:#f2f4f7;border-color:#d8dde5}.toolListIcon{width:34px;height:34px;display:grid;place-items:center;border-radius:7px;background:#e9edf2;color:#20242b;font-size:20px;flex:0 0 auto}.toolListItem strong,.toolListItem small{display:block}.toolListItem strong{font-size:14px}.toolListItem small{margin-top:2px;color:#737b86;font-size:11px;font-weight:800}.toolWorkspace{padding:20px}.toolHero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #e4e8ee}.toolHeroText h2{margin:6px 0;font-size:32px;letter-spacing:0}.toolHeroText p{margin:0;color:#545c67;line-height:1.55}.toolUsagePill{display:inline-flex;width:fit-content;align-items:center;min-height:30px;margin-top:12px;padding:0 11px;border:1px solid #dfe3e8;border-radius:999px;background:#fff;color:#545c67;font-size:12px;font-weight:800}.toolUsageDeck{display:grid;gap:8px;margin-top:12px}.toolUsageDeck.is-exceeded .toolUsagePill{border-color:#191c22;color:#191c22}.toolUsageMeta{display:flex;flex-wrap:wrap;gap:8px}.toolUsageMeta span{min-height:28px;display:inline-flex;align-items:center;gap:4px;padding:0 10px;border:1px solid #e1e5eb;border-radius:999px;background:#f8f9fb;color:#59616d;font-size:12px;font-weight:800}.toolUsageMeta strong{color:#171b21}.toolPrimaryButton,.toolSecondaryButton,.toolOutputActions button,.toolFileActions button,.toolSegmented button{border:1px solid #d7dce3;border-radius:7px;background:#fff;color:#1e232b;font:inherit;font-weight:800;cursor:pointer}.toolPrimaryButton{min-width:144px;height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#191c22;border-color:#191c22;color:#fff}a.toolPrimaryButton{text-decoration:none}.toolPrimaryButton:disabled,.toolSecondaryButton:disabled,.toolFileActions button:disabled{cursor:not-allowed;opacity:.45}.toolSpin{animation:tool-spin .9s linear infinite}@keyframes tool-spin{to{transform:rotate(360deg)}}.toolGrid{margin-top:20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:16px}.toolDropzone,.toolFilePanel,.toolOptionPanel,.toolResultPanel{padding:18px}.toolDropzone{min-height:300px;display:grid;place-items:center;border-style:dashed}.toolDropzone.is-dragging{background:#f1f4f8;border-color:#9aa4b2}.toolDropzoneInner{display:grid;place-items:center;gap:10px;text-align:center}.toolDropzoneInner>svg{width:54px;height:54px;color:#4b5563}.toolDropzoneInner h3{margin:0;font-size:22px}.toolDropzoneInner p,.toolOptionPanel p{margin:0;color:#626b77;line-height:1.55}.toolSecondaryButton{min-height:38px;padding:0 14px}.toolSecondaryButton:hover,.toolOutputActions button:hover,.toolFileActions button:hover,.toolSegmented button:hover{background:#f2f4f7}.toolPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.toolPanelHeader h3,.toolOptionPanel h3{margin:0;font-size:17px}.toolPanelHeader span{color:#6e7681;font-size:12px;font-weight:800}.toolFileList,.toolOutputList{display:grid;gap:10px}.toolFileItem,.toolOutputItem{border:1px solid #e1e5eb;border-radius:7px;background:#fbfcfd}.toolFileItem{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.toolFileMeta{min-width:0}.toolFileMeta strong,.toolFileMeta span{display:block}.toolFileMeta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.toolFileMeta span{margin-top:4px;color:#737b86;font-size:12px}.toolFileActions,.toolOutputActions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.toolFileActions button{width:32px;height:32px;display:grid;place-items:center}.toolEmptyList{min-height:86px;display:grid;place-items:center;color:#737b86;border:1px dashed #dce1e7;border-radius:7px;text-align:center;padding:16px}.toolOptionPanel{display:grid;gap:14px}.toolField{display:grid;gap:8px}.toolField span,.toolInlineUpload span{color:#3c434d;font-size:13px;font-weight:800}.toolInput,.toolTextarea{min-height:40px;width:100%;box-sizing:border-box;border:1px solid #d7dce3;border-radius:7px;padding:0 12px;background:#fff;color:#151922;font:inherit}.toolTextarea{min-height:86px;padding:10px 12px;resize:vertical;line-height:1.5}.toolRange{width:100%}.toolSegmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.toolSegmentedGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.toolCropGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.toolSegmented button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;white-space:normal}.toolSegmented button.is-active{background:#191c22;border-color:#191c22;color:#fff}.toolInlineUpload{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.toolMessage{margin-bottom:10px;padding:10px 12px;border-radius:7px;font-size:13px;font-weight:800}.toolGateStrip{display:grid;gap:4px;margin-bottom:12px;padding:12px;border:1px solid #e0e4ea;border-radius:7px;background:#f7f8fa}.toolGateStrip.is-ready{border-color:#cfd5dd;background:#fff;box-shadow:inset 3px 0 #191c22}.toolGateStrip strong{font-size:13px}.toolGateStrip span{color:#606873;font-size:12px;line-height:1.5}.toolGateStrip small{color:#1f242c;font-size:12px;font-weight:900}.toolGatePriceRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:3px}.toolGatePriceRow small{min-height:26px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid #d7dce3;border-radius:999px;background:#fff}.toolBulkActions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.toolBulkActions button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d7dce3;border-radius:7px;background:#fff;color:#1e232b;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.toolBulkActions button:hover:not(:disabled){background:#f2f4f7}.toolBulkActions button:disabled{cursor:not-allowed;opacity:.45}.toolNotice{background:#edf8f0;color:#176334}.toolError{background:#fff0f0;color:#a22424}.toolOutputItem{padding:14px;display:grid;gap:12px}.toolOutputItem strong,.toolOutputItem p,.toolOutputItem span{display:block}.toolOutputItem p{margin:5px 0;color:#545c67}.toolOutputItem span{color:#737b86;font-size:12px;font-weight:800}.toolOutputItem .toolLockedHint{width:fit-content;margin-top:7px;padding:5px 8px;border:1px solid #dde2e8;border-radius:999px;background:#fff;color:#303640;font-size:11px;font-weight:900}.toolOutputActions{flex-wrap:wrap}.toolOutputActions button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;font-size:13px}@media(max-width:980px){.pdfToolsTopbar{padding:0 18px}.pdfToolsNav{display:none}.pdfToolsShell{grid-template-columns:1fr;padding:14px}.pdfToolsLandingShell{padding:18px 14px 36px}.toolsLandingHero{min-height:auto;align-items:flex-start;flex-direction:column;padding:24px}.toolsLandingPrimary{width:100%}.toolsFeaturedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolsCategoryHeader{align-items:flex-start;flex-direction:column}.toolsCategoryHeader p{max-width:none;text-align:left}.toolsCategoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolSidebar{position:static}.toolList{grid-template-columns:repeat(2,minmax(0,1fr))}.toolGrid{grid-template-columns:1fr}.toolHero{align-items:stretch;flex-direction:column}.toolPrimaryButton{width:100%}}@media(max-width:560px){.toolsFeaturedGrid,.toolsCategoryGrid{grid-template-columns:1fr}.toolsLandingHero,.toolsCategoryBlock{padding:18px}.toolList,.toolCropGrid{grid-template-columns:1fr}.toolFileItem{align-items:stretch;flex-direction:column}}
