@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.invitation-page{font-family:Inter,sans-serif;color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;overscroll-behavior-y:none;overscroll-behavior-x:none;background:linear-gradient(135deg,#0f172a,#1e1b4b,#312e81);min-height:var(--app-height, 100vh);max-height:var(--app-height, 100vh);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:9999}.invitation-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(96,165,250,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(245,158,11,.1) 0%,transparent 40%);animation:backgroundPulse 20s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes backgroundPulse{0%,to{opacity:.5}50%{opacity:.8}}.invitation-page:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 30s linear infinite;pointer-events:none;z-index:1}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.invitation-page .flow-container{position:relative;min-height:var(--app-height, 100vh);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;z-index:10}.invitation-page .step-indicator{position:fixed;top:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:100;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.75rem 1.5rem;border-radius:100px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 40px #0000004d}.invitation-page .indicator-dot{width:12px;height:12px;border-radius:50%;background:#fff3;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.invitation-page .indicator-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background:radial-gradient(circle,currentColor 0%,transparent 70%);opacity:0;transition:opacity .5s ease}.invitation-page .indicator-dot.active{background:linear-gradient(135deg,#60a5fa,#3b82f6);width:40px;border-radius:100px;box-shadow:0 0 20px #60a5fa99}.invitation-page .indicator-dot.active:before{opacity:.3;animation:pulse 2s ease-in-out infinite}.invitation-page .indicator-dot.completed{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 15px #10b98180}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.invitation-page .steps-wrapper{width:100%;max-width:1200px;position:relative}.invitation-page div.step-content:not(.step-item){opacity:0;transform:translate(100px) scale(.95);transition:all .8s cubic-bezier(.4,0,.2,1);perspective:1000px}.invitation-page div.step-content.loaded:not(.step-item){opacity:1;transform:translate(0) scale(1)}.invitation-page div.step-content.backward:not(.step-item){transform:translate(-100px) scale(.95)}.invitation-page .success-container .step-item .step-content,.invitation-page .flow-container .step-item .step-content,.invitation-page .next-steps .step-item .step-content{opacity:1;transform:none;perspective:none;transition:none}.invitation-page .success-container .step-item .step-content .step-title,.invitation-page .success-container .step-item .step-content .step-description,.invitation-page .flow-container .step-item .step-content .step-title,.invitation-page .flow-container .step-item .step-content .step-description,.invitation-page .next-steps .step-item .step-content .step-title,.invitation-page .next-steps .step-item .step-content .step-description{opacity:1;visibility:visible}.invitation-page .step-content.backward{transform:translate(-100px) scale(.95)}.invitation-page .step-content.backward.loaded{transform:translate(0) scale(1)}.invitation-page .welcome-hero{text-align:center;position:relative;padding:4rem 2rem}.invitation-page .welcome-title{font-size:4rem;font-weight:900;margin-bottom:1rem;line-height:1.1}.invitation-page .title-line{display:block;animation:slideInUp 1s cubic-bezier(.4,0,.2,1) backwards}.invitation-page .title-line:nth-child(2){animation-delay:.2s}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.invitation-page .gradient-text{background:linear-gradient(135deg,#60a5fa,#8b5cf6,#f59e0b);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.invitation-page .welcome-subtitle{font-size:1.2rem;color:#ffffffb3;margin-bottom:3rem;animation:fadeIn 1s ease .4s backwards}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.invitation-page .primary-button{position:relative;padding:1rem 3rem;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;color:#fff;cursor:pointer;overflow:hidden;transition:all .3s ease;display:inline-flex;align-items:center;gap:.75rem;margin:1rem 0;z-index:1}.invitation-page .primary-button:hover{transform:translateY(-3px) scale(1.02)}.invitation-page .primary-button:active{transform:translateY(-1px) scale(.98)}.invitation-page .button-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}20%,to{left:100%}}.invitation-page .glow-button:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:18px;background:inherit;filter:blur(10px);opacity:.7;z-index:-1;transition:opacity .3s ease}.invitation-page .glow-button:hover:before{opacity:1}.invitation-page .badge-logo{width:24px;height:24px;flex-shrink:0}.invitation-page .button-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.invitation-page .secondary-button{padding:1rem 2rem;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.invitation-page .secondary-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.invitation-page .secondary-button:active{transform:translateY(0)}.invitation-page .registration-container{max-width:600px;margin:0 auto;padding:2rem}.invitation-page .registration-header{text-align:center;margin-bottom:3rem}.invitation-page .company-badge-small{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.15);font-size:2rem;margin-bottom:1.5rem;animation:bounceIn 1s ease}.invitation-page .registration-title{font-size:2.5rem;font-weight:900;margin-bottom:.75rem;animation:slideInUp 1s ease .2s backwards}.invitation-page .registration-subtitle{font-size:1rem;color:#ffffffb3;animation:fadeIn 1s ease .4s backwards}.invitation-page .registration-form{background:#ffffff0a;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem;margin-bottom:2rem}.invitation-page .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.invitation-page .form-group{margin-bottom:1.5rem}.invitation-page .form-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:.75rem}.invitation-page .input-wrapper{position:relative}.invitation-page .registration-form .form-input,.invitation-page .registration-container .form-input{width:100%;padding:1rem 1.25rem;background:#0f172acc;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1rem;font-weight:500;font-family:inherit;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.invitation-page .registration-form .form-input::-moz-placeholder,.invitation-page .registration-container .form-input::-moz-placeholder{color:#ffffff80}.invitation-page .registration-form .form-input::placeholder,.invitation-page .registration-container .form-input::placeholder{color:#ffffff80}.invitation-page .registration-form .form-input:focus,.invitation-page .registration-container .form-input:focus{outline:none;background:#0f172af2;border-color:#60a5fa99;box-shadow:0 0 0 4px #60a5fa26}.invitation-page .form-input.with-icon{padding-right:3rem}.invitation-page .input-icon-button{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff80;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease}.invitation-page .input-icon-button:hover{color:#ffffffe6;background:#ffffff1a}.invitation-page .input-border{position:absolute;bottom:0;left:0;width:0;height:2px;border-radius:10px;transition:width .3s ease}.input-wrapper.focused .input-border{width:100%}.invitation-page .password-strength{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.invitation-page .strength-bar{flex:1;height:6px;background:#ffffff1a;border-radius:10px;display:flex;gap:2px;overflow:hidden}.invitation-page .strength-segment{flex:1;background:#ffffff1a;transition:all .3s ease;border-radius:10px}.strength-segment.active{transform:scaleY(1.5)}.invitation-page .strength-label{font-size:.85rem;font-weight:600;min-width:80px;text-align:right}.invitation-page .password-requirements{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin-top:.75rem;padding:1rem;background:#ffffff08;border-radius:12px}.invitation-page .requirement{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffff80;transition:all .3s ease}.requirement.met{color:#10b981}.requirement svg{flex-shrink:0}.invitation-page .checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .3s ease}.invitation-page .checkbox-label:hover{background:#ffffff08}.invitation-page .checkbox-input{position:absolute;opacity:0;pointer-events:none}.invitation-page .checkbox-custom{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:6px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem;transition:all .3s ease}.invitation-page .checkbox-input:checked+.checkbox-custom{background:#60a5fa;border-color:#60a5fa;box-shadow:0 0 15px #60a5fa66}.checkbox-custom svg{color:#fff;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.invitation-page .checkbox-input:checked+.checkbox-custom svg{opacity:1;transform:scale(1)}.invitation-page .checkbox-text{font-size:.9rem;color:#fffc;line-height:1.5}.checkbox-text a{color:#60a5fa;text-decoration:none;transition:color .3s ease}.checkbox-text a:hover{color:#93c5fd;text-decoration:underline}.invitation-page .error-text{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#f87171;margin-top:.5rem}.invitation-page .success-text{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#10b981;margin-top:.5rem}.invitation-page .success-container{max-width:700px;margin:0 auto;padding:3rem 2rem;text-align:center;position:relative}.invitation-page .confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;overflow:hidden}.invitation-page .confetti{position:absolute;width:10px;height:10px;opacity:0;animation:confettiFall linear forwards}@keyframes confettiFall{0%{top:-10%;opacity:1;transform:translate(0) rotate(0)}to{top:100%;opacity:0;transform:translate(100px) rotate(720deg)}}.invitation-page .success-icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:150px;height:150px;margin-bottom:2rem}.invitation-page .success-ripple{position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid;border-radius:50%;animation:ripple 2s ease-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(1.5);opacity:0}}.invitation-page .success-icon{width:100px;height:100px;z-index:1;filter:drop-shadow(0 10px 30px currentColor);animation:successPop 1s cubic-bezier(.68,-.55,.265,1.55)}@keyframes successPop{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.2) rotate(20deg)}to{transform:scale(1) rotate(0);opacity:1}}.invitation-page .success-title{font-size:3rem;font-weight:900;margin-bottom:1rem;line-height:1.2}.invitation-page .success-subtitle{font-size:1.2rem;color:#fffc;line-height:1.8;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.invitation-page .success-progress{margin-bottom:3rem}.invitation-page .progress-bar{height:8px;background:#ffffff1a;border-radius:100px;overflow:hidden;margin-bottom:.75rem}.invitation-page .progress-fill{height:100%;border-radius:100px;transition:width .3s ease;position:relative;overflow:hidden}.invitation-page .progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 1.5s infinite}@keyframes progressShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.invitation-page .progress-text{font-size:.9rem;color:#fff9;font-weight:600}.invitation-page .success-cards{display:grid;gap:1.5rem;margin-bottom:3rem}.invitation-page .info-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff0a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;text-align:left;transition:all .3s ease;animation:cardSlideIn 1s ease backwards}.invitation-page .info-card:nth-child(1){animation-delay:.2s}.invitation-page .info-card:nth-child(2){animation-delay:.4s}.invitation-page .info-card:hover{transform:translate(10px);border-color:#ffffff26}.invitation-page .info-card-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.invitation-page .info-card-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.invitation-page .info-card-label{font-size:.85rem;color:#fff9;font-weight:500}.invitation-page .info-card-value{font-size:1.05rem;color:#fff;font-weight:600}.invitation-page .next-steps{background:#ffffff0a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem;margin-bottom:3rem;text-align:left;animation:cardSlideIn 1s ease .6s backwards}.invitation-page .steps-list{display:flex;flex-direction:column;gap:1.5rem}.invitation-page .step-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#ffffff05;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease;position:relative}.invitation-page .step-item:before{content:"";position:absolute;left:40px;top:60px;width:2px;height:calc(100% + 1.5rem);background:linear-gradient(180deg,rgba(255,255,255,.2),transparent)}.invitation-page .step-item:last-child:before{display:none}.invitation-page .step-item.completed{border-color:#10b9814d}.invitation-page .step-item.active{border-color:#60a5fa4d;background:#60a5fa0d}.invitation-page .step-item:hover{background:#ffffff0d;transform:translate(5px)}.invitation-page .step-number{width:40px;height:40px;border-radius:12px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;position:relative;z-index:1}.invitation-page .step-item.completed .step-number{color:#fff}.invitation-page .step-item.active .step-number{color:#fff;box-shadow:0 0 20px currentColor}.invitation-page .step-item .step-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.invitation-page .step-item .step-content span{display:block}.invitation-page .success-container .step-title,.invitation-page .flow-container .step-title,.invitation-page .next-steps .step-title{font-size:1.1rem;font-weight:600;color:#fff;display:block}.invitation-page .success-container .step-description,.invitation-page .flow-container .step-description,.invitation-page .next-steps .step-description{font-size:.9rem;color:#fffc;line-height:1.5;display:block;margin-top:.25rem}.invitation-page .success-container .next-steps-title,.invitation-page .flow-container .next-steps-title,.invitation-page .next-steps .next-steps-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;margin-bottom:2rem;justify-content:center;color:#fff}.invitation-page .success-container .next-steps-title span,.invitation-page .flow-container .next-steps-title span,.invitation-page .next-steps .next-steps-title span{color:#fff}.invitation-page .large-button{font-size:1.2rem;padding:1.25rem 3rem}.invitation-page .success-footer{font-size:.9rem;color:#fff9;margin-top:2rem}.success-footer a{color:inherit;text-decoration:none;transition:color .3s ease}.success-footer a:hover{text-decoration:underline}@media(max-width:768px){.invitation-page .flow-container{padding:1rem}.invitation-page .step-indicator{top:1rem;padding:.5rem 1rem;gap:.75rem}.invitation-page .indicator-dot{width:10px;height:10px}.indicator-dot.active{width:30px}.invitation-page .welcome-title{font-size:2.5rem}.invitation-page .registration-title,.invitation-page .success-title{font-size:2rem}.invitation-page .form-row{grid-template-columns:1fr;gap:1rem}.invitation-page .button-group{flex-direction:column}.primary-button,.invitation-page .secondary-button{width:100%;justify-content:center}.invitation-page .registration-form,.invitation-page .next-steps{padding:1.5rem}.invitation-page .password-requirements{grid-template-columns:1fr}}@media(max-width:480px){.invitation-page .welcome-title{font-size:2rem}.invitation-page .registration-title,.invitation-page .success-title{font-size:1.75rem}}.ddz-inline-edit{position:absolute;z-index:50;background:#fff;color:#0f172a;border:1.5px solid #6850e8;border-radius:4px;box-shadow:0 18px 40px -14px #00000073}.ddz-inline-toolbar{position:absolute;top:-38px;left:-2px;display:flex;gap:2px;background:#17151f;border:1px solid #37324a;border-radius:8px;padding:4px}.ddz-inline-toolbar button{min-width:28px;height:26px;border:none;background:transparent;color:#e6e3f2;border-radius:5px;cursor:pointer;font-size:13px}.ddz-inline-toolbar button:hover{background:#322d45}.ddz-inline-toolbar button.active{background:#6850e8;color:#fff}.ddz-inline-toolbar .ddz-inline-done{background:#6850e8;color:#fff;font-weight:700;padding:0 10px}.ddz-inline-content{padding:6px 8px}.ddz-inline-content .ProseMirror{outline:none;min-height:1.4em}.ddz-inline-content .ProseMirror p{margin:0 0 .35em}.ddz-var-menu{position:absolute;top:calc(100% + 6px);left:0;width:300px;max-height:320px;overflow-y:auto;background:#fff;color:#1e1b2e;border:1px solid #ddd9ec;border-radius:10px;box-shadow:0 18px 44px -14px #0006;padding:8px;z-index:60}.ddz-var-group+.ddz-var-group{margin-top:8px}.ddz-var-title{font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#8a86a3;padding:4px 8px}.ddz-var-menu .ddz-var-group button{display:flex;align-items:baseline;justify-content:space-between;gap:10px;width:100%;text-align:left;background:transparent;border:none;border-radius:7px;padding:6px 8px;font-size:12.5px;color:#1e1b2e;cursor:pointer;height:auto;min-width:0}.ddz-var-menu .ddz-var-group button:hover{background:#f1effa}.ddz-var-menu .ddz-var-group button code{font-size:10.5px;color:#8a86a3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.ddz-preview-host{display:flex;flex-direction:column;gap:14px}.ddz-preview-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#f6f4fe;border:1px solid #ddd6fb;border-radius:10px;padding:10px 14px}.ddz-preview-badge{font-weight:700;font-size:13px;color:#5b21b6;white-space:nowrap}.ddz-preview-hint{font-size:12.5px;color:#6b6685;flex:1;min-width:220px}.ddz-preview-data-btn{background:#6850e8;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.ddz-preview-data-btn:hover{background:#5a43d6}.ddz-preview-surface{display:flex;flex-direction:column;align-items:center;gap:18px;overflow-x:auto;padding-bottom:24px}.ddz-preview-surface .ddoc-page{box-shadow:0 1px 3px #0f172a1f,0 18px 40px -20px #0f172a59;border-radius:3px;margin-bottom:26px}.ddz-preview-surface .ddoc-page:last-child{margin-bottom:0}.ddz-preview-surface .ddoc-approve-btn,.ddz-preview-surface .ddoc-decline-btn{pointer-events:none}@media(max-width:1024px){.ddz-preview-surface{overflow-x:visible;padding-bottom:12px}}@media(max-width:640px){.ddz-preview-bar{padding:8px 10px;gap:8px}.ddz-preview-hint{display:none}.ddz-preview-data-btn,.ddz-preview-secondary-btn,.ddz-preview-toggle{min-height:40px}}.ddz-mobile-edit-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12500;background:#0f0c1a6b;display:flex;align-items:flex-end}.ddz-mobile-edit-sheet{width:100%;background:#fff;border-radius:18px 18px 0 0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));box-shadow:0 -18px 50px -18px #00000073;animation:ddzMobileSheetIn .2s ease;display:flex;flex-direction:column;gap:12px;max-height:80dvh;overflow-y:auto}@keyframes ddzMobileSheetIn{0%{transform:translateY(24px);opacity:.5}to{transform:translateY(0);opacity:1}}.ddz-mobile-edit-title{font-size:14px;font-weight:700;color:#1e1b2e}.ddz-mobile-edit-input{width:100%;border:1.5px solid #6850e8;border-radius:10px;padding:10px 12px;font-size:16px;font-family:inherit;color:#0f172a;box-sizing:border-box;outline:none}.ddz-mobile-edit-vat{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px}.ddz-mobile-edit-vat button{height:46px;border:1px solid #ddd6fb;border-radius:10px;background:#fff;font-size:15px;font-weight:700;color:#1e1b2e;cursor:pointer}.ddz-mobile-edit-vat button:hover{background:#f1effa}.ddz-mobile-edit-actions{display:flex;gap:10px}.ddz-mobile-edit-actions button{flex:1 1 auto;height:46px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer}.ddz-mobile-edit-cancel{background:#fff;border:1px solid #e2e8f0;color:#4b4763}.ddz-mobile-edit-done{background:#6850e8;border:none;color:#fff}.ddz-inline-edit-sheet{box-shadow:none!important;border:1px solid #e2e0ee}.ddz-data-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:11500;background:#0f0c1a73;display:flex;justify-content:flex-end}.ddz-data-drawer{width:min(940px,96vw);height:100%;background:#f8fafc;display:flex;flex-direction:column;box-shadow:-24px 0 60px -20px #00000073;animation:ddzDrawerIn .22s ease}@keyframes ddzDrawerIn{0%{transform:translate(40px);opacity:.4}to{transform:translate(0);opacity:1}}@media(prefers-reduced-motion:reduce){.ddz-data-drawer{animation:none}}.ddz-data-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 20px;background:#fff;border-bottom:1px solid #e2e8f0}.ddz-data-drawer-head strong{font-size:15px;color:#1e1b2e}.ddz-data-drawer-head p{margin:2px 0 0;font-size:12.5px;color:#64748b}.ddz-data-drawer-done{background:#6850e8;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap}.ddz-data-drawer-done:hover{background:#5a43d6}.ddz-data-drawer-body{flex:1;overflow:auto;padding:18px}.ddz-preview-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ddz-preview-toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer;background:#fff;border:1px solid #ddd6fb;border-radius:8px;padding:7px 12px;font-size:12.5px;font-weight:600;color:#4b4763;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ddz-preview-toggle:hover{background:#f4f2fe}.ddz-preview-toggle input{accent-color:#6850e8;margin:0;cursor:pointer}.ddz-preview-currency{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #ddd6fb;border-radius:8px;padding:4px 8px 4px 12px;font-size:12.5px;font-weight:600;color:#4b4763;white-space:nowrap}.ddz-preview-currency select{border:none;background:transparent;font-size:12.5px;font-weight:700;color:#1e1b2e;cursor:pointer;padding:3px 2px;outline:none}.ddz-preview-secondary-btn{background:#fff;color:#4b4763;border:1px solid #ddd6fb;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.ddz-preview-secondary-btn:hover{background:#f4f2fe}.ddz-preset-switch-wrap{position:relative}.ddz-preset-switch-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:210px;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #ddd6fb;border-radius:10px;padding:6px;box-shadow:0 16px 40px -14px #201d3359;display:flex;flex-direction:column;gap:2px}.ddz-preset-switch-menu button{display:flex;align-items:center;justify-content:space-between;gap:8px;background:transparent;border:none;text-align:left;cursor:pointer;padding:8px 10px;border-radius:7px;font-size:13px;color:#1e1b2e;font-weight:600}.ddz-preset-switch-menu button:hover{background:#f1effa}.ddz-preset-switch-default{font-size:10px;font-weight:700;background:#6850e8;color:#fff;border-radius:99px;padding:2px 7px}.ddz-preset-switch-loading{padding:10px;font-size:12.5px;color:#918ca8}.ddz-preview-surface.is-editable [data-block-type=product_lines],.ddz-preview-surface.is-editable [data-block-type=totals],.ddz-preview-surface.is-editable [data-block-type=metadata],.ddz-preview-surface.is-editable [data-block-type=submission_summary],.ddz-preview-surface.is-editable [data-block-type=payment_methods]{cursor:pointer;border-radius:4px;transition:box-shadow .12s ease,background .12s ease}.ddz-preview-surface.is-editable [data-block-type=product_lines]:hover,.ddz-preview-surface.is-editable [data-block-type=totals]:hover,.ddz-preview-surface.is-editable [data-block-type=metadata]:hover,.ddz-preview-surface.is-editable [data-block-type=submission_summary]:hover,.ddz-preview-surface.is-editable [data-block-type=payment_methods]:hover{box-shadow:0 0 0 2px #6850e8,0 0 0 6px #6850e81f;background:#6850e808}.ddz-preset-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#0f0c1a80;display:flex;align-items:center;justify-content:center;padding:24px}.ddz-preset-modal{width:min(760px,96vw);max-height:86vh;display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 30px 70px -20px #00000080}.ddz-preset-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee}.ddz-preset-modal-head strong{font-size:16px;color:#1e1b2e}.ddz-preset-modal-close{background:none;border:none;font-size:16px;color:#8a86a3;cursor:pointer}.ddz-preset-modal-body{padding:18px 20px 24px;overflow-y:auto}.ddz-preset-modal-empty{text-align:center;color:#8a86a3;font-size:13.5px;padding:30px}.ddz-preset-modal-hint{font-size:12.5px;color:#a09bb8;margin-top:6px}.ddz-preset-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.ddz-preset-modal-card{border:1px solid #e2e0ee;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;padding:0;text-align:left;display:flex;flex-direction:column;transition:box-shadow .12s ease,border-color .12s ease}.ddz-preset-modal-card:hover{border-color:#6850e8;box-shadow:0 0 0 1px #6850e8,0 12px 28px -16px #6850e880}.ddz-preset-modal-thumb{height:150px;background:#f4f3f9;overflow:hidden;border-bottom:1px solid #eee}.ddz-preset-modal-thumb-inner{transform:scale(.223);transform-origin:top left;width:794px;pointer-events:none}.ddz-preset-modal-thumb-inner .ddoc-page{margin:0!important;box-shadow:none!important}.ddz-preset-modal-name{padding:10px 12px;font-size:13.5px;font-weight:600;color:#1e1b2e;display:flex;align-items:center;justify-content:space-between;gap:8px}.ddz-inline-surface-wrap{display:flex;flex-direction:column;align-items:center}.ddz-inline-surface{position:relative}.ddz-inline-surface .ddoc-page{cursor:default;box-shadow:0 1px 3px #0f172a1f,0 18px 40px -20px #0f172a59;border-radius:3px;margin-bottom:26px}.ddz-inline-surface .ddoc-page:last-child{margin-bottom:0}.ddz-inline-surface [data-line-field],.ddz-inline-surface [data-date-field],.ddz-surface [data-line-field],.ddz-surface [data-date-field],.ddz-inline-surface [data-el-id].ddoc-el-text,.ddz-inline-surface [data-block-type=rich_text]{cursor:text;border-radius:3px;transition:box-shadow .1s ease,background .1s ease}.ddz-inline-surface [data-line-field]:hover,.ddz-inline-surface [data-date-field]:hover,.ddz-surface [data-line-field]:hover,.ddz-surface [data-date-field]:hover{box-shadow:inset 0 0 0 1px #6850e88c;background:#6850e80f}.ddz-inline-surface [data-el-id].ddoc-el-text:hover,.ddz-inline-surface [data-block-type=rich_text]:hover{box-shadow:0 0 0 1px #6850e866;background:#6850e808}.ddz-inline-surface .ddoc-add-row td,.ddz-surface .ddoc-add-row td{cursor:pointer;color:#6850e8;font-weight:600;border-top:1px dashed rgba(104,80,232,.4)!important}.ddz-inline-surface .ddoc-add-row td:hover,.ddz-surface .ddoc-add-row td:hover{background:#6850e80f}.ddoc-edit-placeholder{color:#b9b4cf}.ddz-inline-surface .ddoc-add-discount-row td,.ddz-surface .ddoc-add-discount-row td{cursor:pointer;color:#6850e8;font-weight:600;font-size:9pt;border-top:1px dashed rgba(104,80,232,.4)}.ddz-inline-surface .ddoc-add-discount-row td:hover,.ddz-surface .ddoc-add-discount-row td:hover{background:#6850e80f}.ddz-inline-surface .ddoc-discount-row[data-discount-edit],.ddz-surface .ddoc-discount-row[data-discount-edit]{cursor:pointer}.ddz-inline-surface .ddoc-discount-row[data-discount-edit]:hover td,.ddz-surface .ddoc-discount-row[data-discount-edit]:hover td{background:#6850e80f;box-shadow:inset 0 0 0 1px #6850e88c}.ddz-inline-surface .ddoc-table td,.ddz-surface .ddoc-table td{position:relative}.ddoc-line-remove{position:absolute;left:-7mm;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:99px;border:1px solid #e6e2f7;background:#fff;color:#8a86a3;font-size:13px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .12s ease,color .12s ease,border-color .12s ease}.ddz-inline-surface .ddoc-table tr:hover .ddoc-line-remove,.ddz-surface .ddoc-table tr:hover .ddoc-line-remove{opacity:1}.ddoc-line-remove:hover{color:#dc2626;border-color:#fca5a5;background:#fef2f2}.ddz-inline-input{position:absolute;z-index:55;border:1.5px solid #6850e8;border-radius:4px;padding:2px 6px;font-size:13px;font-family:inherit;background:#fff;color:#0f172a;box-shadow:0 6px 18px -6px #00000059}.ddz-inline-vat{position:absolute;z-index:55;background:#fff;border:1px solid #ddd6fb;border-radius:8px;box-shadow:0 12px 30px -10px #00000059;padding:4px;display:flex;flex-direction:column;gap:2px}.ddz-inline-vat button{background:none;border:none;text-align:right;cursor:pointer;padding:5px 12px;border-radius:6px;font-size:13px;color:#1e1b2e;font-weight:600}.ddz-inline-vat button:hover{background:#f1effa}.profile-content,body.profile-theme-active{--profile-brand: #6150e1;--profile-brand-hover: #5140cc;--profile-brand-light: rgba(97, 80, 225, .08);--profile-brand-ring: rgba(97, 80, 225, .22);--profile-bg: #f8fafc;--profile-surface: #ffffff;--profile-border: #e5e7eb;--profile-border-subtle: rgba(226, 232, 240, .95);--profile-text: #111827;--profile-text-muted: #6b7280;--profile-text-secondary: #374151;--profile-shadow-card: 0 1px 3px rgba(15, 23, 42, .06), 0 4px 16px rgba(15, 23, 42, .05);--profile-shadow-hover: 0 4px 20px rgba(15, 23, 42, .1);--profile-shadow-modal: 0 20px 60px rgba(15, 23, 42, .18), 0 4px 16px rgba(15, 23, 42, .08);--profile-radius-sm: 8px;--profile-radius: 12px;--profile-radius-lg: 16px;--profile-ease: cubic-bezier(.4, 0, .2, 1);--profile-dur-fast: .12s;--profile-dur: .16s;--profile-field-height: 44px;--profile-field-padding-y: 11px;--profile-field-padding-x: 14px;--profile-field-border-color: rgba(203, 213, 225, .9);--profile-field-border-hover: rgba(148, 163, 184, .75);--profile-field-bg: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);--profile-field-bg-hover: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);--profile-field-bg-readonly: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);--profile-field-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 1px 2px rgba(15, 23, 42, .04);--profile-field-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, .78), 0 4px 12px rgba(15, 23, 42, .06);--profile-field-shadow-focus: 0 0 0 3px rgba(97, 80, 225, .14), 0 8px 22px rgba(97, 80, 225, .08)}.profile-content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--profile-bg);height:100%;color:var(--profile-text);-webkit-font-smoothing:antialiased}.profile-shell{display:flex;flex-direction:column;height:100%}.settings-mobile-back{display:none;align-items:center;gap:5px;margin:0 0 12px;padding:0;border:0;background:transparent;font:inherit;font-size:13px;font-weight:600;color:var(--profile-brand);cursor:pointer}.profile-layout{display:flex;flex:1;min-height:0;overflow:hidden}.profile-sidebar{width:228px;flex-shrink:0;height:100%;padding:20px 12px;border-right:1px solid var(--profile-border-subtle);background:#fff9;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;box-sizing:border-box}.profile-sidebar::-webkit-scrollbar{display:none}.sidebar-navigation{display:flex;flex-direction:column;gap:24px}.settings-nav-group{display:flex;flex-direction:column;gap:3px}.settings-nav-group-label{padding:0 8px 6px;font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--profile-text-muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.pnav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.pnav-item{border-radius:var(--profile-radius-sm)}.pnav-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--profile-radius-sm);text-decoration:none;color:var(--profile-text-secondary);font-size:13.5px;font-weight:500;line-height:1.4;transition:background var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pnav-link:hover{background:var(--profile-brand-light);color:var(--profile-brand)}.pnav-item.active .pnav-link{background:var(--profile-brand-light);color:var(--profile-brand);font-weight:600;box-shadow:inset 2.5px 0 0 var(--profile-brand)}.pnav-item--overview{margin-bottom:6px}.pnav-item.disabled .pnav-link{opacity:.42;cursor:not-allowed;pointer-events:none}.pnav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;opacity:.85;color:inherit}.pnav-item.active .pnav-icon{opacity:1}.pnav-label-wrapper{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.pnav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pnav-label-wrapper{flex-direction:column;align-items:flex-start;gap:1px}.pnav-sub{display:block;font-size:11px;line-height:1.35;color:var(--profile-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.pnav-item.active .pnav-sub{color:var(--profile-brand);opacity:.75}.pnav-link{align-items:flex-start}.pnav-icon{margin-top:1px}.sidebar-search{display:flex;align-items:center;gap:8px;padding:7px 10px;margin-bottom:16px;border:1px solid var(--profile-border);border-radius:var(--profile-radius-sm);background:#fff;transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease)}.sidebar-search:focus-within{border-color:var(--profile-brand);box-shadow:0 0 0 3px var(--profile-brand-light)}.sidebar-search-icon{flex-shrink:0;color:var(--profile-text-muted)}.sidebar-search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:13px;color:var(--profile-text);padding:0}.sidebar-search-input::-webkit-search-cancel-button{cursor:pointer}.sidebar-search-empty{margin:4px 8px;font-size:12.5px;line-height:1.5;color:var(--profile-text-muted)}.pnav-item-badge{display:inline-flex;align-items:center;padding:1px 6px;background:var(--profile-brand);color:#fff;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:100px;flex-shrink:0}.profile-content-area{flex:1;min-width:0;height:100%;overflow-y:auto;overflow-x:hidden;padding:28px 32px 112px;box-sizing:border-box;background:radial-gradient(900px 480px at 16% 0%,rgba(97,80,225,.06),transparent 55%),radial-gradient(700px 380px at 84% 0%,rgba(14,165,233,.06),transparent 50%),var(--profile-bg)}.content-container{max-width:none;width:100%;margin:0}.tab-content{display:contents;width:100%}.tab-panel{animation:profileFadeIn var(--profile-dur) var(--profile-ease) both;width:100%}.tab-panel.active{display:block;width:100%}@keyframes profileFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.profile-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden;width:100%;box-sizing:border-box}.profile-card+.profile-card{margin-top:16px}.personal-settings-layout{display:flex;flex-direction:column;gap:20px;max-width:780px}.personal-header{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);padding:24px;box-shadow:var(--profile-shadow-card)}.avatar-section,.avatar-container{display:flex;align-items:center;gap:20px}.avatar-wrapper{position:relative;width:72px;height:72px;flex-shrink:0;border-radius:50%}.avatar-image{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--profile-border);display:block}.avatar-placeholder{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--profile-brand) 0%,#7c6ff0 100%);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;letter-spacing:-.02em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.avatar-edit-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;cursor:pointer;transition:opacity var(--profile-dur) var(--profile-ease);color:#fff}.avatar-wrapper:hover .avatar-edit-overlay{opacity:1}.user-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.user-name{font-size:15px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.user-email{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.avatar-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.avatar-action-btn{display:inline-flex;align-items:center;border:1px solid var(--profile-border, #e5e7eb);background:#fff;color:#374151;border-radius:8px;padding:6px 12px;font-size:12.5px;font-weight:550;line-height:1.3;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.avatar-action-btn:hover{background:#f9fafb;border-color:#d1d5db}.avatar-action-btn--danger{color:#b91c1c;border-color:#f3d6d6}.avatar-action-btn--danger:hover{background:#fef2f2;border-color:#e7b9b9}.avatar-hint{margin-top:8px;font-size:12px;color:#9ca3af;line-height:1.4}.profile-content .avatar-container .user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;flex:1;min-width:0;gap:4px;padding:0;margin:0;background:transparent;border-radius:0;opacity:1;transform:none;position:static;z-index:auto}.profile-content .avatar-container .user-name,.profile-content .avatar-container .user-email{display:block;visibility:visible;opacity:1}.personal-form{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden}.form-scroll-area{padding:24px}.form-fields{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-field,.form-section,.form-group{display:flex;flex-direction:column;gap:6px}.field-label,.form-label{font-size:12.5px;font-weight:600;color:var(--profile-text-secondary);letter-spacing:.01em}.profile-content .field-input,.profile-content .form-input,body.profile-theme-active .field-input,body.profile-theme-active .form-input{display:block;width:100%;height:var(--profile-field-height);padding:0 var(--profile-field-padding-x);border:1px solid var(--profile-field-border-color)!important;border-radius:var(--profile-radius)!important;background:var(--profile-field-bg)!important;color:var(--profile-text)!important;font-size:14px;font-weight:450;font-family:inherit;line-height:1.45;transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease),background var(--profile-dur-fast) var(--profile-ease);box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:left;box-shadow:var(--profile-field-shadow)!important}.profile-content .field-input:hover:not(:disabled):not(:focus),.profile-content .form-input:hover:not(:disabled):not(:focus),body.profile-theme-active .field-input:hover:not(:disabled):not(:focus),body.profile-theme-active .form-input:hover:not(:disabled):not(:focus){border-color:var(--profile-field-border-hover)!important;background:var(--profile-field-bg-hover)!important;box-shadow:var(--profile-field-shadow-hover)!important}.profile-content .field-input:focus,.profile-content .form-input:focus,body.profile-theme-active .field-input:focus,body.profile-theme-active .form-input:focus{outline:none;border-color:var(--profile-brand)!important;background:#fff!important;box-shadow:var(--profile-field-shadow-focus)!important}.profile-content .field-input.error,.profile-content .form-input.error,body.profile-theme-active .field-input.error,body.profile-theme-active .form-input.error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.profile-content .field-input:disabled,.profile-content .form-input:disabled,body.profile-theme-active .field-input:disabled,body.profile-theme-active .form-input:disabled{background:var(--profile-field-bg-readonly)!important;color:#475569!important;cursor:not-allowed;border-color:#e2e8f0f2!important;box-shadow:none!important}.profile-content .field-input::-moz-placeholder,.profile-content .form-input::-moz-placeholder,body.profile-theme-active .field-input::-moz-placeholder,body.profile-theme-active .form-input::-moz-placeholder{color:#c4c9d4}.profile-content .field-input::placeholder,.profile-content .form-input::placeholder,body.profile-theme-active .field-input::placeholder,body.profile-theme-active .form-input::placeholder{color:#c4c9d4}.profile-content select.field-input,.profile-content select.form-input,body.profile-theme-active select.field-input,body.profile-theme-active select.form-input{padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236b7280' stroke-width='2.2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 12px;cursor:pointer}.profile-content .form-textarea,body.profile-theme-active .form-textarea{padding:var(--profile-field-padding-y) var(--profile-field-padding-x);border:1px solid var(--profile-field-border-color)!important;border-radius:var(--profile-radius)!important;background:var(--profile-field-bg)!important;color:var(--profile-text)!important;font-size:14px;font-weight:450;font-family:inherit;line-height:1.55;resize:vertical;min-height:80px;width:100%;box-sizing:border-box;transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease),background var(--profile-dur-fast) var(--profile-ease);text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:var(--profile-field-shadow)!important}.profile-content .form-textarea:hover:not(:disabled):not(:focus),body.profile-theme-active .form-textarea:hover:not(:disabled):not(:focus){border-color:var(--profile-field-border-hover)!important;background:var(--profile-field-bg-hover)!important;box-shadow:var(--profile-field-shadow-hover)!important}.profile-content .form-textarea:focus,body.profile-theme-active .form-textarea:focus{outline:none;border-color:var(--profile-brand)!important;background:#fff!important;box-shadow:var(--profile-field-shadow-focus)!important}.profile-content .form-textarea::-moz-placeholder,body.profile-theme-active .form-textarea::-moz-placeholder{color:#c4c9d4}.profile-content .form-textarea::placeholder,body.profile-theme-active .form-textarea::placeholder{color:#c4c9d4}.profile-content .form-textarea:disabled,body.profile-theme-active .form-textarea:disabled{background:var(--profile-field-bg-readonly)!important;color:#94a3b8!important;cursor:not-allowed;box-shadow:none!important}.skeleton-input{background:linear-gradient(90deg,#f3f4f6 25%,#e9eaed,#f3f4f6 75%);background-size:400% 100%;animation:skeletonShimmer 1.4s ease infinite;border-color:transparent!important;pointer-events:none}@keyframes skeletonShimmer{0%{background-position:100% 50%}to{background-position:0% 50%}}.btn-primary,.settings-primary-action{display:inline-flex;align-items:center;gap:7px;padding:0 16px;height:36px;background:var(--profile-brand);color:#fff;border:none;border-radius:var(--profile-radius-sm);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease),transform var(--profile-dur-fast) var(--profile-ease),opacity var(--profile-dur-fast) var(--profile-ease);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.btn-primary:hover:not(:disabled),.settings-primary-action:hover:not(:disabled){background:var(--profile-brand-hover);box-shadow:0 4px 14px #6150e159;transform:translateY(-1px)}.btn-primary:active:not(:disabled),.settings-primary-action:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn-primary:disabled,.settings-primary-action:disabled{opacity:.48;cursor:not-allowed;transform:none}.btn-primary:focus-visible,.settings-primary-action:focus-visible{box-shadow:0 0 0 3px var(--profile-brand-ring)}.btn-secondary{display:inline-flex;align-items:center;gap:7px;padding:0 16px;height:36px;background:var(--profile-surface);color:var(--profile-text-secondary);border:1px solid var(--profile-border);border-radius:var(--profile-radius-sm);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background var(--profile-dur-fast) var(--profile-ease),border-color var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease),transform var(--profile-dur-fast) var(--profile-ease);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:var(--profile-text);transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn-secondary:disabled{opacity:.48;cursor:not-allowed}.btn-secondary:focus-visible{box-shadow:0 0 0 3px var(--profile-brand-ring)}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--profile-radius-sm);border:1px solid var(--profile-border);background:var(--profile-surface);color:var(--profile-text-muted);cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease),border-color var(--profile-dur-fast) var(--profile-ease);outline:none;padding:0;flex-shrink:0}.btn-icon:hover:not(:disabled){background:#f3f4f6;color:var(--profile-text);border-color:#d1d5db}.btn-icon:disabled{opacity:.38;cursor:not-allowed}.btn-icon.btn-danger{color:#ef4444;border-color:#fecaca;background:#fff5f5}.btn-icon.btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#dc2626}.back-button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:none;background:transparent;color:var(--profile-text-muted);font-size:13px;font-family:inherit;cursor:pointer;border-radius:var(--profile-radius-sm);transition:color var(--profile-dur-fast) var(--profile-ease),background var(--profile-dur-fast) var(--profile-ease);outline:none}.back-button:hover{color:var(--profile-text);background:#f3f4f6}.profile-content .cui5-input,body.profile-theme-active .cui5-input{display:block;width:100%}.profile-content .cui5-input__box,body.profile-theme-active .cui5-input__box{position:relative;display:flex;align-items:center;width:100%;min-height:var(--profile-field-height);padding:0 var(--profile-field-padding-x);border:1px solid var(--profile-field-border-color)!important;border-radius:var(--profile-radius)!important;background:var(--profile-field-bg)!important;box-shadow:var(--profile-field-shadow)!important;box-sizing:border-box;transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease),background var(--profile-dur-fast) var(--profile-ease)}.profile-content .cui5-input__box:hover:not(:focus-within),.profile-content .cui5-input__box:has(select:hover):not(:focus-within),body.profile-theme-active .cui5-input__box:hover:not(:focus-within),body.profile-theme-active .cui5-input__box:has(select:hover):not(:focus-within){border-color:var(--profile-field-border-hover)!important;background:var(--profile-field-bg-hover)!important;box-shadow:var(--profile-field-shadow-hover)!important}.profile-content .cui5-input__box:focus-within,body.profile-theme-active .cui5-input__box:focus-within{border-color:var(--profile-brand)!important;background:#fff!important;box-shadow:var(--profile-field-shadow-focus)!important}.profile-content .cui5-input__box input,.profile-content .cui5-input__box select,body.profile-theme-active .cui5-input__box input,body.profile-theme-active .cui5-input__box select{height:100%;width:100%;min-height:calc(var(--profile-field-height) - 2px);padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--profile-text)!important;font-size:14px;font-weight:450;font-family:inherit;line-height:1.45;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:left;box-shadow:none!important;outline:none}.profile-content .cui5-input__box input::-moz-placeholder,body.profile-theme-active .cui5-input__box input::-moz-placeholder{color:#c4c9d4}.profile-content .cui5-input__box input::placeholder,body.profile-theme-active .cui5-input__box input::placeholder{color:#c4c9d4}.cui5-input__box input[style*=paddingLeft]{padding-left:36px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper svg{position:absolute;left:10px;pointer-events:none;color:#9ca3af;flex-shrink:0;z-index:1}.search-input-wrapper .field-input{padding-left:34px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f172a7a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:profileFadeIn var(--profile-dur) var(--profile-ease) forwards}.modal-container{background:var(--profile-surface);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-modal);width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideUp var(--profile-dur) var(--profile-ease) forwards}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-container.team-view{max-width:520px}.modal-container.modal-details-view{max-width:600px}.modal-container.modal-logo-view{max-width:500px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--profile-border-subtle);flex-shrink:0}.modal-title{font-size:15px;font-weight:650;color:var(--profile-text);margin:0;line-height:1.3}.team-title{font-size:15px;font-weight:650;color:var(--profile-text)}.modal-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;border-radius:6px;color:var(--profile-text-muted);cursor:pointer;flex-shrink:0;transition:background var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease);outline:none;padding:0}.modal-close:hover{background:#f3f4f6;color:var(--profile-text)}.modal-content{flex:1;overflow-y:auto;padding:20px;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.modal-view{display:flex;flex-direction:column;gap:14px;animation:profileFadeIn var(--profile-dur) var(--profile-ease) forwards}.modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.modal-card{border:1px solid var(--profile-border);border-radius:var(--profile-radius);padding:18px;display:flex;flex-direction:column;gap:12px;transition:border-color var(--profile-dur) var(--profile-ease),box-shadow var(--profile-dur) var(--profile-ease)}.modal-card:hover{border-color:#d1d5db;box-shadow:var(--profile-shadow-hover)}.modal-card-header{display:flex;align-items:center;gap:10px}.modal-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--profile-radius-sm);background:var(--profile-brand-light);color:var(--profile-brand);flex-shrink:0}.modal-card-title{font-size:14px;font-weight:650;color:var(--profile-text);margin:0}.modal-card-content{display:flex;flex-direction:column;gap:12px;flex:1}.modal-card-description{font-size:13px;color:var(--profile-text-muted);line-height:1.55;margin:0;flex:1}.modal-card-actions{display:flex;flex-direction:column;gap:8px}.modal-card-actions .btn-primary,.modal-card-actions .btn-secondary{width:100%;justify-content:center}.team-overview,.add-team-member{display:flex;flex-direction:column;gap:14px}.search-section{flex-shrink:0}.team-members-list{display:flex;flex-direction:column;gap:2px;max-height:360px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.team-member{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--profile-radius-sm);transition:background var(--profile-dur-fast) var(--profile-ease);cursor:default}.team-member:hover{background:#f9fafb}.member-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--profile-brand) 0%,#7c6ff0 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.member-initials{font-size:13px;font-weight:700;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.member-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.member-name{font-size:13.5px;font-weight:600;color:var(--profile-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-role-container{display:flex;align-items:center;gap:6px}.member-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.team-footer{padding-top:8px;border-top:1px solid var(--profile-border-subtle);display:flex;justify-content:flex-end}.role-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em}.role-badge.paid{background:#dcfce7;color:#15803d}.role-badge.pending{background:#fef9c3;color:#a16207}.role-badge.failed{background:#fee2e2;color:#b91c1c}.role-badge.canceled{background:#f3f4f6;color:#6b7280}.role-badge.refunded{background:#ede9fe;color:#6d28d9}.role-badge.unknown{background:#f3f4f6;color:#9ca3af}.subscription-status-pill{display:inline-flex;align-items:center;align-self:flex-start;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.subscription-status-pill.paid{background:#dcfce7;color:#15803d}.subscription-status-pill.pending{background:#fef9c3;color:#a16207}.subscription-status-pill.failed{background:#fee2e2;color:#b91c1c}.subscription-status-pill.canceled{background:#f3f4f6;color:#6b7280}.subscription-status-pill.refunded{background:#ede9fe;color:#6d28d9}.subscription-status-pill.unknown{background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.permissions-section{border-top:1px solid var(--profile-border-subtle);padding-top:14px;display:flex;flex-direction:column;gap:6px}.permissions-title{font-size:13px;font-weight:650;color:var(--profile-text);margin:0}.add-member-description p{font-size:13.5px;color:var(--profile-text-muted);line-height:1.6;margin:0}.add-member-footer,.company-details-footer,.company-logo-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:14px;border-top:1px solid var(--profile-border-subtle);flex-shrink:0;margin-top:auto}.logo-upload-preview{display:flex;justify-content:center;padding:8px 0}.logo-preview-container{width:140px;height:140px;border-radius:var(--profile-radius);border:2px dashed var(--profile-border);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f9fafb;transition:border-color var(--profile-dur) var(--profile-ease)}.logo-preview-container.has-image{border-style:solid;border-color:var(--profile-brand)}.logo-preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#d1d5db}.logo-preview-text{font-size:12px;color:var(--profile-text-muted);text-align:center;margin:0}.upload-area{border:2px dashed var(--profile-border);border-radius:var(--profile-radius);transition:border-color var(--profile-dur) var(--profile-ease),background var(--profile-dur) var(--profile-ease)}.upload-area:hover{border-color:var(--profile-brand);background:var(--profile-brand-light)}.upload-label{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px;cursor:pointer;color:var(--profile-text-muted);transition:color var(--profile-dur) var(--profile-ease)}.upload-area:hover .upload-label{color:var(--profile-brand)}.upload-text{font-size:14px;font-weight:600;color:var(--profile-brand)}.upload-subtext{font-size:12px;color:var(--profile-text-muted)}.logo-instructions{border:1px solid var(--profile-border);border-radius:var(--profile-radius-sm);padding:14px 16px;background:#f9fafb}.instructions-title{font-size:12.5px;font-weight:650;color:var(--profile-text-secondary);margin:0 0 8px}.instructions-list{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:4px}.instructions-list li{font-size:12.5px;color:var(--profile-text-muted);line-height:1.5}.notification-modal.modal-container{max-width:380px}.notification-view{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 0;text-align:center}.notification-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.success{background:#dcfce7;color:#16a34a}.notification-icon.error{background:#fee2e2;color:#dc2626}.notification-content{display:flex;flex-direction:column;gap:6px}.notification-title{font-size:15px;font-weight:650;color:var(--profile-text);margin:0}.notification-message{font-size:13.5px;color:var(--profile-text-muted);line-height:1.55;margin:0}.notification-footer{width:100%;display:flex;justify-content:center;padding-top:4px}.notification-footer .btn-primary{min-width:100px;justify-content:center}.skeleton-loader{pointer-events:none}.skeleton-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(90deg,#f3f4f6 25%,#e9eaed,#f3f4f6 75%);background-size:400% 100%;animation:skeletonShimmer 1.4s ease infinite;flex-shrink:0}.skeleton-text{border-radius:4px;background:linear-gradient(90deg,#f3f4f6 25%,#e9eaed,#f3f4f6 75%);background-size:400% 100%;animation:skeletonShimmer 1.4s ease infinite}.empty-state{display:flex;align-items:center;justify-content:center;padding:32px 20px}.empty-state p{font-size:13.5px;color:var(--profile-text-muted);margin:0;text-align:center}.email-setting-field{display:flex;flex-direction:column;gap:6px}.email-field-label{font-size:12.5px;font-weight:600;color:var(--profile-text-secondary)}.email-setting-input-wrapper{display:flex;align-items:stretch;gap:8px}.smtp-settings-modal-hint{font-size:12px;color:var(--profile-text-muted);line-height:1.5}.smtp-settings-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:14px;border-top:1px solid var(--profile-border-subtle)}.smtp-settings-modal-full{grid-column:1 / -1}.company-details-edit{display:flex;flex-direction:column;gap:16px}.company-details-form{display:flex;flex-direction:column;gap:14px}.company-details-form .form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.documents-settings-page,.email-presets-page{display:flex;flex-direction:column;gap:20px;width:100%}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .field-input,.password-input-wrapper .form-input{padding-right:40px}.password-toggle-btn{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--profile-text-muted);padding:0;transition:color var(--profile-dur-fast) var(--profile-ease)}.password-toggle-btn:hover{color:var(--profile-text)}.password-requirements{display:flex;flex-direction:column;gap:5px;padding:12px 14px;background:#f9fafb;border:1px solid var(--profile-border);border-radius:var(--profile-radius-sm)}.password-requirement{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--profile-text-muted);transition:color var(--profile-dur-fast) var(--profile-ease)}.password-requirement.met{color:#16a34a}.password-requirement-icon{width:14px;height:14px;flex-shrink:0}.tfa-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--profile-border-subtle)}.tfa-label{display:flex;flex-direction:column;gap:3px}.tfa-label-text{font-size:13.5px;font-weight:600;color:var(--profile-text)}.tfa-label-hint{font-size:12.5px;color:var(--profile-text-muted)}.team-page-layout{display:flex;flex-direction:column;gap:20px;width:100%}.team-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;padding:14px 18px;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:var(--profile-shadow-card);width:100%;box-sizing:border-box}.team-toolbar-copy{display:flex;flex-direction:column;gap:2px;min-width:200px;flex:1 1 240px}.team-toolbar-title{font-size:14px;font-weight:620;color:var(--profile-text);line-height:1.3}.team-toolbar-subtitle{font-size:12.5px;color:var(--profile-text-muted, #6b7280);line-height:1.45}.team-quick-invite{display:flex;align-items:center;gap:8px;flex:1 1 320px;max-width:520px}.team-quick-invite-input{flex:1;min-width:0}.team-quick-invite-field{min-height:44px}.team-quick-invite-field:focus{transform:none}.team-quick-invite-field::-moz-placeholder{color:#c4c9d4}.team-quick-invite-field::placeholder{color:#c4c9d4}.team-quick-invite-button{min-height:44px;padding-left:18px;padding-right:18px}.team-quick-invite-button:hover:not(:disabled){transform:translateY(-1px)}.team-quick-invite-button:disabled{opacity:.48;cursor:not-allowed}.team-list-shell{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden;width:100%;box-sizing:border-box}.team-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--profile-border-subtle)}.team-list-title{font-size:13.5px;font-weight:650;color:var(--profile-text)}.team-list-meta{font-size:12.5px;color:var(--profile-text-muted)}.team-member-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid var(--profile-border-subtle);transition:background var(--profile-dur-fast) var(--profile-ease)}.team-member-card:last-child{border-bottom:none}.team-member-card:hover{background:#fafafa}.team-member-card-main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.team-member-avatar-shell{flex-shrink:0}.team-member-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--profile-border);display:block}.team-member-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--profile-brand) 0%,#7c6ff0 100%);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.team-member-card-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.team-member-card-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.team-member-card-name{font-size:13.5px;font-weight:600;color:var(--profile-text);white-space:nowrap}.team-member-card-flag{display:inline-flex;align-items:center;padding:1px 7px;border-radius:100px;background:#fef9c3;color:#a16207;font-size:10.5px;font-weight:600}.team-member-card-email{font-size:12.5px;color:var(--profile-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-member-card-side{display:flex;align-items:center;gap:10px;flex-shrink:0}.team-member-inline-link{background:transparent;border:none;color:var(--profile-brand);font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;padding:4px 0;text-decoration:underline;text-underline-offset:2px;transition:opacity var(--profile-dur-fast) var(--profile-ease)}.team-member-inline-link:hover{opacity:.75}.team-member-inline-link.danger{color:#dc2626}.team-member-inline-link:disabled{opacity:.38;cursor:not-allowed}.team-member-menu-button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;border-radius:6px;color:var(--profile-text-muted);cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease);outline:none;padding:0}.team-member-menu-button:hover{background:#f3f4f6;color:var(--profile-text)}.team-member-dropdown-menu{transform-origin:top right;transition:opacity .13s cubic-bezier(.4,0,.2,1),transform .13s cubic-bezier(.4,0,.2,1)}.team-member-dropdown-menu.opening{opacity:0;transform:scale(.93) translateY(-6px)}.team-member-dropdown-menu.open{opacity:1;transform:scale(1) translateY(0)}.team-member-dropdown-menu.closing{opacity:0;transform:scale(.93) translateY(-6px)}.team-empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;text-align:center;color:var(--profile-text-muted);font-size:13.5px}.subscription-page-layout{display:flex;flex-direction:column;gap:20px}.subscription-page-header{display:flex;flex-direction:column;gap:4px;padding-bottom:4px}.settings-overview{display:flex;flex-direction:column;gap:26px;width:100%}.settings-overview-group-title{display:flex;align-items:center;gap:12px;margin:0 0 12px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--profile-text-muted)}.settings-overview-group-title:after{content:"";flex:1;height:1px;background:var(--profile-border-subtle)}.settings-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:14px}.settings-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:128px;padding:16px 18px;text-align:left;font:inherit;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:var(--profile-shadow-card);cursor:pointer;transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease),transform var(--profile-dur-fast) var(--profile-ease);animation:settings-card-in .34s var(--profile-ease) both;animation-delay:calc(var(--card-i, 0) * 35ms)}@keyframes settings-card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.settings-card:active:not(.is-disabled){transform:translateY(0) scale(.985)}.settings-card:hover{border-color:var(--profile-brand);box-shadow:0 6px 18px #6150e11f;transform:translateY(-1px)}.settings-card:focus-visible{outline:none;border-color:var(--profile-brand);box-shadow:0 0 0 3px var(--profile-brand-light)}.settings-card.is-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.settings-card-head{display:flex;align-items:center;gap:10px;width:100%}.settings-card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:10px;background:linear-gradient(160deg,#6150e124,#6150e10f);color:var(--profile-brand);transition:background var(--profile-dur-fast) var(--profile-ease)}.settings-card:hover .settings-card-icon{background:var(--profile-brand);color:#fff}.settings-card-icon svg{width:18px;height:18px}.settings-card-title{flex:1;min-width:0;font-size:14.5px;font-weight:640;letter-spacing:-.008em;color:var(--profile-text)}.settings-card-chevron{flex-shrink:0;color:var(--profile-text-muted);opacity:0;transform:translate(-3px);transition:opacity var(--profile-dur-fast) var(--profile-ease),transform var(--profile-dur-fast) var(--profile-ease)}.settings-card:hover .settings-card-chevron,.settings-card:focus-visible .settings-card-chevron{opacity:1;transform:translate(0)}.settings-card-copy{font-size:12.5px;line-height:1.55;color:var(--profile-text-secondary);min-height:2.6em}.settings-card-chip{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:3.5px 10px;border-radius:999px;font-size:11.5px;font-weight:590;line-height:1.4;background:#f1f2f8;color:var(--profile-text-secondary);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-card-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:#a3a9bd;flex-shrink:0}.settings-card-chip.is-ok{background:#e8f8f1;color:#0b6b4f}.settings-card-chip.is-ok:before{background:#16a377}.settings-card-chip.is-warn{background:#fef6e7;color:#8a5a06}.settings-card-chip.is-warn:before{background:#e9a23b}.settings-overview-foot{margin:0;font-size:12.5px;color:var(--profile-text-muted)}.profile-layout.is-overview .profile-sidebar{display:none}.settings-focus-flash{border-radius:var(--profile-radius, 12px);animation:settings-focus-flash 2.4s ease-out}@keyframes settings-focus-flash{0%,55%{box-shadow:0 0 0 3px #6150e159;background-color:#6150e10f}to{box-shadow:0 0 0 3px #6150e100;background-color:transparent}}@media(prefers-reduced-motion:reduce){.settings-focus-flash{animation:none;box-shadow:0 0 0 3px #6150e159}.settings-card{animation:none}.settings-hero-ring-fill{transition:none}}.form-field:focus-within .field-label{color:var(--profile-brand)}.settings-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:20px 32px;align-items:center;padding:20px 24px;background:linear-gradient(135deg,rgba(97,80,225,.055) 0%,rgba(97,80,225,.015) 55%,transparent 100%),var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card)}.settings-hero.is-done{grid-template-columns:1fr;background:linear-gradient(135deg,rgba(16,145,100,.06) 0%,transparent 60%),var(--profile-surface)}.settings-hero-main{display:flex;align-items:center;gap:20px;min-width:0}.settings-hero-ring{position:relative;width:76px;height:76px;flex-shrink:0}.settings-hero-ring-track{stroke:#6150e121}.settings-hero.is-done .settings-hero-ring-track{stroke:#10916424}.settings-hero-ring-fill{transition:stroke-dashoffset .9s cubic-bezier(.25,.7,.3,1)}.settings-hero-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:14.5px;font-weight:700;letter-spacing:-.02em;color:var(--profile-text);font-variant-numeric:tabular-nums}.settings-hero-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.settings-hero-title{margin:0;font-size:16px;font-weight:660;letter-spacing:-.012em;color:var(--profile-text)}.settings-hero-sub{margin:0;font-size:12.5px;line-height:1.5;color:var(--profile-text-secondary)}.settings-hero-counter{margin-top:3px;font-size:11.5px;font-weight:620;color:var(--profile-text-muted)}.settings-hero-points{display:flex;flex-direction:column;min-width:0;border:1px solid var(--profile-border-subtle);border-radius:var(--profile-radius);background:#ffffffb8;overflow:hidden}.settings-hero-point{display:flex;align-items:center;gap:10px;padding:9px 14px;border:0;background:transparent;font:inherit;font-size:12.5px;font-weight:590;color:var(--profile-text-secondary);text-align:left;cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease)}.settings-hero-point+.settings-hero-point{border-top:1px solid var(--profile-border-subtle)}.settings-hero-point:hover{background:var(--profile-brand-light);color:var(--profile-brand)}.settings-hero-point:focus-visible{outline:none;background:var(--profile-brand-light);box-shadow:inset 0 0 0 2px var(--profile-brand-ring)}.settings-hero-point-index{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;flex-shrink:0;border-radius:50%;background:#6150e11a;color:var(--profile-brand);font-size:10.5px;font-weight:700}.settings-hero-point:hover .settings-hero-point-index{background:var(--profile-brand);color:#fff}.settings-hero-point-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-hero-point-arrow{flex-shrink:0;opacity:.45;transition:transform var(--profile-dur-fast) var(--profile-ease),opacity var(--profile-dur-fast) var(--profile-ease)}.settings-hero-point:hover .settings-hero-point-arrow{opacity:1;transform:translate(3px)}.field-label-row{display:flex;align-items:center;gap:6px}.field-help-toggle{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;padding:0;border:1px solid rgba(97,80,225,.35);border-radius:50%;background:transparent;color:var(--profile-brand);font-size:11px;font-weight:700;line-height:1;cursor:pointer;flex-shrink:0;transition:background var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease)}.field-help-toggle:hover,.field-help-toggle.is-open{background:var(--profile-brand);border-color:var(--profile-brand);color:#fff}.field-help-panel{margin:0;padding:10px 12px;border:1px solid rgba(97,80,225,.16);border-radius:10px;background:#6150e10b;animation:field-help-in .16s var(--profile-ease)}@keyframes field-help-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.field-help-panel p{margin:0;font-size:12.5px;line-height:1.55;color:var(--profile-text-secondary)}.field-help-panel p+p{margin-top:6px}.field-help-panel strong{color:var(--profile-text);font-weight:620}.field-help-panel code{padding:1px 6px;border-radius:6px;background:#fff;border:1px solid rgba(97,80,225,.18);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;color:var(--profile-text);white-space:nowrap}.form-section-head{display:flex;align-items:center;gap:12px;margin-top:10px}.form-section-head span{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--profile-text-muted);white-space:nowrap}.form-section-head:after{content:"";flex:1;height:1px;background:var(--profile-border-subtle)}.email-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-status{display:flex;align-items:flex-start;gap:5px;font-size:12px;line-height:1.45}.field-status svg{flex-shrink:0;margin-top:2px}.field-status.is-ok{color:#0b6b4f}.field-status.is-warn{color:#8a5a06}.settings-save-bar{position:sticky;bottom:12px;z-index:30;display:flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 16px);margin:18px auto 0;padding:9px 10px 9px 16px;background:#111827;border-radius:999px;box-shadow:0 10px 30px #0f172a47,0 2px 8px #0f172a2e;animation:settings-save-bar-in .2s var(--profile-ease)}@keyframes settings-save-bar-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.settings-save-bar{animation:none}}.settings-save-bar-dot{width:8px;height:8px;border-radius:50%;background:#fbbf24;flex-shrink:0}.settings-save-bar-text{font-size:12.5px;font-weight:560;color:#e5e7eb;white-space:nowrap}.settings-save-bar-discard,.settings-save-bar-save{padding:7px 14px;border-radius:999px;font:inherit;font-size:12.5px;font-weight:620;cursor:pointer;white-space:nowrap;transition:background var(--profile-dur-fast) var(--profile-ease)}.settings-save-bar-discard{border:1px solid rgba(255,255,255,.22);background:transparent;color:#d1d5db}.settings-save-bar-discard:hover:not(:disabled){background:#ffffff14}.settings-save-bar-save{border:1px solid var(--profile-brand);background:var(--profile-brand);color:#fff}.settings-save-bar-save:hover:not(:disabled){background:var(--profile-brand-hover)}.settings-save-bar-save:disabled,.settings-save-bar-discard:disabled{opacity:.6;cursor:default}.settings-save-bar.is-saved{background:#0d5c44;color:#d7f5e9;padding:9px 18px;gap:8px}.settings-save-bar.is-saved .settings-save-bar-text{color:#d7f5e9}.settings-save-bar-hint{padding:2px 7px;border-radius:6px;border:1px solid rgba(255,255,255,.18);font-size:10.5px;font-weight:620;color:#9ca3af;letter-spacing:.04em}.settings-guard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:#0f172a6b;animation:settings-guard-fade .14s var(--profile-ease)}@keyframes settings-guard-fade{0%{opacity:0}to{opacity:1}}.settings-guard-modal{width:100%;max-width:440px;padding:20px 22px;background:var(--profile-surface, #fff);border-radius:var(--profile-radius-lg, 16px);box-shadow:var(--profile-shadow-modal);animation:settings-guard-pop .16s var(--profile-ease)}@keyframes settings-guard-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.settings-guard-overlay,.settings-guard-modal{animation:none}}.settings-guard-title{margin:0 0 6px;font-size:15.5px;font-weight:660;color:var(--profile-text, #111827)}.settings-guard-message{margin:0 0 18px;font-size:13px;line-height:1.55;color:var(--profile-text-secondary, #374151)}.settings-guard-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.settings-guard-spacer{flex:1}.settings-guard-discard,.settings-guard-stay,.settings-guard-save{padding:8px 14px;border-radius:9px;font:inherit;font-size:13px;font-weight:620;cursor:pointer;white-space:nowrap;transition:background var(--profile-dur-fast) var(--profile-ease)}.settings-guard-discard{border:1px solid transparent;background:transparent;color:#b3261e}.settings-guard-discard:hover{background:#fdecef}.settings-guard-stay{border:1px solid var(--profile-border);background:transparent;color:var(--profile-text-secondary)}.settings-guard-stay:hover{background:#f3f4f8}.settings-guard-save{border:1px solid var(--profile-brand);background:var(--profile-brand);color:#fff}.settings-guard-save:hover:not(:disabled){background:var(--profile-brand-hover)}.settings-guard-save:disabled{opacity:.6;cursor:default}.settings-card-detail{font-size:12px;font-weight:590;color:var(--profile-text);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.settings-card-avatars{display:flex;align-items:center}.settings-card-avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--profile-brand-light);border:2px solid var(--profile-surface);color:var(--profile-brand);font-size:9.5px;font-weight:700;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.settings-card-avatar+.settings-card-avatar{margin-left:-7px}.settings-card-avatar.is-more{background:#eef0f6;color:var(--profile-text-secondary)}.sidebar-search-mark{background:#6150e129;color:var(--profile-brand);border-radius:3px;padding:0 1px}.ntf-page{display:flex;flex-direction:column;width:100%}.ntf-section{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:var(--profile-shadow-card);overflow:hidden;margin-bottom:16px}.ntf-section-head{display:flex;align-items:center;gap:12px;padding:14px 20px 12px}.ntf-section-head span{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--profile-text-muted);white-space:nowrap}.ntf-section-head:after{content:"";flex:1;height:1px;background:var(--profile-border-subtle)}.ntf-section-body{padding:0 0 8px}.ntf-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;padding:9px 20px;transition:background var(--profile-dur-fast) var(--profile-ease)}.ntf-row:hover{background:#6150e108}.ntf-row-copy{flex:1;min-width:0}.ntf-row-label{font-size:13.5px;font-weight:520;color:var(--profile-text)}.ntf-row-desc{margin-top:2px;font-size:12px;line-height:1.45;color:var(--profile-text-muted)}.ntf-row-control{flex-shrink:0}.ntf-toggle{position:relative;width:42px;height:24px;padding:0;border:0;border-radius:999px;background:#cbd5e1;cursor:pointer;flex-shrink:0;transition:background var(--profile-dur) var(--profile-ease)}.ntf-toggle.is-on{background:var(--profile-brand)}.ntf-toggle:disabled{opacity:.45;cursor:default}.ntf-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px var(--profile-brand-ring)}.ntf-toggle-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a40;transition:transform var(--profile-dur) var(--profile-ease)}.ntf-toggle.is-on .ntf-toggle-knob{transform:translate(18px)}.ntf-volume{display:flex;align-items:center;gap:10px}.ntf-volume-slider{width:110px;accent-color:var(--profile-brand)}.ntf-volume-slider:disabled{opacity:.5}.ntf-volume-value{width:34px;text-align:right;font-size:12px;color:var(--profile-text-muted);font-variant-numeric:tabular-nums}.ntf-select{height:34px;min-width:150px;padding:0 28px 0 12px;border:1px solid var(--profile-field-border-color);border-radius:8px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;font:inherit;font-size:13px;color:var(--profile-text);cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ntf-select:disabled{opacity:.5;cursor:default}.ntf-select:focus-visible{border-color:var(--profile-brand);box-shadow:0 0 0 3px var(--profile-brand-ring)}.ntf-section-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding:6px 20px 12px}.ntf-ghost-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 16px;border:1px solid var(--profile-border);border-radius:8px;background:#f8fafc;color:var(--profile-text);font:inherit;font-size:13px;font-weight:520;cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease),border-color var(--profile-dur-fast) var(--profile-ease)}.ntf-ghost-btn:hover:not(:disabled){background:var(--profile-brand-light);border-color:#6150e14d;color:var(--profile-brand)}.ntf-ghost-btn:disabled{opacity:.5;cursor:default}.ntf-ghost-btn.is-warm{border-color:#fde68a;background:#fffbeb;color:#b45309}.ntf-ghost-btn.is-warm:hover:not(:disabled){background:#fef3c7;border-color:#fcd34d;color:#92400e}.ntf-primary-btn{height:34px;padding:0 18px;border:1px solid var(--profile-brand);border-radius:9px;background:var(--profile-brand);color:#fff;font:inherit;font-size:13px;font-weight:620;cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease)}.ntf-primary-btn:hover{background:var(--profile-brand-hover)}.ntf-push-request{padding:10px 20px 6px}.ntf-history-empty{padding:12px 20px 16px;font-size:13px;color:var(--profile-text-muted)}.ntf-history-row{display:flex;align-items:center;gap:10px;padding:8px 20px}.ntf-history-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:var(--profile-brand-light);color:var(--profile-brand);flex-shrink:0}.ntf-history-copy{flex:1;min-width:0}.ntf-history-title{display:block;font-size:13px;font-weight:520;color:var(--profile-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ntf-history-sub{display:block;font-size:12px;color:var(--profile-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ntf-history-time{flex-shrink:0;font-size:12px;color:var(--profile-text-muted);font-variant-numeric:tabular-nums}.ntf-autosave-note{margin:0;padding:2px 4px 0;font-size:12.5px;color:var(--profile-text-muted);text-align:right}.subdomain-input-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.subdomain-host-suffix{color:var(--profile-text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.documents-settings-intro{margin:0 0 4px;font-size:12.5px;line-height:1.55;color:var(--profile-text-secondary)}.documents-advanced-toggle{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;font:inherit;font-size:12.5px;font-weight:600;color:var(--profile-brand);cursor:pointer}.documents-advanced-toggle svg{transition:transform var(--profile-dur-fast) var(--profile-ease)}.documents-advanced-toggle.is-open svg{transform:rotate(90deg)}.documents-advanced-body{margin-top:10px}.email-empty-state-actions{display:flex;justify-content:flex-start;margin:4px 0 2px}.subscription-page-header:has(>.subscription-refresh-button:only-child){align-items:flex-end}.subscription-refresh-button{align-self:flex-end;width:auto;flex:0 0 auto}.subscription-error-card{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fff5f5;border:1px solid #fecaca;border-radius:var(--profile-radius);color:#b91c1c}.subscription-error-text{font-size:13.5px;margin:0;line-height:1.55}.subscription-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;width:100%}.subscription-summary-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);padding:18px 20px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--profile-shadow-card)}.subscription-summary-label{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--profile-text-muted)}.subscription-summary-label:after{content:"";flex:1;height:1px;background:var(--profile-border-subtle)}.subscription-summary-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13.5px;color:var(--profile-text-secondary);line-height:1.4}.subscription-summary-value{font-weight:600;color:var(--profile-text)}.subscription-invoices-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden}.subscription-invoices-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--profile-border-subtle)}.subscription-invoices-title{font-size:14px;font-weight:650;color:var(--profile-text);margin:0}.subscription-invoices-count{font-size:12.5px;color:var(--profile-text-muted)}.subscription-invoice-list{display:flex;flex-direction:column}.subscription-invoice-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--profile-border-subtle);font-size:13.5px;color:var(--profile-text-secondary);transition:background var(--profile-dur-fast) var(--profile-ease)}.subscription-invoice-item:last-child{border-bottom:none}.subscription-invoice-item:hover{background:#fafafa}.subscription-invoice-amount{font-weight:600;color:var(--profile-text);white-space:nowrap}.subscription-invoices-empty{padding:26px 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafcf5,#fffffff5)}.subscription-invoices-empty p{margin:0;color:var(--profile-text-muted);font-size:13.5px;line-height:1.55;text-align:center}.subscription-invoice-item{display:grid;grid-template-columns:minmax(0,1.35fr) auto minmax(110px,.8fr) auto auto;align-items:center}.subscription-invoice-main{min-width:0;display:flex;flex-direction:column;gap:2px}.subscription-invoice-number{color:var(--profile-text);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subscription-invoice-date,.subscription-invoice-method{color:var(--profile-text-muted);font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subscription-invoice-status{display:inline-flex;justify-self:start;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.subscription-invoice-action{justify-self:end}.subscription-invoice-view-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(203,213,225,.9);background:linear-gradient(180deg,#fff,#f8fafc);color:var(--profile-text-secondary);font-size:12.5px;font-weight:600;text-decoration:none;transition:border-color var(--profile-dur-fast) var(--profile-ease),background var(--profile-dur-fast) var(--profile-ease),color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease)}.subscription-invoice-view-link:hover{border-color:#94a3b8e6;background:linear-gradient(180deg,#fff,#f1f5f9);color:var(--profile-text);box-shadow:0 4px 12px #0f172a0f}.subscription-invoice-view-link.disabled,.subscription-invoice-view-link[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.companies-list{display:flex;flex-direction:column;gap:12px}.company-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:var(--profile-shadow-card);transition:border-color var(--profile-dur) var(--profile-ease),box-shadow var(--profile-dur) var(--profile-ease)}.company-card-info{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.company-logo{width:44px;height:44px;border-radius:var(--profile-radius-sm);border:1px solid var(--profile-border);-o-object-fit:contain;object-fit:contain;background:#f9fafb;flex-shrink:0}.company-logo-placeholder{width:44px;height:44px;border-radius:var(--profile-radius-sm);background:linear-gradient(135deg,var(--profile-brand) 0%,#7c6ff0 100%);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.company-card-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.company-card-name{font-size:14px;font-weight:650;color:var(--profile-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-card-meta{font-size:12.5px;color:var(--profile-text-muted)}.company-card-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.stripe-page-layout{display:flex;flex-direction:column;gap:20px}.stripe-status-card{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden}.stripe-status-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--profile-border-subtle)}.stripe-status-title{font-size:14px;font-weight:650;color:var(--profile-text);margin:0}.stripe-status-body{padding:20px;display:flex;flex-direction:column;gap:16px}.stripe-capability-list{display:flex;flex-direction:column;gap:6px}.stripe-capability-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border:1px solid var(--profile-border-subtle);border-radius:var(--profile-radius-sm);font-size:13px;background:#fafafa}.stripe-capability-name{color:var(--profile-text-secondary)}.stripe-capability-status{font-weight:600;font-size:12px}.profile-section-divider{width:100%;height:1px;background:var(--profile-border-subtle);margin:4px 0}.edit-access-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#0f172a52;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:profileFadeIn var(--profile-dur) var(--profile-ease) forwards}.edit-access-panel{position:fixed;top:0;right:0;bottom:0;z-index:151;width:min(520px,100vw);background:var(--profile-surface);box-shadow:-18px 0 40px #0f172a1f;display:flex;flex-direction:column;overflow:hidden;animation:slideInRight var(--profile-dur) var(--profile-ease) forwards}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.edit-access-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--profile-border-subtle);flex-shrink:0}.edit-access-title{font-size:15px;font-weight:650;color:var(--profile-text);margin:0}.edit-access-body{flex:1;overflow-y:auto;padding:20px;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.edit-access-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--profile-border-subtle);flex-shrink:0}.confirm-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0f172a85;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;animation:profileFadeIn var(--profile-dur) var(--profile-ease) forwards}.confirm-dialog{background:var(--profile-surface);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-modal);width:100%;max-width:420px;padding:24px;display:flex;flex-direction:column;gap:20px;animation:modalSlideUp var(--profile-dur) var(--profile-ease) forwards}.confirm-dialog-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626}.confirm-dialog-body{display:flex;flex-direction:column;gap:6px}.confirm-dialog-title{font-size:15px;font-weight:650;color:var(--profile-text);margin:0}.confirm-dialog-message{font-size:13.5px;color:var(--profile-text-muted);line-height:1.55;margin:0}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.btn-danger-solid{display:inline-flex;align-items:center;gap:7px;padding:0 16px;height:36px;background:#dc2626;color:#fff;border:none;border-radius:var(--profile-radius-sm);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease),transform var(--profile-dur-fast) var(--profile-ease)}.btn-danger-solid:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.btn-danger-solid:disabled{opacity:.48;cursor:not-allowed}.invitation-dialog-body{display:flex;flex-direction:column;gap:20px}.form-helper-text{margin-top:5px;font-size:12px;color:#6b7280;line-height:1.5}.form-divider{width:100%;height:1px;background:#e5e7eb;margin:1.5rem 0;border:none}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;align-items:start}.company-card{display:flex;flex-direction:column;gap:0;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden;transition:box-shadow var(--profile-dur) var(--profile-ease),border-color var(--profile-dur) var(--profile-ease)}.company-card:hover{border-color:#d1d5db;box-shadow:var(--profile-shadow-hover)}.company-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px}.company-logo{width:48px;height:48px;border-radius:10px;border:1px solid var(--profile-border);overflow:hidden;background:#f9fafb;flex-shrink:0;display:flex;align-items:center;justify-content:center}.company-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.company-initials{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,var(--profile-brand) 0%,#7c6ff0 100%);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.company-status{display:flex;align-items:center;gap:6px}.status-badge{display:inline-flex;align-items:center;padding:2px 9px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em}.status-badge.owner{background:#ede9fe;color:var(--profile-brand)}.company-content{display:flex;flex-direction:column;gap:8px;padding:0 18px 16px}.company-name{font-size:15px;font-weight:650;color:var(--profile-text);margin:0;line-height:1.3}.company-description{font-size:13px;color:var(--profile-text-muted);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.company-details{display:flex;flex-direction:column;gap:4px;margin-top:4px}.detail-item{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--profile-text-secondary)}.detail-item svg{flex-shrink:0;opacity:.6}.company-actions{display:flex;align-items:center;gap:8px;padding:12px 18px;border-top:1px solid var(--profile-border-subtle);background:#fafafa}.company-actions .btn-primary,.company-actions .btn-secondary{flex:1;justify-content:center;gap:6px}.add-company-card{display:flex;align-items:center;justify-content:center;min-height:180px;background:var(--profile-surface);border:2px dashed var(--profile-border);border-radius:var(--profile-radius-lg);cursor:pointer;transition:border-color var(--profile-dur) var(--profile-ease),background var(--profile-dur) var(--profile-ease)}.add-company-card:hover{border-color:var(--profile-brand);background:var(--profile-brand-light)}.add-company-content{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px;text-align:center;color:var(--profile-text-muted)}.add-company-content:hover{color:var(--profile-brand)}.add-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f3f4f6;color:#9ca3af;margin-bottom:4px;transition:background var(--profile-dur) var(--profile-ease),color var(--profile-dur) var(--profile-ease)}.add-company-card:hover .add-icon{background:var(--profile-brand-light);color:var(--profile-brand)}.add-company-content h3{font-size:14px;font-weight:650;color:var(--profile-text);margin:0}.add-company-content p{font-size:12.5px;color:var(--profile-text-muted);margin:0;line-height:1.5}.empty-icon{display:flex;align-items:center;justify-content:center;color:#d1d5db}.documents-settings-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.documents-settings-preview-chip{display:inline-flex;align-items:center;padding:3px 10px;background:var(--profile-brand-light);color:var(--profile-brand);font-size:11.5px;font-weight:600;border-radius:100px;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;letter-spacing:.01em}.documents-settings-form{display:flex;flex-direction:column;gap:14px}.documents-settings-help{font-size:12px;color:var(--profile-text-muted);line-height:1.5;margin:4px 0 0}.stripe-platform-warning-card{display:flex;flex-direction:column;gap:10px;padding:16px 18px;background:#fffbeb;border:1px solid #fcd34d;border-radius:var(--profile-radius)}.stripe-platform-warning-title{font-size:13.5px;font-weight:650;color:#92400e}.stripe-platform-warning-text{font-size:13px;color:#78350f;line-height:1.5;margin:0}.stripe-platform-warning-list{display:flex;flex-direction:column;gap:4px;padding-left:16px;margin:0;font-size:12.5px;color:#78350f;line-height:1.5}.stripe-platform-warning-footer{font-size:12px;color:#92400e;line-height:1.5;margin:0;padding-top:4px;border-top:1px solid #fcd34d}.stripe-actions-help{font-size:12.5px;color:var(--profile-text-muted);line-height:1.5;margin:0}.stripe-actions-grid{display:flex;flex-direction:column;gap:8px}.stripe-requirements-list{display:flex;flex-direction:column;gap:6px;padding-left:16px;margin:0;font-size:12.5px;color:#b91c1c;line-height:1.5}.stripe-capabilities-list{display:flex;flex-direction:column;gap:6px;padding:0;margin:0;list-style:none}.stripe-capability-item{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12.5px;color:var(--profile-text-secondary);padding:4px 0;border-bottom:1px solid var(--profile-border-subtle)}.stripe-capability-item:last-child{border-bottom:none}.email-presets-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.email-presets-add-button{flex-shrink:0;font-size:12.5px;padding:6px 12px;height:auto}.email-presets-empty-state{display:flex;flex-direction:column;gap:10px;padding:24px 0 8px;text-align:center;align-items:center}.email-presets-empty-title{font-size:14px;font-weight:650;color:var(--profile-text);margin:0}.email-presets-empty-action{margin-top:4px;font-size:12.5px}.email-presets-list{display:flex;flex-direction:column;gap:2px;margin-top:4px}.email-preset-list-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:var(--profile-radius-sm);cursor:pointer;background:transparent;border:1px solid transparent;width:100%;text-align:left;font-family:inherit;transition:background var(--profile-dur-fast) var(--profile-ease),border-color var(--profile-dur-fast) var(--profile-ease)}.email-preset-list-item:hover{background:#f9fafb}.email-preset-list-item.is-active{background:var(--profile-brand-light);border-color:#6150e133}.email-preset-list-item__name{font-size:13px;font-weight:600;color:var(--profile-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-preset-list-item.is-active .email-preset-list-item__name{color:var(--profile-brand)}.email-preset-list-item__subject{font-size:12px;color:var(--profile-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-presets-editor-header{display:flex;align-items:center;justify-content:flex-end;padding-bottom:12px;border-bottom:1px solid var(--profile-border-subtle);margin-bottom:4px}.email-presets-delete-button{font-size:12.5px;padding:6px 12px;height:auto}.email-presets-form{display:flex;flex-direction:column;gap:16px}.email-presets-field-shell{position:relative}.email-presets-field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.email-presets-input-popover-shell{position:relative}.email-presets-inline-action{padding:4px 10px;background:var(--profile-brand-light);color:var(--profile-brand);border:1px solid rgba(97,80,225,.2);border-radius:var(--profile-radius-sm);font-size:11.5px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background var(--profile-dur-fast) var(--profile-ease)}.email-presets-inline-action:hover{background:#6150e126}.email-presets-content-input{resize:vertical;min-height:180px}.email-presets-variable-dropdown{margin-top:4px}.email-presets-variable-dropdown--popover{position:absolute;top:100%;left:0;right:0;z-index:100;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:0 8px 24px #0f172a1f;max-height:280px;overflow-y:auto}.email-sync-page{display:flex;flex-direction:column}.email-sync-container{display:flex;flex-direction:column;gap:20px;width:100%}.email-section{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-card);overflow:hidden}.email-section-header{display:flex;flex-direction:column;gap:14px;padding:20px 22px}.email-section-title{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--profile-text-muted)}.email-section-content{display:flex;flex-direction:column;gap:16px}.email-section-actions{display:flex;flex-direction:column;gap:12px}.email-section-note{font-size:12px;color:var(--profile-text-muted);line-height:1.5;margin:0}.email-section-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.email-section-action-slot{position:relative}.email-account-field{display:flex;flex-direction:column;gap:6px}.email-account-card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:var(--profile-shadow-card);transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease)}.email-account-card:hover{border-color:#d1d5db;box-shadow:var(--profile-shadow-hover)}.email-account-card-main{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.email-account-card-kicker{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--profile-text-muted)}.email-account-info{display:flex;align-items:center;gap:8px;min-width:0}.email-account-name{font-size:14px;font-weight:600;color:var(--profile-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-account-card-subtitle{font-size:12px;color:var(--profile-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-account-card-side{display:flex;align-items:center;gap:8px;flex-shrink:0}.email-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em}.email-status-badge.connected{background:#dcfce7;color:#16a34a}.email-status-badge.disconnected{background:#fee2e2;color:#dc2626}.email-account-card-caret{font-size:14px;color:var(--profile-text-muted);line-height:1}.email-accounts-dropdown-menu{position:fixed;z-index:500;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius-lg);box-shadow:0 12px 32px #0f172a24;overflow:hidden;display:flex;flex-direction:column;transform-origin:top center;transition:opacity .14s var(--profile-ease),transform .14s var(--profile-ease)}.email-accounts-dropdown-menu.is-above{transform-origin:bottom center}.email-accounts-dropdown-menu.opening{opacity:0;transform:scaleY(.95) translateY(-4px)}.email-accounts-dropdown-menu.open{opacity:1;transform:scaleY(1) translateY(0)}.email-accounts-dropdown-menu.closing{opacity:0;transform:scaleY(.95) translateY(-4px)}.email-accounts-dropdown-header{display:flex;flex-direction:column;gap:12px;padding:14px 14px 10px;border-bottom:1px solid var(--profile-border-subtle);flex-shrink:0}.email-accounts-dropdown-header-copy{display:flex;flex-direction:column;gap:2px}.email-accounts-dropdown-title{font-size:13px;font-weight:650;color:var(--profile-text)}.email-accounts-dropdown-subtitle{font-size:12px;color:var(--profile-text-muted);line-height:1.4}.email-accounts-search-shell{display:flex;flex-direction:column}.email-accounts-search-box{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#f9fafb;border:1px solid var(--profile-border);border-radius:var(--profile-radius-sm)}.email-accounts-search-icon{flex-shrink:0;color:#6b7280}.email-accounts-search-input-field{flex:1;border:none;background:transparent;font-size:13px;color:var(--profile-text);font-family:inherit;outline:none}.email-accounts-search-input-field::-moz-placeholder{color:#9ca3af}.email-accounts-search-input-field::placeholder{color:#9ca3af}.email-accounts-dropdown-list{flex:1;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px;max-height:260px;scrollbar-width:thin}.email-account-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--profile-radius-sm);cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease)}.email-account-item:hover{background:#f9fafb}.email-account-item:focus-visible{outline:none;box-shadow:var(--profile-field-shadow-focus)}.email-account-item.selected{background:var(--profile-brand-light)}.email-account-item-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.email-account-item-name{font-size:13px;font-weight:600;color:var(--profile-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-account-item.selected .email-account-item-name{color:var(--profile-brand)}.email-account-item-copy{font-size:12px;color:var(--profile-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-account-item-meta{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.email-account-item-status{display:inline-flex;align-items:center;padding:2px 7px;border-radius:100px;font-size:10.5px;font-weight:600}.email-account-item-status.connected{background:#dcfce7;color:#16a34a}.email-account-item-status.disconnected{background:#fee2e2;color:#dc2626}.email-access-badge,.email-account-private-default-note{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:999px;font-size:10.5px;font-weight:700;white-space:nowrap}.email-access-badge.team{background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe}.email-access-badge.private{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.email-account-access-select{min-height:24px;width:auto;max-width:148px;border:1px solid var(--profile-border);border-radius:6px;background:#fff;color:var(--profile-text);font-family:inherit;font-size:11px;font-weight:650;line-height:1.2;padding:3px 7px}.email-account-access-select:disabled{opacity:.65;cursor:wait}.email-account-private-default-note{background:#f8fafc;color:var(--profile-text-muted);border:1px solid var(--profile-border)}.email-account-item-check{font-size:14px;font-weight:700;color:var(--profile-brand);width:16px;text-align:center}.email-accounts-dropdown-empty{display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px 16px;text-align:center}.email-accounts-dropdown-empty-title{font-size:13px;font-weight:600;color:var(--profile-text)}.email-accounts-dropdown-empty-copy{font-size:12px;color:var(--profile-text-muted);line-height:1.5}.email-add-account-button{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--profile-brand);color:#fff;border:none;border-radius:var(--profile-radius-sm);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease)}.email-add-account-button:hover{background:var(--profile-brand-hover);box-shadow:0 4px 12px #6150e14d}.email-add-account-content{display:flex;align-items:center;gap:8px}.email-add-button-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1em}.email-setting-value{padding:4px 8px;display:block;width:100%;color:var(--profile-text);font:450 14px/21px Inter,sans-serif}.email-setting-display{width:100%;min-height:var(--profile-field-height);padding:var(--profile-field-padding-y) var(--profile-field-padding-x);border:1px solid var(--profile-field-border-color);border-radius:var(--profile-radius);background:var(--profile-field-bg);box-shadow:var(--profile-field-shadow);color:var(--profile-text);display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;font-family:inherit;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none}.email-setting-display.is-readonly{background:var(--profile-field-bg-readonly)}.email-setting-display.is-clickable{cursor:pointer;transition:border-color var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease),background var(--profile-dur-fast) var(--profile-ease)}.email-setting-display.is-clickable:hover{border-color:var(--profile-field-border-hover);background:var(--profile-field-bg-hover);box-shadow:var(--profile-field-shadow-hover)}.email-setting-display.is-clickable:focus-visible{outline:none;border-color:var(--profile-brand);box-shadow:var(--profile-field-shadow-focus)}.email-setting-display-value{min-width:0;width:100%;display:block;color:var(--profile-text);font-size:14px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-setting-display-icon{flex-shrink:0;color:var(--profile-text-muted)}.email-access-section-heading{display:flex;flex-direction:column;gap:6px;max-width:620px}.email-access-section-header{padding-bottom:10px}.email-access-section-content{padding:0 22px 22px}.email-access-section-copy,.email-access-reader-meta,.email-access-current-help{margin:0;color:var(--profile-text-muted);font-size:12.5px;line-height:1.5}.email-access-summary-grid{display:flex;align-items:stretch;flex-wrap:wrap;gap:8px}.email-access-summary-card{display:inline-flex;align-items:baseline;gap:7px;flex:0 1 210px;min-height:34px;padding:7px 10px;border:1px solid var(--profile-border-subtle);border-radius:8px;background:#fff}.email-access-summary-value{color:var(--profile-text);font-size:15px;font-weight:750;line-height:1.1}.email-access-summary-label{color:var(--profile-text-muted);font-size:12px;font-weight:650;line-height:1.25}.email-access-current-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0 0;border-top:1px solid var(--profile-border-subtle);background:transparent}.email-access-current-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.email-access-current-label{color:var(--profile-text-muted);font-size:11px;font-weight:750;letter-spacing:0;text-transform:uppercase}.email-access-current-name{min-width:0;color:var(--profile-text);font-size:14px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-account-access-select-large{min-height:32px;max-width:none;font-size:12.5px;padding:6px 9px;flex:0 0 180px}.email-access-reader-panel{display:flex;flex-direction:column;border-top:1px solid var(--profile-border-subtle);overflow:visible}.email-access-reader-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0 10px;background:transparent;border-bottom:0}.email-access-reader-panel-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.email-access-reader-title,.email-access-pending-title{color:var(--profile-text);font-size:13px;font-weight:700}.email-access-team-link,.email-access-inline-action{border:1px solid var(--profile-border);border-radius:7px;background:#fff;color:var(--profile-text-secondary);font-family:inherit;font-size:12px;font-weight:650;line-height:1.2;padding:7px 9px;text-decoration:none;white-space:nowrap;cursor:pointer}.email-access-team-link:hover,.email-access-inline-action:hover{border-color:var(--profile-brand);color:var(--profile-brand)}.email-access-reader-list{display:flex;flex-direction:column;border:1px solid var(--profile-border-subtle);border-radius:var(--profile-radius);overflow:hidden;background:#fff}.email-access-reader-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--profile-border-subtle)}.email-access-reader-row:last-child{border-bottom:0}.email-access-reader-main{display:flex;flex-direction:column;gap:2px;min-width:0}.email-access-reader-name{color:var(--profile-text);font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-access-reader-email{color:var(--profile-text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-access-reader-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.email-access-reader-status{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.email-access-reader-status.active{background:#dcfce7;color:#15803d}.email-access-reader-status.pending{background:#fef9c3;color:#a16207}.email-access-reader-empty{padding:12px 0 0;color:var(--profile-text-muted);font-size:13px;line-height:1.5}.email-access-pending-block{display:flex;flex-direction:column;padding-top:8px;border-top:1px solid var(--profile-border-subtle)}.email-access-pending-title{padding:10px 12px 4px;color:var(--profile-text-muted);font-size:11px;letter-spacing:0;text-transform:uppercase}.email-edit-icon{cursor:pointer;color:var(--profile-text-muted);margin-left:8px;flex-shrink:0;transition:color var(--profile-dur-fast) var(--profile-ease)}.email-edit-icon:hover{color:var(--profile-brand)}.email-empty-state{display:flex;flex-direction:column;gap:20px;padding:0 22px 24px}.email-empty-state-hero{display:flex;flex-direction:column;gap:8px}.email-empty-state-badge{display:inline-flex;align-self:flex-start;padding:2px 10px;background:#fef9c3;color:#a16207;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:100px}.email-empty-state-title{font-size:16px;font-weight:700;color:var(--profile-text);margin:0}.email-empty-state-copy{font-size:13.5px;color:var(--profile-text-secondary);line-height:1.55;margin:0}.email-empty-state-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.email-empty-state-note-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:#f9fafb;border:1px solid var(--profile-border);border-radius:var(--profile-radius)}.email-empty-state-note-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--profile-text-muted)}.email-empty-state-note-text{font-size:13px;color:var(--profile-text-secondary);line-height:1.45}.email-empty-state-note-list{display:flex;flex-direction:column;gap:6px}.email-warning-text{font-size:12.5px;color:var(--profile-text-muted);line-height:1.5}.new-email-account-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:22px 22px 18px;border-bottom:1px solid var(--profile-border-subtle)}.new-email-account-modal-header-copy{display:flex;flex-direction:column;gap:4px}.new-email-account-modal-eyebrow{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--profile-brand)}.new-email-account-modal-title{font-size:16px;font-weight:700;color:var(--profile-text);margin:0}.new-email-account-modal-description{font-size:13px;color:var(--profile-text-muted);line-height:1.5;margin:0}.new-email-account-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--profile-radius-sm);border:none;background:transparent;color:var(--profile-text-muted);font-size:20px;line-height:1;cursor:pointer;flex-shrink:0;transition:background var(--profile-dur-fast) var(--profile-ease)}.new-email-account-modal-close:hover{background:#f3f4f6;color:var(--profile-text)}.new-email-account-modal-content{padding:20px 22px}.new-email-account-modal-fields{display:flex;flex-direction:column;gap:4px}.new-email-account-modal-input-label{font-size:12.5px;font-weight:600;color:var(--profile-text-secondary);margin-bottom:6px;display:block}.new-email-account-modal-stack{display:flex;flex-direction:column;gap:12px}.new-email-account-modal-input{border:1px solid var(--profile-border);border-radius:var(--profile-radius-sm);overflow:hidden;transition:border-color var(--profile-dur-fast) var(--profile-ease)}.new-email-account-modal-input:focus-within{border-color:var(--profile-brand);box-shadow:0 0 0 3px var(--profile-brand-ring)}.new-email-account-modal-input-box{display:flex;align-items:center;gap:8px;padding:0 12px}.new-email-account-modal-input-icon{flex-shrink:0;color:#9ca3af}.new-email-account-modal-input-field{flex:1;border:none;background:transparent;font-size:14px;color:var(--profile-text);font-family:inherit;outline:none;height:42px}.new-email-account-modal-input-field::-moz-placeholder{color:#9ca3af}.new-email-account-modal-input-field::placeholder{color:#9ca3af}.new-email-account-modal-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f9fafb;border:1px solid var(--profile-border);border-radius:var(--profile-radius)}.new-email-account-modal-toggle-copy{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.new-email-account-modal-toggle-title{font-size:13px;font-weight:600;color:var(--profile-text)}.new-email-account-modal-toggle-subtitle{font-size:12px;color:var(--profile-text-muted);line-height:1.4}.new-email-account-modal-toggle-row{flex-shrink:0}.new-email-account-modal-legal{font-size:11.5px;color:var(--profile-text-muted);line-height:1.55;padding:10px 12px;background:#f9fafb;border-radius:var(--profile-radius-sm)}.new-email-account-modal-footer-row{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 22px 20px;border-top:1px solid var(--profile-border-subtle)}.new-email-account-modal-button{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;height:38px;border-radius:var(--profile-radius-sm);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;border:none;transition:background var(--profile-dur-fast) var(--profile-ease),box-shadow var(--profile-dur-fast) var(--profile-ease)}.new-email-account-modal-button.secondary{background:#f3f4f6;color:var(--profile-text-secondary)}.new-email-account-modal-button.secondary:hover{background:#e5e7eb}.new-email-account-modal-button.primary{background:var(--profile-brand);color:#fff}.new-email-account-modal-button.primary:hover:not(:disabled){background:var(--profile-brand-hover);box-shadow:0 4px 12px #6150e14d}.new-email-account-modal-button:disabled{opacity:.48;cursor:not-allowed}.new-email-account-modal-button-label{font-size:inherit;font-weight:inherit}.team-member-dropdown-menu{position:absolute;right:0;top:100%;margin-top:6px;width:210px;background:#fff;border:1px solid #e8eaf0;border-radius:12px;box-shadow:0 4px 6px -1px #0f172a0f,0 20px 40px -4px #0f172a24,0 0 0 1px #00000008;z-index:4100;padding:5px}.team-dropdown-item{width:100%;padding:9px 12px;text-align:left;font-size:13.5px;color:#374151;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:9px;border-radius:8px;transition:background-color .1s ease,color .1s ease;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.team-dropdown-item:hover:not(:disabled){background-color:#f5f6f8;color:#111827}.team-dropdown-item:disabled{opacity:.45;cursor:not-allowed}.team-dropdown-item svg{width:15px;height:15px;flex-shrink:0;opacity:.75}.team-dropdown-item:hover:not(:disabled) svg{opacity:1}.team-dropdown-item.danger{color:#dc2626}.team-dropdown-item.danger svg{opacity:.85}.team-dropdown-item.danger:hover:not(:disabled){background-color:#fef2f2;color:#b91c1c}.email-accounts-dropdown-popover{position:fixed;z-index:500;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:var(--profile-radius);box-shadow:0 12px 32px #0f172a24;overflow:hidden;min-width:280px;max-width:380px;max-height:340px;display:flex;flex-direction:column}.email-accounts-dropdown-popover.opening{animation:profileFadeIn .14s var(--profile-ease) forwards}.email-accounts-dropdown-search{padding:10px 12px;border-bottom:1px solid var(--profile-border-subtle);flex-shrink:0}.email-accounts-list{overflow-y:auto;flex:1;padding:6px;display:flex;flex-direction:column;gap:2px;scrollbar-width:thin}.email-account-option{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--profile-radius-sm);cursor:pointer;transition:background var(--profile-dur-fast) var(--profile-ease);font-size:13.5px;color:var(--profile-text)}.email-account-option:hover{background:var(--profile-brand-light);color:var(--profile-brand)}.email-account-option.active{background:var(--profile-brand-light);color:var(--profile-brand);font-weight:600}.new-email-account-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0f172a7a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.new-email-account-modal{background:var(--profile-surface);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-modal);width:100%;max-width:480px;overflow:hidden;animation:modalSlideUp var(--profile-dur) var(--profile-ease) forwards}.smtp-settings-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0f172a7a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.smtp-settings-modal{background:var(--profile-surface);border-radius:var(--profile-radius-lg);box-shadow:var(--profile-shadow-modal);width:100%;max-width:540px;overflow:hidden;animation:modalSlideUp var(--profile-dur) var(--profile-ease) forwards}.oauth-provider-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0f172a85;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.field-hint{font-size:12px;color:var(--profile-text-muted);line-height:1.5}.section-title{font-size:14px;font-weight:650;color:var(--profile-text);margin:0 0 4px}.section-description{font-size:13px;color:var(--profile-text-muted);line-height:1.55;margin:0}@media(max-width:1200px){.profile-content-area{padding:24px 24px 108px}.content-container{max-width:none;margin:0}}@media(max-width:860px){.profile-layout{flex-direction:column}.profile-sidebar{display:none}.settings-overview-grid{grid-template-columns:1fr;gap:8px}.settings-card{min-height:0;padding:13px 14px}.settings-hero{grid-template-columns:1fr;gap:14px;padding:16px}.settings-mobile-back{display:inline-flex}.profile-content-area{padding:20px 16px 104px}.form-row,.subscription-summary-grid{grid-template-columns:1fr}.subscription-invoice-item{grid-template-columns:1fr;gap:10px}.subscription-invoice-action,.subscription-invoice-status{justify-self:start}.team-toolbar{flex-direction:column;align-items:stretch}.team-quick-invite{max-width:100%}.companies-grid,.email-presets-layout,.documents-settings-grid{grid-template-columns:1fr}.email-account-card{flex-wrap:wrap}.content-container{max-width:100%;margin:0}}@media(max-width:640px){.profile-content-area{padding:16px 12px 96px}.avatar-section{flex-direction:column;align-items:flex-start;gap:12px}.company-actions{flex-direction:column}.company-actions .btn-primary,.company-actions .btn-secondary{width:100%}.email-empty-state-grid{grid-template-columns:1fr}.email-access-summary-grid{flex-direction:column}.email-access-summary-card{width:100%;flex-basis:auto}.email-access-current-card,.email-access-reader-panel-header,.email-access-reader-row{align-items:stretch;flex-direction:column}.email-access-reader-actions{align-items:flex-start;flex-wrap:wrap}.email-account-access-select,.email-account-access-select-large,.email-access-team-link,.email-access-inline-action{width:100%;max-width:none}.new-email-account-modal{max-width:100%;border-radius:var(--profile-radius) var(--profile-radius) 0 0;margin-top:auto}.new-email-account-modal-overlay{align-items:flex-end;padding:0}.team-quick-invite-field,.field-input,select.field-input,textarea.field-input{font-size:16px}.settings-save-bar{margin-left:0;margin-right:88px;max-width:calc(100% - 88px);bottom:8px;flex-wrap:wrap}.subdomain-input-row .field-input{flex:1 1 100%!important}.subdomain-input-row .btn{flex:1 1 100%}.stripe-actions-grid{flex-direction:column}.subscription-summary-grid{grid-template-columns:1fr}.pnav-label{max-width:72px;font-size:12px}.new-email-account-modal-header,.new-email-account-modal-content,.new-email-account-modal-footer-row{padding-left:16px;padding-right:16px}}@media(max-width:400px){.pnav-label{display:none}.pnav-link{padding:8px}.profile-content-area{padding:12px 8px 92px}}@media(hover:none){.settings-card-chevron{opacity:1;transform:none}.field-help-toggle{width:22px;height:22px;font-size:12px}.pnav-link{min-height:44px}}@media(max-width:540px){.modal-container{max-width:100%;border-radius:var(--profile-radius) var(--profile-radius) 0 0;max-height:85vh}.modal-overlay{align-items:flex-end;padding:0}.modal-grid{grid-template-columns:1fr}.edit-access-panel{width:100vw}}.oauth-provider-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.oauth-provider-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .2s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.oauth-provider-modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;position:relative}.oauth-provider-modal-title{font-size:20px;font-weight:600;color:#111827;margin:0;line-height:28px}.oauth-provider-modal-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:4px}.oauth-provider-modal-close:hover{color:#111827;background:#f3f4f6}.oauth-provider-modal-content{padding:24px;display:flex;flex-direction:column;gap:24px}.oauth-provider-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.oauth-provider-detected{border:1px solid #dbeafe;background:#eff6ff;border-radius:8px;padding:10px 12px}.oauth-provider-detected-label{font:500 13px/18px Inter,sans-serif;color:#1d4ed8}.oauth-provider-button{width:100%;height:48px;border-radius:8px;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:500;color:#111827;transition:all .2s ease;padding:0 16px;box-shadow:0 1px 2px #0000000d}.oauth-provider-button:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.oauth-provider-button:active{background:#f3f4f6;transform:scale(.98)}.oauth-provider-button--imap{border-color:#6b7280}.oauth-provider-button--imap:hover{border-color:#4b5563;background:#f3f4f6}.oauth-provider-button--google{border-color:#4285f4}.oauth-provider-button--google:hover{background:#f8f9fa;border-color:#1a73e8}.oauth-provider-button--microsoft{border-color:#00a4ef}.oauth-provider-button--microsoft:hover{background:#f8f9fa;border-color:#0078d4}.document-presets-section{margin-top:28px;padding-top:24px;border-top:1px solid #e6e6ef}.document-presets-header{margin-bottom:18px}.document-presets-title{font-size:16px;font-weight:700;color:#1e1b2e;margin:0 0 4px}.document-presets-subtitle{font-size:13.5px;color:#6b6685;margin:0;max-width:62ch;line-height:1.5}.document-presets-error{background:#fdecef;border:1px solid #f5c2cd;color:#a12a44;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:14px}.document-presets-loading,.document-presets-empty{padding:26px;text-align:center;color:#8a86a3;font-size:13.5px;background:#f8f8fc;border:1px dashed #ddd9ec;border-radius:12px}.document-presets-empty-icon{font-size:26px;color:#6850e8;margin-bottom:6px}.document-presets-empty p{margin:2px 0}.document-presets-empty-hint{font-size:12.5px;color:#a09bb8}.document-presets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:16px}.document-preset-card{position:relative;border:1px solid #e2e0ee;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .15s ease,border-color .15s ease}.document-preset-card:hover{box-shadow:0 10px 26px -14px #201d3347}.document-preset-card.is-default{border-color:#6850e8;box-shadow:0 0 0 1px #6850e8}.document-preset-card.is-gallery{opacity:.96}.preset-thumb{height:168px;background:#f4f3f9;overflow:hidden;position:relative;border-bottom:1px solid #eeecf6}.preset-thumb-inner{transform:scale(.236);transform-origin:top left;width:794px;pointer-events:none}.preset-thumb-inner .ddoc-page{margin:0!important;box-shadow:none!important}.document-preset-default-badge{position:absolute;top:8px;left:8px;background:#6850e8;color:#fff;font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:99px;z-index:2}.document-preset-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px}.document-preset-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.document-preset-name{background:none;border:none;padding:0;cursor:text;font-size:14px;font-weight:600;color:#1e1b2e;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-preset-name:hover{color:#6850e8}.document-preset-name-static{font-size:14px;font-weight:600;color:#1e1b2e}.document-preset-rename{font-size:14px;font-weight:600;color:#1e1b2e;border:1px solid #6850e8;border-radius:6px;padding:3px 6px;width:100%}.document-preset-type{flex:0 0 auto;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6b6685;background:#f0eefb;border-radius:99px;padding:3px 8px}.document-preset-actions{display:flex;flex-direction:column;gap:6px}.document-preset-actions-row{display:flex;gap:6px}.document-preset-btn-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;padding:7px 0}.document-preset-btn{flex:1;background:#f2f1f8;border:1px solid #e2e0ee;color:#4b4763;border-radius:7px;padding:7px 10px;font-size:12.5px;font-weight:600;cursor:pointer;white-space:nowrap}.document-preset-btn:hover:not(:disabled){background:#eae8f4}.document-preset-btn:disabled{opacity:.5;cursor:default}.document-preset-btn-primary{background:#6850e8;border-color:#6850e8;color:#fff}.document-preset-btn-primary:hover:not(:disabled){background:#5a43d6}.document-preset-btn-danger{flex:0 0 auto;color:#a12a44}.document-preset-btn-danger:hover:not(:disabled){background:#fdecef}.document-presets-gallery{margin-top:24px}.document-presets-gallery-title{font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#8a86a3;margin-bottom:12px}.document-presets-footnote{margin-top:16px;font-size:12.5px;color:#a09bb8;line-height:1.5}@media(max-width:640px){.document-presets-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.preset-thumb{height:132px}.preset-thumb-inner{transform:scale(.185)}}
