@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";.platform-app{min-height:100vh;background:#f8fafc}.platform-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:16px}.back-btn{background:none;border:1px solid #e2e8f0;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;color:#64748b}.back-btn:hover{background:#f8fafc}.platform-header h1{font-size:22px;font-weight:700;color:#0f172a}.platform-header h1 span{font-size:14px;font-weight:400;color:#64748b;margin-left:8px}.year-selector{display:flex;align-items:center;gap:12px}.year-selector button{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-size:14px}.year-selector button:hover{background:#f8fafc}.year-selector span{font-weight:600;font-size:16px;min-width:60px;text-align:center}.platform-container{max-width:1200px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:200px 1fr;gap:24px}.month-sidebar{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:20px;height:fit-content}.month-sidebar h2{font-size:14px;color:#64748b;margin-bottom:16px;font-weight:500}.year-groups{display:flex;flex-direction:column;gap:8px}.year-group{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.year-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:none;background:#f8fafc;cursor:pointer;font-size:14px;font-weight:600;color:#334155}.year-header:hover{background:#f1f5f9}.year-header.expanded{border-bottom:1px solid #e2e8f0}.year-header .arrow{font-size:10px;color:#94a3b8}.month-list{list-style:none;padding:8px}.month-btn{width:100%;text-align:left;padding:10px 12px;border:none;background:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#475569;margin-bottom:2px}.month-btn:hover{background:#f1f5f9}.month-btn.active{background:#2dd4bf;color:#fff}.platform-main{display:flex;flex-direction:column;gap:24px}.loading-state{text-align:center;padding:48px;color:#94a3b8;font-size:15px}.tax-summary-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:28px}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.summary-header h2{font-size:20px;font-weight:600;color:#0f172a}.status-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500}.status-complete{background:#dcfce7;color:#16a34a}.status-pending{background:#fef3c7;color:#d97706}.status-none{background:#f1f5f9;color:#94a3b8}.tax-amounts{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.tax-row{display:flex;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.tax-row:last-child{border-bottom:none}.tax-label{color:#64748b;font-size:14px}.tax-value{font-weight:500;font-size:15px;color:#0f172a}.tax-row.highlight{background:#fefce8}.tax-row.highlight .tax-label{color:#a16207}.tax-row.total{background:#0f172a}.tax-row.total .tax-label{color:#94a3b8;font-weight:500}.tax-row.total .tax-value{color:#fff;font-size:18px;font-weight:600}.deadline-notice{margin-top:20px;padding:14px 18px;background:#f8fafc;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:14px;color:#475569}.deadline-icon{font-size:16px}.deadline-notice strong{color:#0f172a}.filed-notice{margin-top:16px;padding:14px 18px;background:#dcfce7;border-radius:8px;font-size:14px;color:#16a34a;font-weight:500}.payments-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;padding:28px}.payments-card h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:20px}.empty-state{text-align:center;padding:32px;color:#94a3b8;font-size:14px}.payments-table{width:100%;border-collapse:collapse}.payments-table th{text-align:left;padding:12px 10px;border-bottom:1px solid #e2e8f0;font-size:13px;color:#64748b;font-weight:500}.payments-table td{padding:14px 10px;border-bottom:1px solid #f1f5f9;font-size:14px;color:#334155}.payments-table .net-amount{font-weight:600;color:#0f172a}.landing{min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(45,212,191,.08) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(59,130,246,.08) 0%,transparent 40%),#fff;color:var(--dark);width:100%;margin:0;position:relative;overflow:hidden}.landing:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.07}.landing-header{padding:16px 24px}.landing-header-content{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-brand{display:flex;align-items:center;gap:8px}.header-tagline{font-size:13px;color:var(--color-gray)}.header-actions{display:flex;gap:8px;align-items:center}.landing-header .btn-ta-login{padding:8px 16px;background:transparent;border:none;font-size:14px;font-weight:500;color:var(--color-gray);cursor:pointer;transition:color .2s}.landing-header .btn-ta-login:hover{color:var(--color-mint)}.landing-header .btn-login{padding:8px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;color:var(--color-gray);cursor:pointer;transition:all .2s}.landing-header .btn-login:hover{border-color:var(--color-mint);color:var(--color-mint)}.landing:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.4}.hero{padding:100px 32px;background:radial-gradient(circle at 50% 50%,#fff,#f1f5f9);perspective:2000px;overflow:hidden}.hero-content{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.hero-text{animation:fadeInUp .8s ease-out}.headline{font-size:64px;font-weight:850;line-height:1.1;letter-spacing:-.05em;color:var(--dark);margin-bottom:32px}.subheadline{font-size:22px;color:#64748b;line-height:1.6;margin-bottom:48px;font-weight:500}.btn-primary-large{background:var(--dark);color:#fff;border:none;padding:20px 48px;border-radius:20px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #0f172a26}.btn-primary-large:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px #0f172a33}.gradient-text{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;filter:drop-shadow(0 0 30px rgba(45,212,191,.15))}.hero-showcase-3d{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeIn 1s ease-out .4s both}.dashboard-perspective{transform:rotateX(10deg) rotateY(-15deg) rotate(4deg);transform-style:preserve-3d;animation:floating3D 6s ease-in-out infinite}@keyframes floating3D{0%,to{transform:rotateX(10deg) rotateY(-15deg) rotate(4deg) translateY(0)}50%{transform:rotateX(12deg) rotateY(-13deg) rotate(4deg) translateY(-20px)}}.dashboard-container{width:540px;height:380px;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.4);box-shadow:-20px 40px 60px #0000001a,0 0 0 1px #ffffff80 inset;display:flex;padding:16px;gap:16px;position:relative}.glass-sidebar{width:80px;background:#f1f5f980;border-radius:16px;display:flex;flex-direction:column;align-items:center;padding-top:24px;gap:16px}.sidebar-dot{width:8px;height:8px;border-radius:50%;opacity:.8}.sidebar-dot.red{background:#ff5f56}.sidebar-dot.yellow{background:#ffbd2e}.sidebar-dot.green{background:#27c93f}.sidebar-nav-item{width:32px;height:32px;border-radius:10px;background:#ffffff80}.sidebar-nav-item.active{background:#fff;box-shadow:0 4px 12px #0000000d}.glass-content{flex:1;display:flex;flex-direction:column;gap:16px}.content-header{height:40px;display:flex;justify-content:space-between;align-items:center}.header-title-skeleton{width:100px;height:10px;background:#e2e8f0;border-radius:5px}.header-user-skeleton{width:28px;height:28px;border-radius:50%;background:#cbd5e1}.feed-list{display:flex;flex-direction:column;gap:12px}.feed-card{height:54px;background:#fff;border-radius:12px;display:flex;align-items:center;padding:0 16px;gap:12px;box-shadow:0 2px 8px #00000005;transform:translateZ(10px)}.feed-card.active{border:1px solid var(--mint);box-shadow:0 8px 16px #2dd4bf1a;transform:translateZ(30px)}.card-icon-box{width:28px;height:28px;background:#f1f5f9;border-radius:8px;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:14px}.feed-card.active .card-icon-box{background:var(--mint);color:#fff}.card-text-box{display:flex;flex-direction:column;gap:6px}.text-line-long{width:120px;height:8px;background:#f1f5f9;border-radius:4px}.text-line-medium{width:80px;height:8px;background:#f1f5f9;border-radius:4px}.text-line-short{width:40px;height:6px;background:#f8fafc;border-radius:3px}.card-amount-box{margin-left:auto;font-weight:700;color:#0f172a;font-size:14px}.floating-badge{position:absolute;padding:12px 20px;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;align-items:center;transform:translateZ(60px);border:1px solid rgba(255,255,255,.4)}.badge-success{right:-20px;top:40px;animation:floatBadge1 4s ease-in-out infinite}.badge-tax{left:-20px;bottom:80px;animation:floatBadge2 5s ease-in-out infinite;animation-delay:1s}@keyframes floatBadge1{0%,to{transform:translateZ(60px) translateY(0)}50%{transform:translateZ(60px) translateY(-10px)}}@keyframes floatBadge2{0%,to{transform:translateZ(50px) translateY(0)}50%{transform:translateZ(50px) translateY(10px)}}.floating-badge span{font-size:10px;color:#64748b;margin-bottom:4px;font-weight:600}.floating-badge strong{font-size:16px;color:#0f172a}.ambient-glow{position:absolute;width:400px;height:400px;filter:blur(100px);z-index:-1;opacity:.4}.ambient-glow.purple{background:#a855f7;top:-100px;right:-100px;animation:pulseGlow 8s infinite alternate}.ambient-glow.mint{background:#2dd4bf;bottom:-100px;left:-100px;animation:pulseGlow 8s infinite alternate-reverse}@keyframes pulseGlow{0%{transform:scale(1);opacity:.2}to{transform:scale(1.2);opacity:.4}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}.bento-section{padding:120px 32px;background:#fff;position:relative;z-index:1}.bento-container{max-width:900px;margin:0 auto}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,240px);gap:24px}.bento-item{background:#f8fafc;border-radius:32px;padding:40px;border:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.23,1,.32,1)}.bento-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d;border-color:var(--mint)}.bento-tag{position:absolute;top:32px;left:32px;font-size:11px;font-weight:800;padding:4px 12px;border-radius:20px;color:#475569;background:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #00000005}.bento-tag.success{background:#dcfce7;color:#16a34a}.stats-box{background:var(--gradient-brand);align-items:center;justify-content:center;color:var(--color-dark)}.stats-value{font-size:56px;font-family:Outfit,sans-serif;font-weight:900;line-height:1}.stats-label{font-size:16px;font-weight:700;opacity:.8}.floating-emoji{position:absolute;right:-20px;bottom:-20px;font-size:160px;opacity:.05;transform:rotate(-15deg)}.step-1,.step-2,.step-3{justify-content:space-between}.step-done{background:#f0fdf4;border-color:#bbf7d0;justify-content:space-between}.step-done:hover{box-shadow:0 20px 40px #16a34a1a;transform:translateY(-8px)}.bento-confetti{position:absolute;right:-10px;bottom:-10px;font-size:80px;opacity:.2;transform:rotate(20deg);pointer-events:none}.hero-actions{display:flex;gap:12px;margin-top:32px}.btn-primary{background:#2dd4bf;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s}.btn-primary:hover{box-shadow:0 12px 32px #2dd4bf4d}.btn-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f8fafc}.landing .code-section{position:relative}.landing .blur-circle{position:absolute;width:200px;height:200px;border-radius:50%;filter:blur(60px);z-index:-1}.landing .blur-circle.mint{top:-40px;right:-40px;background:#2dd4bf33}.landing .blur-circle.lime{bottom:-40px;left:-40px;background:#bef26433}.landing .code-example{background:#0f172a;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #00000026;margin-bottom:16px}.landing .code-header{padding:16px 20px;display:flex;align-items:center;gap:6px}.landing .code-dot{width:12px;height:12px;border-radius:50%}.landing .code-dot.red{background:#ef4444}.landing .code-dot.yellow{background:#eab308}.landing .code-dot.green{background:#22c55e}.landing .code-content{padding:0 24px 24px;margin:0;font-family:JetBrains Mono,SF Mono,Monaco,monospace;font-size:13px;line-height:1.8;color:#94a3b8;overflow-x:auto}.landing .status-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:20px;box-shadow:0 10px 40px #00000014}.landing .status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.landing .status-header h4{font-size:14px;font-weight:700;color:#475569}.how-section-simple{padding:120px 32px;background:transparent;text-align:center}.section-header-center{margin-bottom:80px}.steps-container-simple{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:24px}.step-item-simple{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 24px;border-radius:32px;transition:all .3s ease;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5)}.step-icon{font-size:40px;width:80px;height:80px;background:#fff;border-radius:28px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;border:1px solid rgba(0,0,0,.03);box-shadow:0 4px 12px #00000005}.landing .live-badge{font-size:10px;font-weight:700;background:#dcfce7;color:#16a34a;padding:4px 8px;border-radius:10px}.landing .status-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 2px 8px #0000000a}.landing .status-icon{width:36px;height:36px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.landing .status-info{flex:1}.landing .status-title{font-size:13px;font-weight:700;color:#0f172a}.landing .status-file{font-size:11px;color:#94a3b8}.landing .status-complete{font-size:12px;font-weight:700;color:#2dd4bf}.features{background:#f0fdfa;padding:80px 24px}.features-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.section-title{font-size:32px;font-weight:800;text-align:center;margin-bottom:48px;color:#0f172a;max-width:900px;margin-left:auto;margin-right:auto}.feature-card{background:#fff;padding:32px;border-radius:24px}.feature-icon{font-size:32px;margin-bottom:16px}.feature-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#0f172a}.feature-card p{color:#64748b;line-height:1.8;font-size:14px}.feature-card p strong{display:block;margin-top:12px;color:#0d9488;font-weight:600}.use-cases{background:#fff;padding:80px 24px}.use-cases-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.use-case-card{background:#f8fafc;padding:24px;border-radius:20px;border:1px solid #e2e8f0;transition:all .2s}.use-case-card:hover{border-color:#2dd4bf;background:#f0fdfa}.use-case-icon{font-size:28px;display:block;margin-bottom:12px}.use-case-card h3{font-size:16px;font-weight:700;margin-bottom:4px;color:#0f172a}.use-case-card p{font-size:13px;color:#64748b}.how-it-works{max-width:900px;margin:0 auto;padding:80px 24px}.steps{display:flex;align-items:flex-start;justify-content:center;gap:24px}.step{flex:1;text-align:center}.step-number{width:48px;height:48px;border-radius:50%;background:#1e3a5f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;margin:0 auto 16px}.step-number.step-2{background:#10b981}.step-number.step-3{background:#f59e0b}.step h3{font-size:18px;font-weight:700;margin-bottom:12px;color:#0f172a}.step p{font-size:14px;color:#64748b;line-height:1.6}.step-arrow{color:#cbd5e1;font-size:24px;margin-top:12px}.cta{background:#1e3a5f;color:#fff;text-align:center;padding:80px 24px}.cta h2{font-size:36px;font-weight:800;margin-bottom:16px}.cta p{font-size:18px;opacity:.9;margin-bottom:32px}.cta-actions{display:flex;gap:16px;justify-content:center}.btn-cta-primary{background:linear-gradient(135deg,#2dd4bf,#0d9488);color:#fff;border:none;padding:18px 36px;border-radius:16px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 8px 24px #2dd4bf4d}.btn-cta-primary:hover{transform:scale(1.02);box-shadow:0 8px 24px #2dd4bf80}.btn-cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:18px 36px;border-radius:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.trusted-by{max-width:900px;margin:0 auto;padding:48px 24px;border-top:1px solid rgba(15,23,42,.05);background:transparent;text-align:center}.trusted-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.2em;margin-bottom:24px}.trusted-logos{display:flex;justify-content:center;gap:48px;opacity:.3;filter:grayscale(1)}.trusted-logos span{font-size:20px;font-weight:900;font-style:italic;color:#64748b}.footer{background:#fff;border-top:1px solid #f1f5f9;padding:16px 24px}.footer-row{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-info{font-size:11px;color:#94a3b8;margin:0}.footer-links{display:flex;align-items:center;gap:8px;font-size:11px}.footer-links a{color:#64748b;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-mint)}.footer-links span{color:#cbd5e1}@media (max-width: 640px){.features-grid{grid-template-columns:1fr;gap:24px}.steps{flex-direction:column;gap:32px}.hero{padding:48px 20px}.hero-content{grid-template-columns:1fr;gap:32px}.hero-cards{width:100%}.brand{font-size:36px}.headline{font-size:28px}.hero-actions{flex-direction:column}.code-section-content{grid-template-columns:1fr;gap:32px}.use-cases-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column}.footer-content{flex-direction:column;gap:24px;text-align:center}.hero-how{padding:32px 16px}.hero-how-title{font-size:20px}.hero-how-subtitle{font-size:14px}.hero-how-boxes{flex-direction:column;gap:16px}.step-box{max-width:100%}.step-box-content{min-height:auto}.step-arrow{transform:rotate(90deg);align-self:center}}.ta-signup-page{min-height:100vh;background:#f8fafc}.ta-signup-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;align-items:center;gap:16px}.ta-signup-header .back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;padding:8px}.ta-signup-header h1{font-size:18px;font-weight:700;color:#0f172a;margin:0}.ta-signup-main{max-width:500px;margin:0 auto;padding:24px}.ta-signup-desc{text-align:center;color:#64748b;font-size:14px;margin-bottom:32px}.ta-signup-form{background:#fff;border-radius:16px;padding:24px}.form-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px}.form-section{margin-bottom:28px}.form-section h3{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;color:#475569;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#0d9488}.form-agreement{margin:24px 0;padding:12px;background:#f8fafc;border-radius:8px}.form-agreement p{font-size:12px;color:#64748b;margin:0;text-align:center}.form-agreement a{color:#0d9488;text-decoration:none}.btn-submit{width:100%;padding:14px;background:#0d9488;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.btn-submit:hover{background:#0f766e}.btn-submit:disabled{background:#94a3b8;cursor:not-allowed}.ta-signup-success{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.success-icon{width:80px;height:80px;border-radius:50%;background:#0d9488;color:#fff;font-size:40px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.ta-signup-success h2{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 16px}.ta-signup-success p{font-size:15px;color:#64748b;line-height:1.6;margin:0 0 16px}.success-note{font-size:13px!important;color:#94a3b8!important;padding:12px 20px;background:#f8fafc;border-radius:8px;margin-bottom:32px!important}.ta-signup-success .btn-primary{padding:14px 32px;background:#0d9488;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.ta-signup-success .btn-primary:hover{background:#0f766e}.ta-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem}.ta-login-card{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2.5rem}.ta-login-header{text-align:center;margin-bottom:2rem}.ta-login-header h1{font-size:1.5rem;color:#1e293b;margin:1rem 0 .5rem}.ta-login-header p{color:#64748b;font-size:.875rem}.ta-login-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#334155}.form-group input{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder{color:#94a3b8}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem}.btn-login{padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-login:hover:not(:disabled){background:#2563eb}.btn-login:disabled{opacity:.6;cursor:not-allowed}.ta-login-footer{margin-top:2rem;text-align:center}.ta-login-footer p{color:#64748b;font-size:.875rem;margin-bottom:1rem}.link-btn{background:none;border:none;color:#3b82f6;font-size:.875rem;cursor:pointer;padding:0;text-decoration:underline}.link-btn:hover{color:#2563eb}.link-btn.back{display:block;margin-top:1rem;color:#64748b;text-decoration:none}.link-btn.back:hover{color:#334155}@media (max-width: 480px){.ta-login-card{padding:1.5rem}}.ta-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--bg-light);border-top:1px solid #e5e7eb;display:flex;justify-content:space-around;align-items:center;padding:0 16px;padding-bottom:env(safe-area-inset-bottom,0);box-shadow:0 -4px 20px #00000014;z-index:1000}.ta-bottom-nav:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gradient-brand)}.ta-bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;background:none;border:none;cursor:pointer;color:#9ca3af;transition:all .2s;border-radius:12px;max-width:80px}.ta-bottom-nav-item:hover{background:#f3f4f6}.ta-bottom-nav-item.active{color:#2dd4bf}.ta-bottom-nav-item.active .ta-bottom-nav-icon{transform:scale(1.1)}.ta-bottom-nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .2s}.ta-bottom-nav-icon svg{width:24px;height:24px}.ta-bottom-nav-label{font-size:11px;font-weight:500}@media (min-width: 768px){.ta-bottom-nav{max-width:480px;left:50%;transform:translate(-50%);border-radius:24px 24px 0 0;bottom:16px;border:1px solid #e5e7eb}}.ta-community{background:#f8fafc;min-height:calc(100vh - 144px);padding-bottom:80px}.community-header{padding:20px 20px 0;background:#f8fafc;position:sticky;top:0;z-index:10}.community-header h1{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 14px}.community-tabs{display:flex;gap:6px;padding:0 20px 12px;overflow-x:auto;background:#f8fafc;position:sticky;top:52px;z-index:10;-webkit-overflow-scrolling:touch}.community-tabs::-webkit-scrollbar{display:none}.community-tab{padding:7px 16px;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .15s}.community-tab:hover{border-color:#cbd5e1}.community-tab.active{background:#2dd4bf;border-color:#2dd4bf;color:#fff;font-weight:600}.community-feed{padding:0}.community-empty{text-align:center;color:#94a3b8;padding:60px 20px;font-size:15px;line-height:1.6}.community-loading{text-align:center;padding:40px 20px;color:#94a3b8;font-size:14px}.community-error{text-align:center;padding:40px 20px;color:#ef4444;font-size:14px}.post-card{padding:14px 20px;background:#fff;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .1s}.post-card:hover{background:#f8fafc}.post-card:active{background:#f1f5f9}.post-card-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;margin-bottom:6px}.post-card-category{font-size:11px;font-weight:600;color:#2dd4bf}.post-card-dot{color:#cbd5e1}.post-card-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-card-content{font-size:14px;line-height:1.5;color:#64748b;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.post-card-footer{display:flex;gap:14px;font-size:12px;color:#94a3b8}.post-card-footer span{display:flex;align-items:center;gap:4px;cursor:pointer;transition:color .15s}.post-card-footer span:hover{color:#64748b}.post-card-footer span.liked{color:#2dd4bf}.community-write-btn{position:fixed;bottom:calc(88px + env(safe-area-inset-bottom,0));right:20px;width:56px;height:56px;border-radius:50%;background:#2dd4bf;color:#fff;border:none;box-shadow:0 4px 12px #2dd4bf66;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,background .15s;z-index:50}.community-write-btn:hover{background:#14b8a6;transform:scale(1.05)}.write-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:200}.write-modal{background:#fff;border-radius:20px 20px 0 0;padding:24px 20px;width:100%;max-width:512px;max-height:85vh;display:flex;flex-direction:column}.write-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.write-modal-header h2{font-size:18px;font-weight:700;color:#1e293b;margin:0}.write-modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px}.write-category-select{display:flex;gap:6px;margin-bottom:14px;flex-wrap:wrap}.write-category-btn{padding:6px 14px;border-radius:16px;border:1.5px solid #e2e8f0;background:#fff;font-size:13px;color:#64748b;cursor:pointer;transition:all .15s}.write-category-btn.active{background:#2dd4bf;border-color:#2dd4bf;color:#fff}.write-title-input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-weight:600;outline:none;background:#fff;box-sizing:border-box;margin-bottom:10px;transition:border-color .2s}.write-title-input:focus{border-color:#2dd4bf}.write-textarea{width:100%;min-height:150px;padding:14px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;line-height:1.5;outline:none;background:#fff;resize:none;box-sizing:border-box;font-family:inherit;transition:border-color .2s}.write-textarea:focus{border-color:#2dd4bf}.write-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.write-char-count{font-size:12px;color:#94a3b8}.write-submit-btn{padding:10px 24px;background:#2dd4bf;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.write-submit-btn:hover:not(:disabled){background:#14b8a6}.write-submit-btn:disabled{background:#99f6e4;cursor:not-allowed}.ta-community.thread-view{display:flex;flex-direction:column;padding-bottom:140px}.thread-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.thread-back-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:4px;display:flex;align-items:center}.thread-header h1{font-size:18px;font-weight:700;color:#1e293b;margin:0}.thread-post{padding:20px;background:#fff;border-bottom:1px solid #e2e8f0}.thread-post-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;margin-bottom:10px}.thread-post-category{font-weight:600;color:#2dd4bf}.thread-post-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:10px;line-height:1.4}.thread-post-content{font-size:16px;line-height:1.6;color:#334155;margin-bottom:16px;word-break:break-word;white-space:pre-wrap}.thread-post-actions{display:flex;gap:16px;align-items:center}.thread-like-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid #e2e8f0;border-radius:20px;padding:6px 14px;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s}.thread-like-btn:hover{border-color:#2dd4bf}.thread-like-btn.liked{background:#f0fdfa;border-color:#2dd4bf;color:#2dd4bf}.thread-stat{font-size:14px;color:#94a3b8;display:flex;align-items:center;gap:4px}.thread-delete-btn{margin-left:auto;background:none;border:none;font-size:13px;color:#94a3b8;cursor:pointer}.thread-delete-btn:hover{color:#ef4444}.thread-comments{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.thread-comments-label{font-size:13px;font-weight:600;color:#94a3b8;padding:4px 4px 8px}.thread-comment{display:flex;gap:10px;padding:10px 0}.thread-comment-avatar{width:32px;height:32px;border-radius:50%;background:#2dd4bf;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.thread-comment-body{flex:1;min-width:0}.thread-comment-header{display:flex;align-items:baseline;gap:6px;margin-bottom:2px}.thread-comment-nick{font-size:13px;font-weight:600;color:#334155}.thread-comment-time{font-size:11px;color:#94a3b8}.thread-comment-content{font-size:14px;line-height:1.5;color:#1e293b;word-break:break-word}.thread-empty{text-align:center;color:#94a3b8;padding:40px 20px;font-size:14px}.thread-loading{text-align:center;padding:40px 20px;color:#94a3b8;font-size:14px}.thread-input-bar{position:fixed;bottom:calc(64px + env(safe-area-inset-bottom,0));left:0;right:0;padding:10px 16px;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:8px;max-width:100%;box-sizing:border-box;z-index:100}.thread-input{flex:1;padding:10px 16px;border:2px solid #e2e8f0;border-radius:24px;font-size:15px;outline:none;background:#fff;transition:border-color .2s}.thread-input:focus{border-color:#2dd4bf}.thread-send-btn{width:44px;height:44px;border:none;border-radius:50%;background:#2dd4bf;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.thread-send-btn:hover:not(:disabled){background:#14b8a6}.thread-send-btn:disabled{background:#99f6e4;cursor:not-allowed}@media (min-width: 768px){.community-write-btn{right:calc(50% - 200px)}.write-modal{border-radius:20px;margin-bottom:20px}.thread-input-bar{max-width:600px;left:50%;transform:translate(-50%)}}.ta-dashboard{padding-bottom:calc(64px + env(safe-area-inset-bottom,0))}.min-h-screen{min-height:100vh}.bg-background{background:#f8fafc}.header-bar{border-bottom:1px solid #e2e8f0;background:#fff}.header-inner{max-width:768px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:1rem}.back-btn{color:#64748b;background:none;border:none;padding:0;cursor:pointer;transition:color .15s}.back-btn:hover{color:#1e293b}.logo-text{font-size:1.5rem;color:#3b82f6;margin:0;font-weight:400}.logo-sub{font-size:.875rem;color:#64748b;margin:0}.header-right{text-align:right}.office-name{font-size:.875rem;color:#64748b;margin:0}.ta-name{font-size:.875rem;margin:0}.content-area{max-width:768px;margin:0 auto;padding:2rem 1.5rem}.summary-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:1.5rem}.summary-inner{display:flex;align-items:center;justify-content:space-between}.summary-label{font-size:.875rem;color:#64748b;margin:0 0 .25rem}.summary-value{font-size:1.875rem;margin:0}.summary-value.warning{color:#f59e0b}.grid-layout{display:grid;grid-template-columns:1fr 3fr;gap:1.5rem}.client-list-col{grid-column:span 1}.client-list-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;position:sticky;top:1.5rem}.client-list-header{padding:1rem;border-bottom:1px solid #e2e8f0}.client-list-header h2{font-size:1.125rem;margin:0;font-weight:400}.client-list-body{max-height:calc(100vh - 400px);overflow-y:auto}.client-item{width:100%;padding:1rem;text-align:left;background:none;border:none;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .15s}.client-item:last-child{border-bottom:none}.client-item:hover{background:#00000006}.client-item.active{background:#3b82f60d;border-left:4px solid #3b82f6}.client-item-inner{display:flex;align-items:flex-start;gap:.75rem}.client-icon{width:40px;height:40px;border-radius:8px;background:#3b82f61a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#3b82f6}.client-info{flex:1;min-width:0}.client-name{font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-biz{font-size:.75rem;color:#64748b;margin:0}.pending-badge{display:flex;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;color:#f59e0b}.client-detail-col{grid-column:span 3;display:flex;flex-direction:column;gap:1rem}.month-stats-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.25rem}.stats-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.stats-biz{font-size:.75rem;color:#64748b;margin:0 0 .25rem}.stats-name{font-size:1.125rem;font-weight:500;margin:0}.stats-period{font-size:.875rem;color:#3b82f6;background:#3b82f61a;padding:.375rem .75rem;border-radius:9999px}.stats-row{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#64748b}.stat-value{font-size:1.125rem;font-weight:500}.stat-value.highlight{color:#dc2626}.stat-status{font-size:.875rem;font-weight:500}.stat-status.completed{color:#22c55e}.stat-status.pending{color:#f59e0b}.payee-list-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.payee-list-header{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.payee-list-header h3{font-size:1rem;font-weight:500;margin:0}.payee-list-body{overflow-x:auto}.payee-list-body table{width:100%;border-collapse:collapse}.payee-list-body thead{background:#00000005}.payee-list-body th{padding:.75rem 1rem;font-size:.8125rem;font-weight:400;color:#64748b}.payee-list-body th.left{text-align:left}.payee-list-body th.right{text-align:right}.payee-list-body td{padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid #f1f5f9}.payee-list-body td.right{text-align:right}.payee-list-body tr:last-child td{border-bottom:none}.download-actions{display:flex;gap:.75rem;padding:1rem 0}.btn-download-hometax,.btn-download-excel{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;cursor:pointer;transition:all .15s}.btn-download-hometax:hover,.btn-download-excel:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.btn-mark-complete{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#22c55e;border:none;border-radius:8px;font-size:.875rem;color:#fff;cursor:pointer;transition:opacity .15s}.btn-mark-complete:hover{opacity:.9}.client-detail-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.detail-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.detail-header h2{font-size:1.25rem;margin:0;font-weight:400}.biz-num{font-size:.875rem;color:#64748b;margin:0}.table-wrap{overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap thead{background:#00000005}.table-wrap th{padding:.75rem 1.5rem;font-size:.875rem;font-weight:400;color:#64748b}.table-wrap th.left{text-align:left}.table-wrap th.right{text-align:right}.table-wrap th.center{text-align:center}.table-wrap td{padding:1rem 1.5rem}.table-wrap td.right{text-align:right}.table-wrap td.center{text-align:center}.table-wrap tr.border-b{border-bottom:1px solid #e2e8f0}.status-cell{display:flex;align-items:center;justify-content:center;gap:.5rem}.icon-success{color:#22c55e}.text-success{font-size:.875rem;color:#22c55e}.icon-warning{color:#f59e0b}.text-warning{font-size:.875rem;color:#f59e0b}.action-cell{display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-file{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#3b82f6;background:none;border:none;padding:0;cursor:pointer}.btn-file:hover{text-decoration:underline}.btn-complete{font-size:.875rem;padding:.25rem .75rem;background:#22c55e;color:#fff;border:none;border-radius:4px;cursor:pointer}.btn-complete:hover{opacity:.9}.ta-profile{max-width:768px;margin:0 auto;padding:2rem 1.5rem}.profile-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;border:1px solid #e2e8f0;max-width:320px;margin:0 auto}.profile-card h2{font-size:1.5rem;margin:0 0 .25rem}.profile-office{color:#64748b;margin:0 0 .25rem;font-size:.875rem}.profile-email{color:#94a3b8;margin:0 0 1.5rem;font-size:.875rem}.btn-logout{width:100%;padding:.875rem 1.5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#64748b;cursor:pointer;transition:all .15s}.btn-logout:hover{background:#fee2e2;border-color:#fecaca;color:#991b1b}.loading,.empty{padding:2rem;text-align:center;color:#94a3b8}.notification{position:fixed;top:1rem;right:1rem;padding:.875rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;z-index:1000;animation:slideIn .3s ease}.notification.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.notification.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media (max-width: 768px){.grid-layout{grid-template-columns:1fr}.client-list-col,.client-detail-col{grid-column:span 1}.client-list-card{position:static}.client-list-body{max-height:200px}.content-area{padding:1rem}.table-wrap th:nth-child(4),.table-wrap td:nth-child(4){display:none}}.legal-page{min-height:100vh;background:#f8fafc;display:flex;flex-direction:column}.legal-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 24px;display:flex;align-items:center;gap:24px}.legal-header .back-btn{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s}.legal-header .back-btn:hover{background:#f1f5f9;color:#0f172a}.legal-header h1{font-size:20px;font-weight:700;color:#0f172a;margin:0}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:40px 24px;width:100%}.legal-meta{display:flex;gap:24px;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.legal-meta span{font-size:13px;color:#64748b}.legal-body{color:#334155;line-height:1.8;font-size:14px}.legal-body h1{font-size:24px;font-weight:700;color:#0f172a;margin:32px 0 16px}.legal-body h2{font-size:18px;font-weight:600;color:#0f172a;margin:28px 0 12px;padding-top:16px;border-top:1px solid #f1f5f9}.legal-body h3{font-size:15px;font-weight:600;color:#334155;margin:20px 0 8px}.legal-body strong{color:#0d9488;font-weight:600}.legal-footer{background:#fff;border-top:1px solid #e2e8f0;padding:24px;text-align:center}.legal-footer p{font-size:12px;color:#94a3b8;margin:0}.legal-content .loading,.legal-content .error{text-align:center;padding:40px;color:#64748b}.legal-content .error{color:#dc2626}.dev-guide{min-height:100vh;background:#f8fafc;color:#1e293b}.dev-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.dev-header-left{display:flex;align-items:center;gap:20px}.dev-header h1{font-size:20px;font-weight:600;color:#0f172a}.dev-header h1 span{color:#64748b;font-weight:400}.dev-guide .back-btn{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.dev-guide .back-btn:hover{color:#0f172a;border-color:#cbd5e1}.api-docs-link{color:#0d9488;text-decoration:none;font-size:14px;padding:8px 16px;border:1px solid #2DD4BF;border-radius:8px;transition:all .2s;font-weight:600}.api-docs-link:hover{background:#2dd4bf;color:#fff}.dev-container{display:flex;height:calc(100vh - 65px)}.dev-sidebar{width:240px;background:#fff;border-right:1px solid #e2e8f0;padding:16px 0;overflow-y:auto}.nav-group{margin-bottom:8px}.nav-section{padding:8px 20px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.nav-item{display:block;width:100%;text-align:left;padding:10px 20px;background:transparent;border:none;color:#475569;font-size:14px;cursor:pointer;transition:all .15s}.nav-item:hover{color:#0f172a;background:#f1f5f9}.nav-item.active{color:#0d9488;background:#2dd4bf1a;border-right:2px solid #2DD4BF;font-weight:500}.dev-main{flex:1;overflow-y:auto;padding:32px 48px}.doc-content h1{font-size:32px;font-weight:700;color:#0f172a;margin-bottom:8px}.doc-description{font-size:16px;color:#64748b;margin-bottom:32px}.doc-markdown h2{font-size:22px;font-weight:600;color:#0f172a;margin:32px 0 16px;padding-top:16px;border-top:1px solid #e2e8f0}.doc-markdown h2:first-child{margin-top:0;padding-top:0;border-top:none}.doc-markdown h3{font-size:18px;font-weight:600;color:#1e293b;margin:24px 0 12px}.doc-markdown p{font-size:15px;line-height:1.7;color:#475569;margin-bottom:16px}.doc-markdown p code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:13px;color:#dc2626}.doc-markdown blockquote{background:#fef3c7;border-left:4px solid #f59e0b;padding:12px 16px;margin:16px 0;border-radius:0 8px 8px 0;color:#92400e;font-size:14px}.doc-markdown ol{margin:16px 0;padding-left:24px}.doc-markdown li{margin:8px 0;color:#475569}.md-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.md-table th,.md-table td{padding:12px 16px;text-align:left;border:1px solid #e2e8f0}.md-table th{background:#f8fafc;font-weight:600;color:#475569}.md-table td{color:#1e293b}.code-section{margin:16px 0;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.code-section .code-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.code-section .code-header span{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase}.code-section .code-header button{background:transparent;border:1px solid #cbd5e1;color:#64748b;padding:4px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .15s}.code-section .code-header button:hover{background:#e2e8f0;color:#0f172a}.code-section pre{margin:0;padding:16px;background:#1e293b;overflow-x:auto}.code-section code{font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px;line-height:1.6;color:#e2e8f0}.endpoint-card{margin:24px 0;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.endpoint-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.endpoint-header .method{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase}.method.get{background:#dcfce7;color:#166534}.method.post{background:#dbeafe;color:#1e40af}.method.patch{background:#fef3c7;color:#92400e}.method.delete{background:#fee2e2;color:#991b1b}.endpoint-path{font-family:SF Mono,Monaco,Consolas,monospace;font-size:14px;color:#475569;background:#f1f5f9;padding:6px 12px;border-radius:4px}.endpoint-card h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:8px}.endpoint-card>p{color:#64748b;font-size:14px;margin-bottom:20px}.params-section{margin:20px 0}.params-section h4{font-size:14px;font-weight:600;color:#475569;margin-bottom:12px}.params-table{width:100%;border-collapse:collapse;font-size:13px}.params-table th{text-align:left;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;font-weight:600;color:#64748b}.params-table td{padding:10px 12px;border:1px solid #e2e8f0;color:#1e293b}.params-table code{background:#f1f5f9;padding:2px 6px;border-radius:3px;font-size:12px;color:#dc2626}.code-example-view{max-width:1000px}.code-example-header{margin-bottom:24px}.code-example-header h1{font-size:28px;font-weight:700;margin-bottom:8px}.code-example-header p{color:#64748b;font-size:15px}.code-example-layout{display:flex;gap:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;min-height:500px}.file-list{width:220px;background:#f8fafc;border-right:1px solid #e2e8f0}.file-list-header{padding:12px 16px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.file-item{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f1f5f9}.file-item:hover{background:#e2e8f0}.file-item.active{background:#fff;border-left:3px solid #2DD4BF;padding-left:13px}.file-icon{font-size:14px}.file-name{font-size:13px;color:#475569}.file-item.active .file-name{color:#0f172a;font-weight:500}.code-viewer{flex:1;display:flex;flex-direction:column}.code-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.code-viewer-header span{font-size:14px;font-weight:500;color:#475569}.code-viewer-actions{display:flex;gap:8px;align-items:center}.code-viewer-header .use-my-key-btn{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .15s}.code-viewer-header .use-my-key-btn:hover{border-color:#2dd4bf;color:#0d9488}.code-viewer-header .use-my-key-btn.active{background:#2dd4bf1a;border-color:#2dd4bf;color:#0d9488}.code-viewer-header .copy-btn{background:#2dd4bf;border:none;color:#fff;padding:6px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.code-viewer-header .copy-btn:hover{box-shadow:0 4px 12px #2dd4bf4d}.code-content{flex:1;margin:0;padding:20px;background:#1e293b;overflow:auto}.code-content code{font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px;line-height:1.6;color:#e2e8f0;white-space:pre}.code-placeholder{flex:1;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:15px}.dev-guide ::-webkit-scrollbar{width:8px;height:8px}.dev-guide ::-webkit-scrollbar-track{background:transparent}.dev-guide ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dev-guide ::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 1024px){.dev-main{padding:24px}.code-example-layout{flex-direction:column}.file-list{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap}.file-item{border-bottom:none}}@media (max-width: 768px){.dev-container{flex-direction:column}.dev-sidebar{width:100%;height:auto;max-height:200px;border-right:none;border-bottom:1px solid #e2e8f0}}.key-mode-toggle{display:flex;background:#f1f5f9;border-radius:6px;padding:2px}.key-mode-btn{background:transparent;border:none;color:#64748b;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.key-mode-btn:hover{color:#475569}.key-mode-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.key-mode-info{padding:8px 16px;font-size:12px;border-bottom:1px solid}.key-mode-info.test{background:#fef3c7;color:#92400e;border-color:#fcd34d}.key-mode-info.live{background:#dcfce7;color:#166534;border-color:#86efac}:root{--color-mint: #2DD4BF;--color-lime: #84CC16;--color-dark: #0f172a;--color-gray: #64748b;--bg-light: #F8FAFC;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 20px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .08)}.mode-select{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-light)}.mode-content{text-align:center;width:100%;max-width:600px;padding:40px 20px}.mode-content h1{font-size:36px;font-weight:800;margin-bottom:8px;color:var(--color-dark);letter-spacing:-.04em}.mode-content h1 span{color:var(--color-mint)}.mode-content>p{font-size:16px;color:#64748b;margin-bottom:24px}.user-info{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}.user-info .user-name{font-size:16px;font-weight:700;color:var(--color-dark)}.user-info .status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600}.user-info .status-badge.pending{background:#fffbeb;color:#b45309}.user-info .status-badge.connected{background:#f0fdf4;color:#16a34a}.mode-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.mode-btn{background:#fff;border:none;border-radius:24px;padding:40px 32px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-md)}.mode-btn:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.mode-icon{font-size:48px;margin-bottom:8px}.mode-title{font-size:18px;font-weight:700;color:var(--color-dark)}.mode-desc{font-size:14px;color:var(--color-gray);line-height:1.4}.mode-btn.developer{background:var(--color-dark)}.mode-btn.developer .mode-title{color:#fff}.mode-btn.developer .mode-desc{color:#94a3b8}.btn-secondary{background:#f1f5f9;border:none;color:#475569;padding:10px 20px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#e2e8f0;color:var(--color-dark)}.notification{position:fixed;top:20px;right:20px;padding:16px 24px;border-radius:10px;font-size:14px;font-weight:500;z-index:1000;animation:slideIn .3s ease;box-shadow:0 4px 20px #00000026}.notification.success{background:#dcfce7;color:#16a34a;border:1px solid #86efac}.notification.error{background:#fee2e2;color:#dc2626;border:1px solid #fca5a5}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.app{min-height:100vh;background:#f8fafc}.header{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #f1f5f9;padding:16px 40px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:20px}.back-btn{background:transparent;border:none;padding:8px;border-radius:50%;cursor:pointer;color:var(--color-gray);display:flex;align-items:center;justify-content:center;transition:all .2s}.back-btn:hover{background:#f1f5f9;color:var(--color-dark)}.header h1{font-size:20px;font-weight:700;color:var(--color-dark);letter-spacing:-.02em}.btn-primary{background:var(--color-dark);color:#fff;border:none;padding:12px 24px;border-radius:14px;cursor:pointer;font-size:15px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0f172a26}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a33}.container{max-width:1200px;margin:0 auto;padding:32px 24px;display:grid;grid-template-columns:280px 1fr;gap:24px}.sidebar{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:20px;height:fit-content}.sidebar h2{font-size:14px;font-weight:700;color:#64748b;margin-bottom:16px}.sidebar p{color:#94a3b8;font-size:14px}.client-list{list-style:none}.client-btn{width:100%;text-align:left;padding:12px 16px;border:none;background:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;color:#475569;margin-bottom:4px;transition:all .15s}.client-btn:hover{background:#f8fafc}.client-btn.active{background:#2dd4bf1a;color:#0d9488;font-weight:600}.main{display:flex;flex-direction:column;gap:24px}.card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;padding:24px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.card-header h2{font-size:18px;font-weight:700;color:#0f172a}.year-nav{display:flex;align-items:center;gap:8px}.year-nav button{padding:6px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-weight:500;color:#64748b}.year-nav button:hover{background:#f8fafc}.year-nav span{font-weight:700;padding:0 12px;color:#0f172a}.month-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.month-card{padding:16px;border-radius:12px;border:1px solid #f1f5f9;background:#f8fafc;transition:all .15s}.month-card.has-data{border-color:#fde68a;background:#fefce8}.month-card.filed{border-color:#a7f3d0;background:#ecfdf5}.month-label{font-size:13px;color:#64748b;font-weight:500}.month-count{font-size:20px;font-weight:700;margin:4px 0;color:#0f172a}.month-amount{font-size:12px;color:#64748b}.month-status{margin-top:8px;font-size:12px}.status-filed{color:#10b981;font-weight:600}.status-btn{color:#d97706;font-weight:600;background:none;border:none;cursor:pointer;padding:0}.status-btn:hover{text-decoration:underline}.card h3{font-size:16px;font-weight:700;margin-bottom:16px;color:#0f172a}table{width:100%;border-collapse:collapse}th{text-align:left;padding:12px 8px;border-bottom:1px solid #f1f5f9;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}td{padding:16px 8px;border-bottom:1px solid #f8fafc;font-size:14px;color:#334155}.badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.badge-gray{background:#f1f5f9;color:#64748b}.badge-blue{background:#e0f2fe;color:#0284c7}.badge-green{background:#dcfce7;color:#16a34a}.download-btns{display:flex;gap:8px}.btn-small{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.btn-gray{background:#f1f5f9;color:#475569}.btn-gray:hover{background:#e2e8f0}.btn-green{background:#dcfce7;color:#16a34a}.btn-green:hover{background:#bbf7d0}.btn-blue{background:#dbeafe;color:#2563eb}.btn-blue:hover{background:#bfdbfe}.btn-purple{background:#ede9fe;color:#7c3aed}.btn-purple:hover{background:#ddd6fe}.btn-filed{background:#2dd4bf;color:#fff;font-weight:600}.btn-filed:hover{box-shadow:0 4px 12px #2dd4bf4d}.empty{text-align:center;padding:48px;color:#999}.loading{color:#999}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:20px}.auth-card-wrapper{background:var(--gradient-brand);padding:2px;border-radius:18px;box-shadow:8px 8px 24px #0000001a}.auth-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:420px;position:relative}.auth-back{position:absolute;top:16px;left:16px;background:none;border:none;color:#888;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s}.auth-back:hover{background:#f5f5f5;color:#333}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1,.auth-header .brand-logo{font-size:32px;font-weight:800;color:#1a1a2e;margin-bottom:8px;justify-content:center}.auth-header p{color:#666;font-size:14px}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#333}.form-group input{padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf26}.form-group input.error{border-color:#dc2626}.form-group .error-text{color:#dc2626;font-size:12px}.form-group .hint-text{color:#888;font-size:12px}.auth-submit{background:linear-gradient(135deg,#2dd4bf,#0d9488);color:#fff;border:none;padding:14px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #2dd4bf66}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-toggle{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #eee}.auth-toggle span{color:#666;font-size:14px}.auth-toggle button{background:none;border:none;color:#0d9488;font-weight:600;cursor:pointer;font-size:14px;padding:0;margin-left:4px}.auth-toggle button:hover{text-decoration:underline}.auth-error{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #fca5a5}.auth-info{background:#dbeafe;color:#1d4ed8;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #93c5fd;margin-bottom:8px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-card{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:480px;box-shadow:0 20px 60px #0000004d}.modal-header{text-align:center;margin-bottom:24px}.modal-header h2{font-size:24px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.modal-header p{color:#666;font-size:14px;line-height:1.5}.choice-buttons{display:flex;gap:16px;margin-bottom:24px}.choice-btn{flex:1;padding:20px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;text-align:center;transition:all .2s}.choice-btn:hover,.choice-btn.active{border-color:#2dd4bf;background:#f0fdfa}.choice-btn .icon{font-size:28px;margin-bottom:8px}.choice-btn .title{font-size:16px;font-weight:600;color:#1a1a2e;margin-bottom:4px}.choice-btn .desc{font-size:12px;color:#888}.ta-form{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px;margin-bottom:20px}.ta-form .form-group{gap:4px}.ta-form .form-group label{font-size:13px}.ta-form .form-group input{padding:10px 12px;font-size:14px}.modal-actions{display:flex;gap:12px}.modal-actions button{flex:1;padding:14px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.modal-actions .btn-secondary{background:#f3f4f6;border:1px solid #e0e0e0;color:#666}.modal-actions .btn-secondary:hover{background:#e5e7eb}.modal-actions .btn-primary{background:linear-gradient(135deg,#2dd4bf,#0d9488);border:none;color:#fff}.modal-actions .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2dd4bf66}.modal-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.connected{background:#dcfce7;color:#16a34a}.login-type-tabs{display:flex;gap:8px;margin-bottom:16px}.login-type-tabs .tab{flex:1;padding:10px 16px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#666;font-size:14px;cursor:pointer;transition:all .2s}.login-type-tabs .tab:hover{border-color:#2dd4bf}.login-type-tabs .tab.active{background:#f0fdfa;border-color:#2dd4bf;color:#0d9488;font-weight:500}.dev-code{background:#fef3c7;border:1px solid #fcd34d;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;color:#92400e}.dev-code strong{font-family:monospace;font-size:18px;letter-spacing:4px}.signup-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:24px}.signup-steps .step{width:28px;height:28px;border-radius:50%;background:#e5e7eb;color:#9ca3af;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.signup-steps .step.active{background:#2dd4bf;color:#fff}.signup-steps .step-line{width:32px;height:2px;background:#e5e7eb}.consent-form .loading{text-align:center;padding:40px;color:#888}.consent-all{padding:16px;background:#f8f9fa;border-radius:8px;margin-bottom:16px;border-bottom:2px solid #e5e7eb}.consent-list{display:flex;flex-direction:column;gap:12px;max-height:240px;overflow-y:auto;padding-right:8px;margin-bottom:16px}.consent-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 0}.consent-checkbox input[type=checkbox]{display:none}.consent-checkbox .checkmark{width:20px;height:20px;border:2px solid #ddd;border-radius:4px;flex-shrink:0;position:relative;transition:all .2s}.consent-checkbox input[type=checkbox]:checked+.checkmark{background:#2dd4bf;border-color:#2dd4bf}.consent-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.consent-text{flex:1;font-size:14px;color:#333}.consent-text.all{font-weight:600}.consent-text .required{color:#dc2626;font-weight:500;margin-right:4px}.consent-text .optional{color:#6b7280;margin-right:4px}.consent-view{background:none;border:none;color:#888;font-size:12px;cursor:pointer;padding:4px 8px;border-radius:4px}.consent-view:hover{background:#f3f4f6;color:#666}.social-login-buttons{display:flex;flex-direction:column;gap:12px}.social-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s}.social-btn:hover{transform:translateY(-2px)}.social-btn:active{transform:translateY(0)}.social-btn.kakao{background:#fee500;color:#3c1e1e}.social-btn.kakao:hover{box-shadow:0 4px 16px #fee50080}.social-btn.naver{background:#03c75a;color:#fff}.social-btn.naver:hover{box-shadow:0 4px 16px #03c75a80}.social-btn.google{background:#fff;color:#333;border:1px solid #ddd}.social-btn.google:hover{box-shadow:0 4px 16px #0000001a;border-color:#ccc}.social-btn.apple{background:#000;color:#fff}.social-btn.apple:hover{box-shadow:0 4px 16px #0000004d}.social-btn.email{background:#f3f4f6;color:#333;border:1px solid #e5e7eb}.social-btn.email:hover{background:#e5e7eb;box-shadow:0 4px 16px #00000014}.divider{display:flex;align-items:center;text-align:center;margin:20px 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.divider span{padding:0 16px;color:#9ca3af;font-size:13px}.magic-link-sent{text-align:center;padding:32px 16px}.magic-link-sent .sent-icon{font-size:48px;margin-bottom:16px}.magic-link-sent .sent-message{font-size:16px;color:#333;line-height:1.6;margin-bottom:12px}.magic-link-sent .sent-hint{font-size:13px;color:#888;line-height:1.5}.code-sent-info{text-align:center;padding:16px;background:#f0fdfa;border-radius:8px;margin-bottom:8px}.code-sent-info p{font-size:14px;color:#333;margin:0}.code-sent-info .dev-code-hint{margin-top:8px;padding:8px 12px;background:#fef3c7;border-radius:4px;font-size:13px;color:#92400e}.auth-submit.secondary{background:#f3f4f6;color:#333}.auth-submit.secondary:hover:not(:disabled){background:#e5e7eb;box-shadow:0 4px 12px #00000014}.auth-terms{text-align:center;font-size:12px;color:#9ca3af;line-height:1.6;margin-top:24px}.auth-terms a{color:#6b7280;text-decoration:underline}.auth-terms a:hover{color:#0d9488}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2dd4bf;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@font-face{font-family:GmarketSansBold;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff) format("woff");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,Pretendard Variable,Pretendard,-apple-system,sans-serif;background:#fff;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;letter-spacing:-.02em}:root{--mint: #2DD4BF;--teal: #0D9488;--lime: #BEF264;--brand-gradient: linear-gradient(135deg, #2DD4BF 0%, #3B82F6 50%, #8B5CF6 100%);--dark: #0f172a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-500: #64748b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-soft: 0 12px 40px rgba(0, 0, 0, .08);--shadow-toss: 0 4px 24px rgba(0, 0, 0, .06);--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 100px;--gradient-brand: var(--brand-gradient)}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-logo{font-weight:800;color:#0f172a;letter-spacing:-.02em}.brand-logo span{background:linear-gradient(90deg,var(--mint),var(--lime));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-logo.clickable{cursor:pointer;transition:opacity .2s}.brand-logo.clickable:hover{opacity:.8}
