*,:after,:before{box-sizing:border-box;margin:0;padding:0}a,b,body,button,h1,h2,h3,h4,input,option,p,select,small{font-family:Space Grotesk,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-layout{padding:20px;background-color:#faf9f5}.dashboard-header{display:flex;align-items:center;justify-content:space-between}.dashboard-header h1{font-size:22px}.dashboard-header p{color:#666}.button{padding:9px 12px;border-radius:6px;font-size:13px;color:#fff;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;letter-spacing:.02em;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}@media(max-width:768px){.button{padding:.65rem 1rem;font-size:.85rem;gap:6px}}@media(max-width:480px){.button{padding:.6rem .9rem;font-size:.8rem;border-radius:12px}}.button svg{width:16px;height:16px}@media(max-width:768px){.button svg{width:14px;height:14px}}.button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,.15) 0,rgba(255,255,255,.05) 30%,transparent 70%);transform:scale(0);transition:transform .6s ease;border-radius:50%}.button:hover:before{transform:scale(1)}.button--primary{border-radius:12px;color:#fff;background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);border:1px solid hsla(0,0%,100%,.2);transform:translateY(-2px)}@media(max-width:480px){.button--primary{border-radius:14px}}.button--primary:after{content:"";position:absolute;inset:1px;border-radius:11px;background:linear-gradient(145deg,rgba(255,255,255,.1),transparent 50%,rgba(255,255,255,.05));pointer-events:none}@media(max-width:480px){.button--primary:after{border-radius:13px}}.button--primary:focus{outline:none;box-shadow:0 0 0 4px hsla(0,0%,100%,.15),0 8px 32px -4px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.2)}.button--primary:hover{background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 8px 32px -4px rgba(0,0,0,.25),0 4px 16px -2px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.2)}.button--primary:active{transform:translateY(-1px)}.button--secondary{background:hsla(0,0%,100%,.08);color:#1a1a1a;border:1px solid #000;border-radius:12px}@media(max-width:480px){.button--secondary{border-radius:12px}}.button--secondary:after{content:"";position:absolute;inset:1px;border-radius:11px;background:linear-gradient(145deg,rgba(255,255,255,.15),transparent 50%,rgba(255,255,255,.08));pointer-events:none}@media(max-width:480px){.button--secondary:after{border-radius:11px}}.button--secondary:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.12),0 4px 24px -2px rgba(0,0,0,.1)}.button--secondary:hover{background:hsla(0,0%,100%,.18);color:#000}.button--secondary:active{transform:translateY(0)}.button--tertiary{background:linear-gradient(145deg,#1a1a1a,#2d2d2d 50%,#232323);color:#fff;border:1px solid hsla(0,0%,100%,.06);border-radius:14px}@media(max-width:480px){.button--tertiary{border-radius:10px}}.button--tertiary:after{content:"";position:absolute;inset:1px;border-radius:13px;background:linear-gradient(145deg,rgba(255,255,255,.06),transparent 60%,rgba(255,255,255,.02));pointer-events:none}@media(max-width:480px){.button--tertiary:after{border-radius:9px}}.button--tertiary:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.08),0 6px 24px -2px rgba(0,0,0,.2)}.button--tertiary:hover{background:linear-gradient(145deg,#2d2d2d,#3a3a3a 50%,#333333);border-color:hsla(0,0%,100%,.12);transform:translateY(-1px);box-shadow:0 12px 48px -8px rgba(0,0,0,.3),0 6px 24px -4px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.1)}.button--tertiary:active{transform:translateY(0)}.button--small{padding:.45rem .65rem;font-size:.8rem;border-radius:10px}@media(max-width:768px){.button--small{padding:.4rem .6rem;font-size:.75rem}}@media(max-width:480px){.button--small{padding:.35rem .5rem;font-size:.7rem;border-radius:8px}}.button--small:after{border-radius:0!important}.button:disabled{opacity:.4;cursor:not-allowed;transform:none!important;filter:grayscale(.3)}.button:disabled:after,.button:disabled:before{display:none}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid hsla(0,0%,100%,.2);border-top-color:currentcolor;border-radius:50%;animation:smoothSpin 1.2s cubic-bezier(.4,0,.6,1) infinite}@media(max-width:768px){.button--loading:after{width:16px;height:16px}}.button--loading svg{opacity:0;transform:scale(.8)}@keyframes smoothSpin{0%{transform:rotate(0deg);opacity:1}50%{opacity:.8}to{transform:rotate(1turn);opacity:1}}.button:focus-visible{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.15),0 0 0 6px hsla(0,0%,100%,.05)}.app-container{display:grid;grid-template-columns:240px auto;min-height:100vh}@media(max-width:1024px){.app-container{grid-template-columns:200px auto}}@media(max-width:768px){.app-container{grid-template-columns:1fr}}.sidebar{display:flex;flex-direction:column;height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0;background-color:#f5f4ed;padding:10px;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),inset -4px 0 6px -4px rgba(0,0,0,.04)}@media(max-width:1024px){.sidebar{padding:8px}}@media(max-width:768px){.sidebar{position:fixed;bottom:0;top:auto;height:auto;width:100%;z-index:100;padding:8px 12px;box-shadow:0 -4px 6px -4px rgba(0,0,0,.08);border-top:1px solid #e5e7eb}}.sidebar .logo{display:flex;align-items:center;gap:5px;margin-bottom:20px;text-decoration:none;color:#000;padding:10px}@media(max-width:768px){.sidebar .logo{display:none}.sidebar .nav-links{display:flex;justify-content:space-around;align-items:center}}.sidebar .nav-links .nav-link{padding:4px}@media(max-width:768px){.sidebar .nav-links .nav-link{padding:0;flex:1 1;display:flex;justify-content:center}}.sidebar .nav-links .nav-link a{text-decoration:none;color:#494949;padding:2px 10px;font-size:15px;display:flex;align-items:center;gap:8px}@media(max-width:768px){.sidebar .nav-links .nav-link a{flex-direction:column;gap:4px;padding:8px 4px;font-size:11px;text-align:center}.sidebar .nav-links .nav-link a svg{width:20px;height:20px}.sidebar .nav-links .nav-link a span{font-size:10px}}.sidebar .nav-links .nav-link a:hover{text-decoration:underline}.sidebar .nav-links .nav-link .active{text-decoration:underline;color:#000!important}.sidebar .side-menu{margin-top:10px}@media(max-width:768px){.sidebar .side-menu{display:none}}.sidebar .side-menu .side-menu-item{padding:3px;margin-bottom:4px}@media(max-width:1024px){.sidebar .side-menu .side-menu-item{padding:2px;margin-bottom:2px}}.sidebar .side-menu .side-menu-item a{text-decoration:none;color:#494949;padding:2px 10px;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:5px}@media(max-width:1024px){.sidebar .side-menu .side-menu-item a{font-size:14px;padding:2px 8px}}.sidebar .side-menu .side-menu-item a .icon-total{font-size:13px;color:#666}@media(max-width:1024px){.sidebar .side-menu .side-menu-item a .icon-total{font-size:12px}}.sidebar .side-menu .side-menu-item .active,.sidebar .side-menu .side-menu-item a:hover{text-decoration:underline;color:#000!important}.auth-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}@media(max-width:768px){.auth-modal-overlay{padding:.5rem;align-items:flex-start;overflow-y:auto}}.auth-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);max-width:400px;width:100%;max-height:90vh;overflow:hidden;position:relative;border:1px solid #e5e7eb}@media(max-width:768px){.auth-modal{border-radius:8px;max-height:none;margin:.5rem}}@media(max-width:480px){.auth-modal{margin:.25rem;border-radius:6px}}.auth-modal__close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,0);border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s ease;z-index:10}@media(max-width:768px){.auth-modal__close{top:.75rem;right:.75rem;width:28px;height:28px}}@media(max-width:480px){.auth-modal__close{top:.5rem;right:.5rem;width:24px;height:24px}.auth-modal__close svg{width:14px;height:14px}}.auth-modal__close:hover{background:#f3f4f6;color:#374151}@media(max-width:768px){.auth-modal__content{grid-template-columns:1fr;min-height:auto}}.auth-modal__left{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.auth-modal__left{padding:2rem 1.5rem}}@media(max-width:480px){.auth-modal__left{padding:1.5rem 1rem}}.auth-modal__right{padding:2.5rem;background:#f9fafb;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:768px){.auth-modal__right{border-left:none;border-top:1px solid #e5e7eb;padding:2rem 1.5rem}}@media(max-width:480px){.auth-modal__right{padding:1.5rem 1rem}}.auth-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}@media(max-width:768px){.auth-brand{margin-bottom:1.5rem}}@media(max-width:480px){.auth-brand{margin-bottom:1rem;gap:.5rem}}.auth-brand svg{height:28px;width:28px}@media(max-width:768px){.auth-brand svg{height:24px;width:24px}}@media(max-width:480px){.auth-brand svg{height:20px;width:20px}}.auth-brand-name{font-size:1.125rem;font-weight:600;color:#111827}@media(max-width:768px){.auth-brand-name{font-size:1rem}}@media(max-width:480px){.auth-brand-name{font-size:.9rem}}.auth-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem;text-align:left}@media(max-width:768px){.auth-header h2{font-size:1.25rem}}@media(max-width:480px){.auth-header h2{font-size:1.1rem}}.auth-header p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:2rem;text-align:left}@media(max-width:768px){.auth-header p{margin-bottom:1.5rem;font-size:.8rem}}@media(max-width:480px){.auth-header p{margin-bottom:1rem;font-size:.75rem}}.auth-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}@media(max-width:768px){.auth-buttons{margin-bottom:1.5rem;gap:.5rem}}@media(max-width:480px){.auth-buttons{margin-bottom:1rem;gap:.375rem}}.auth-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}@media(max-width:768px){.auth-btn{padding:.65rem .875rem;font-size:.8rem;gap:.5rem}}@media(max-width:480px){.auth-btn{padding:.6rem .75rem;font-size:.75rem;border-radius:6px}}.auth-btn:hover{background:#f9fafb;border-color:#9ca3af}.auth-btn:active{background:#f3f4f6}.auth-btn--apple{background:#000;color:#fff;border-color:#000}.auth-btn--apple:hover{background:#1f2937;border-color:#1f2937}.auth-btn--apple:active{background:#111827}.auth-footer .auth-terms{font-size:.75rem;color:#6b7280;line-height:1.5;margin:0;text-align:left}@media(max-width:768px){.auth-footer .auth-terms{font-size:.7rem}}@media(max-width:480px){.auth-footer .auth-terms{font-size:.65rem}}.auth-form{width:100%;display:flex;flex-direction:column;gap:16px}.form-group{width:100%}.form-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .2s}.form-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.1)}.form-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.auth-btn--email{width:100%;margin-top:8px}.auth-toggle{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline;margin-top:16px;padding:8px 0}.auth-toggle:hover{color:#0056b3}.auth-toggle:disabled{color:#6c757d;cursor:not-allowed;text-decoration:none}.auth-divider{position:relative;text-align:center;margin:20px 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e5e5}.auth-divider span{background:#fff;padding:0 16px;color:#666;font-size:14px}.user-profile{margin-top:auto;padding:12px 10px;border-top:1px solid #e5e7eb}@media(max-width:768px){.user-profile{display:none}}.user-profile.loading .profile-skeleton{display:flex;align-items:center;gap:8px}.user-profile.loading .profile-skeleton .avatar-skeleton{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.user-profile.loading .profile-skeleton .text-skeleton{flex:1 1}.user-profile.loading .profile-skeleton .text-skeleton .name-skeleton,.user-profile.loading .profile-skeleton .text-skeleton .plan-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.user-profile.loading .profile-skeleton .text-skeleton .name-skeleton{height:14px;width:80px;margin-bottom:4px}.user-profile.loading .profile-skeleton .text-skeleton .plan-skeleton{height:12px;width:40px}.user-profile.guest .login-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 12px;background:rgba(0,0,0,0);border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px;cursor:pointer;transition:all .15s ease}.user-profile.guest .login-button:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.user-profile.guest .login-button .login-icon{display:flex;align-items:center;justify-content:center}.user-profile.logged-in .profile-info{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0}.user-profile.logged-in .user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f3f4f6;border:1px solid #e5e7eb}.user-profile.logged-in .user-avatar img{width:100%;height:100%;object-fit:cover}.user-profile.logged-in .user-avatar .avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#6b7280;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.user-profile.logged-in .user-details{flex:1 1;min-width:0}.user-profile.logged-in .user-details .user-name{font-size:13px;font-weight:500;color:#374151;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}@media(max-width:1024px){.user-profile.logged-in .user-details .user-name{max-width:100px;font-size:12px}}.user-profile.logged-in .user-details .user-plan{font-size:11px;margin-top:2px}.user-profile.logged-in .user-details .user-plan .plan-pro{display:inline-flex;align-items:center;gap:3px;color:#d97706;font-weight:500}.user-profile.logged-in .user-details .user-plan .plan-pro svg{color:#f59e0b}.user-profile.logged-in .user-details .user-plan .plan-free{color:#6b7280;font-weight:400}.user-profile.logged-in .upgrade-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:6px;color:#d97706;cursor:pointer;transition:all .15s ease;flex-shrink:0}.user-profile.logged-in .upgrade-button:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);border-color:#f59e0b;color:#b45309;transform:translateY(-1px);box-shadow:0 2px 4px rgba(245,158,11,.2)}.user-profile.logged-in .upgrade-button:active{transform:translateY(0)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:modalOverlayFadeIn .2s ease-out}@media(max-width:768px){.modal-overlay{padding:.5rem;align-items:flex-start;overflow-y:auto}}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);width:100%;max-height:90vh;overflow:hidden;position:relative;border:1px solid #e5e7eb;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:column}@media(max-width:768px){.modal{border-radius:8px;max-height:none;margin:.5rem 0}}@media(max-width:480px){.modal{border-radius:6px;margin:.25rem 0}}.modal.modal--small{max-width:400px}.modal.modal--medium{max-width:500px}.modal.modal--large{max-width:800px}.modal.modal--fullscreen{max-width:none;width:calc(100vw - 2rem);height:calc(100vh - 2rem);max-height:none}@media(max-width:768px){.modal.modal--fullscreen{width:calc(100vw - 1rem);height:calc(100vh - 1rem)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}@media(max-width:768px){.modal-header{padding:1rem 1rem .75rem}}.modal-title{margin:0;color:#1f2937;font-size:1.25rem;font-weight:600}@media(max-width:768px){.modal-title{font-size:1.125rem}}.modal-close{background:rgba(0,0,0,0);border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s ease;flex-shrink:0}@media(max-width:768px){.modal-close{width:28px;height:28px}}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-close:focus{outline:none;background:#f3f4f6;box-shadow:0 0 0 2px rgba(99,102,241,.2)}.modal-content{padding:1.5rem;overflow-y:auto;flex:1 1}@media(max-width:768px){.modal-content{padding:1rem}}.form-modal{display:flex;flex-direction:column;height:100%}.form-modal-content{flex:1 1;overflow-y:auto}.form-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid #f3f4f6;flex-shrink:0}@media(max-width:480px){.form-modal-actions{flex-direction:column-reverse;gap:.5rem}}.confirm-modal{text-align:center}.confirm-message{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:2rem;text-align:left}.confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:480px){.confirm-actions{flex-direction:column-reverse;gap:.5rem}}.button--danger{background:linear-gradient(145deg,#dc2626,#b91c1c 50%,#991b1b);color:#fff;border:1px solid rgba(220,38,38,.2)}.button--danger:hover{background:linear-gradient(145deg,#b91c1c,#991b1b 50%,#7f1d1d);border-color:rgba(185,28,28,.3)}.button--danger:focus{box-shadow:0 0 0 3px rgba(220,38,38,.2)}@keyframes modalOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal .form-group{margin-bottom:1.5rem}.modal .form-group:last-child{margin-bottom:0}.modal .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.modal .form-input,.modal .form-select,.modal .form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.modal .form-input:focus,.modal .form-select:focus,.modal .form-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.modal .form-input:disabled,.modal .form-select:disabled,.modal .form-textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}.modal .form-input::placeholder,.modal .form-select::placeholder,.modal .form-textarea::placeholder{color:#9ca3af}.modal .form-textarea{resize:vertical;min-height:80px;font-family:inherit}.modal .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal .form-input.error,.modal .form-select.error,.modal .form-textarea.error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.modal .error-message{color:#dc2626;font-size:.75rem;margin-top:.25rem}.modal .form-input.success,.modal .form-select.success,.modal .form-textarea.success{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.1)}.modal-loading-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:10}.modal-loading-overlay .spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}.sources-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1rem;gap:1rem;margin:20px 0}.sources-list .source-card{display:flex;align-items:center;background-color:#fff;border:1px solid #e5e7eb;padding:10px 16px;border-radius:1rem;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 1px 2px 0 rgba(0,0,0,.05);cursor:pointer}.sources-list .source-card .source-icon{display:flex;align-items:center;justify-content:center;background:#f3f4f6;margin-right:10px;padding:7px;border-radius:1rem}.sources-list .source-card img{width:30px;height:30px}.sources-list .source-card .source-info{width:250px}.sources-list .source-card .source-info h3{font-size:16px}.sources-list .source-card .source-info p{font-size:14px;color:#666;margin-top:4px;max-width:220px}.sources-list .source-card .source-action{border:1px solid #e5e7eb;border-radius:10px;padding:6px}.sources-list .source-card .source-action button{background-color:#fff;border:0;display:flex;cursor:pointer}.sources-list .source-card .source-action button svg{font-size:18px}.empty-state{max-width:400px;margin:40px auto}.empty-state .empty-state-icon svg{font-size:30px;color:#666}.empty-state p{color:#666;margin:15px 0}.empty-state .btn-group{display:flex;justify-content:center;gap:10px}.sequence-designer{display:grid;grid-template-columns:1fr 400px;height:100vh;background:#fafafa}@media(max-width:1200px){.sequence-designer{grid-template-columns:1fr 360px}}@media(max-width:768px){.sequence-designer{grid-template-columns:1fr}}.sequence-canvas-container{overflow:auto;background:#faf9f5;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),inset -4px 0 6px -4px rgba(0,0,0,.04)}.sequence-canvas{display:flex;align-items:center;justify-content:center;min-height:100%;padding:2rem}.canvas-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:400px;width:100%}.step-card{width:400px;background-color:#fff;border:1px solid #e5e7eb;padding:16px;border-radius:1rem;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 1px 2px 0 rgba(0,0,0,.05);cursor:pointer}.step-card:hover{box-shadow:0 1px 3px rgba(0,0,0,.1)}.step-card--selected{border-color:#0070f3;box-shadow:0 0 0 1px #0070f3}.step-card--trigger{background:linear-gradient(135deg,#fef7cd,#fef3c7);border-color:#f59e0b}.step-card--trigger.step-card--selected{border-color:#d97706;box-shadow:0 0 0 1px #d97706}.step-card-content{display:flex;align-items:flex-start;gap:12px;position:relative}.step-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f5f5f5;border-radius:6px;color:#666;flex-shrink:0}.step-info{min-width:0}.step-title{font-size:14px;font-weight:500;color:#171717;margin-bottom:4px;line-height:1.4}.step-description{font-size:13px;color:#737373;line-height:1.4;margin-bottom:8px}.step-delay{gap:4px;font-size:12px;color:#8b5cf6;background:#f3f4f6;padding:2px 6px;border-radius:4px;width:-moz-fit-content;width:fit-content}.step-delay,.step-number{display:flex;align-items:center}.step-number{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#0070f3;color:#fff;border-radius:50%;justify-content:center;font-size:11px;font-weight:600;border:2px solid #fff}.step-connector{display:flex;flex-direction:column;align-items:center;gap:4px;margin:8px 0}.connector-line{width:1px;height:20px;background:#e5e5e5}.connector-arrow{color:#a3a3a3}.connector-delay-indicator{width:6px;height:6px;background:#8b5cf6;border-radius:50%}.add-step-container{display:flex;justify-content:center;margin:4px 0}.add-step-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border:1px solid #e5e5e5;border-radius:50%;color:#737373;cursor:pointer}.add-step-button:hover{border-color:#0070f3;color:#0070f3;box-shadow:0 1px 3px rgba(0,0,0,.1)}.add-menu{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;min-width:120px}.add-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;text-align:left;font-size:13px;color:#171717;cursor:pointer}.add-menu-item:hover{background:#f5f5f5}.add-menu-overlay{position:fixed;inset:0;z-index:999}.sequence-sidebar-container{background:#f5f4ed;border-left:1px solid #e5e5e5;overflow:hidden;display:flex;flex-direction:column}@media(max-width:768px){.sequence-sidebar-container{border-left:none;border-top:1px solid #e5e5e5}}.sequence-sidebar{display:flex;flex-direction:column;height:100%}.back-button{display:flex;align-items:center;gap:6px;background:none;border:none;color:#737373;font-size:13px;cursor:pointer;margin-bottom:16px}.back-button:hover{color:#171717}.sequence-title{margin-bottom:16px}.sequence-title h1{font-size:18px;font-weight:600;color:#171717;margin:0 0 6px}.sequence-status{display:flex;align-items:center;gap:8px}.status-badge{padding:2px 6px;border-radius:4px}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.draft{background:#fef3c7;color:#d97706}.sidebar-actions{display:flex;gap:8px}.action-button{display:flex;align-items:center;gap:6px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid rgba(0,0,0,0)}.action-button--primary{background:#0070f3;color:#fff;border-color:#0070f3}.action-button--primary:hover:not(:disabled){background:#0060df}.action-button--primary:disabled{background:#a3a3a3;border-color:#a3a3a3;cursor:not-allowed}.action-button--secondary{background:#fff;color:#171717;border-color:#e5e5e5}.action-button--secondary:hover:not(:disabled){background:#f5f5f5;border-color:#d4d4d4}.action-button--secondary:disabled{color:#a3a3a3;cursor:not-allowed}.sidebar-content{flex:1 1;overflow-y:auto;padding:20px}.config-content{gap:24px}.config-section{border:1px solid #f5f5f5;border-radius:8px;overflow:hidden}.section-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fafafa;cursor:pointer;border-bottom:1px solid #f5f5f5}.section-header:hover{background:#f5f5f5}.section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#171717}.section-check{color:#16a34a}.section-content{padding:16px}.datasource-options{display:flex;flex-direction:column;gap:8px}.datasource-option{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer}.datasource-option:hover{border-color:#d4d4d4;background:#fafafa}.datasource-option.selected{border-color:#0070f3;background:#f0f9ff}.datasource-icon{font-size:16px}.datasource-name{flex:1 1;font-size:13px;font-weight:500;color:#171717}.selected-check{color:#0070f3}.event-options{display:flex;flex-direction:column;gap:8px}.event-option{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer}.event-option:hover{border-color:#d4d4d4;background:#fafafa}.event-option.selected{border-color:#0070f3;background:#f0f9ff}.event-info{flex:1 1}.event-name{font-size:13px;font-weight:500;color:#171717;margin-bottom:2px}.event-description{font-size:12px;color:#737373;line-height:1.3}.email-editor{display:flex;flex-direction:column;gap:20px}.editor-header h2{font-size:16px;font-weight:600;color:#171717;margin:0}.delete-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:1px solid #e5e5e5;border-radius:6px;color:#737373;cursor:pointer}.delete-button:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.editor-content{gap:16px}.form-input,.form-select,.form-textarea{padding:10px 12px;border:1px solid #e5e5e5;border-radius:12px;font-size:15px;color:#171717;background:#fff;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 1px #0070f3}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#a3a3a3}.form-textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.4}.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;padding-right:32px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.delay-input{display:flex;align-items:center;gap:8px}.delay-input .form-input{flex:1 1}.delay-input .delay-unit{font-size:13px;color:#737373}.sequence-overview{display:flex;flex-direction:column;gap:24px}.overview-header h2{font-size:16px;font-weight:600;color:#171717;margin:0}.overview-content{display:flex;flex-direction:column;gap:20px}.stats-section h3{font-size:14px;font-weight:500;color:#171717;margin:0 0 12px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.stat-item{padding:12px;background:#fafafa;border:1px solid #f5f5f5;border-radius:6px;text-align:center}.sequence-loading{display:flex;align-items:center;justify-content:center;height:100vh;background:#fafafa}.loading-content{text-align:center}.loading-spinner{width:20px;height:20px;border:2px solid #f5f5f5;border-top-color:#0070f3;border-radius:50%;margin:0 auto 12px}.loading-content p{font-size:13px;color:#737373;margin:0}.sequence-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#fafafa;text-align:center}.sequence-error h2{font-size:18px;font-weight:600;color:#171717;margin:0 0 16px}@media(max-width:768px){.sequence-designer{grid-template-columns:1fr}.sequence-sidebar-container{height:50vh;border-left:none;border-top:1px solid #e5e5e5}.sequence-canvas,.sidebar-content,.sidebar-header{padding:16px}.canvas-content{max-width:none}.stats-grid{grid-template-columns:1fr}.sidebar-actions{flex-direction:column}}@media(max-width:480px){.sidebar-header{padding:12px}.sidebar-header h1{font-size:16px}.sequence-canvas,.sidebar-content,.step-card{padding:12px}.config-section{border-radius:6px}.section-content{padding:12px}.form-input,.form-select,.form-textarea{font-size:16px}}@media(prefers-color-scheme:dark){.sequence-designer{background:#0a0a0a}.sequence-sidebar-container{background:#111;border-left-color:#262626}.form-input,.form-select,.form-textarea,.step-card{background:#111;border-color:#262626;color:#fafafa}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#737373}}*{transition:none!important;animation:none!important}.field-description{font-size:12px;color:#737373;margin-top:4px;line-height:1.4}.config-section{border:none;border-radius:0;margin-bottom:20px}.config-section:last-child{margin-bottom:0}.config-section .section-content{padding:0}.config-section .section-header+.section-content{padding:16px;border-radius:0 0 8px 8px;border:1px solid #f5f5f5;border-top:none}.config-section .section-header{padding:12px 16px;background:#fafafa;cursor:pointer;border:1px solid #f5f5f5;border-radius:8px 8px 0 0}.config-section .section-header:hover{background:#f5f5f5}.config-section .section-header:not(:has(+.section-content)){border-radius:8px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{font-size:13px;font-weight:500;color:#171717}.loading-accounts{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f5f5f5;border-radius:6px;font-size:13px;color:#737373}.no-accounts{padding:12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px}.no-accounts p{margin:0;font-size:13px;color:#92400e}.button--small{padding:6px 12px;font-size:12px;border-radius:4px}.account-form{display:flex;flex-direction:column;gap:20px}.form-divider{height:1px;background:#f5f5f5;margin:8px 0}.account-help{padding:12px;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:6px}.account-help .help-item h4{font-size:13px;font-weight:500;color:#0c4a6e;margin:0 0 4px}.account-help .help-item p{font-size:12px;color:#075985;margin:0;line-height:1.4}.modal .account-form .form-group{margin-bottom:16px}.modal .account-form .form-group:last-child{margin-bottom:0}.toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;align-items:center}@media(max-width:768px){.toast-container{top:.75rem;left:50%;right:auto;transform:translateX(-50%);width:calc(100vw - 1.5rem);max-width:400px}}@media(max-width:480px){.toast-container{top:.5rem;width:calc(100vw - 1rem);max-width:320px}}.toast{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);pointer-events:auto;min-width:320px;max-width:400px;width:100%;animation:toastSlideDown .3s ease-out}@media(max-width:768px){.toast{padding:.875rem;gap:.5rem;min-width:auto;max-width:none;border-radius:6px}}@media(max-width:480px){.toast{padding:.75rem;border-radius:4px;min-width:auto}}.toast-icon{flex-shrink:0;width:20px;height:20px;margin-top:.125rem}@media(max-width:768px){.toast-icon{width:18px;height:18px}}@media(max-width:480px){.toast-icon{width:16px;height:16px}}.toast-icon.success{color:#10b981}.toast-icon.error{color:#ef4444}.toast-icon.warning{color:#f59e0b}.toast-icon.info{color:#3b82f6}.toast-content{flex:1 1;min-width:0;text-align:left}.toast-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem;text-align:left}@media(max-width:768px){.toast-title{font-size:.8rem}}@media(max-width:480px){.toast-title{font-size:.75rem;margin-bottom:.125rem}}.toast-message{font-size:.8125rem;color:#6b7280;line-height:1.4;text-align:left}@media(max-width:768px){.toast-message{font-size:.75rem}}@media(max-width:480px){.toast-message{font-size:.7rem}}.toast-close{flex-shrink:0;background:rgba(0,0,0,0);border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .15s ease}@media(max-width:768px){.toast-close{padding:.125rem}}.toast-close:hover{background:#f3f4f6;color:#6b7280}.toast-close svg{width:16px;height:16px}@media(max-width:768px){.toast-close svg{width:14px;height:14px}}@media(max-width:480px){.toast-close svg{width:12px;height:12px}}@keyframes toastSlideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.status-item{margin-bottom:8px}.status-item:last-child{margin-bottom:0}.data-source-selector{display:flex;flex-direction:column;align-items:center;max-width:400px;width:100%;padding:2rem}.selector-header{text-align:center;margin-bottom:2rem}.selector-header .selector-icon{color:#6b7280;margin-bottom:1rem;font-size:24px}.selector-header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .5rem}.selector-header p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.data-source-select-container{width:100%;display:flex;flex-direction:column;gap:.5rem}.data-source-select{width:100%;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;color:#171717;background:#fff;font-family:inherit;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding:12px 40px 12px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.data-source-select:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 1px #0070f3}.data-source-select:hover{border-color:#d4d4d4}.data-source-select option{padding:8px;color:#171717}.select-description{font-size:12px;color:#737373;text-align:center;line-height:1.4}.setup-prompt{display:flex;justify-content:center;margin:1rem 0;width:100%}.setup-prompt-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;max-width:350px;width:100%}.setup-status-indicator{flex-shrink:0;display:flex;align-items:center;justify-content:center}.setup-status-indicator .status-complete{color:#16a34a}.setup-status-indicator .status-pending{width:16px;height:16px;border-radius:50%;background:#fbbf24;position:relative}.setup-status-indicator .status-pending:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#92400e;border-radius:50%}.setup-text{flex:1 1;text-align:left}.setup-text h4{font-size:.875rem;font-weight:600;color:#92400e;margin:0 0 .25rem}.setup-text p{font-size:.75rem;color:#a16207;margin:0;line-height:1.4}@media(max-width:768px){.data-source-selector{padding:1.5rem;max-width:none}.data-source-select{font-size:13px;padding:10px 36px 10px 14px}.select-description{font-size:11px}.setup-prompt-content{padding:.875rem 1rem;gap:.5rem}.setup-text h4{font-size:.8rem}.setup-text p{font-size:.7rem}}@media(max-width:480px){.data-source-selector{padding:1rem}.selector-header h3{font-size:1.125rem}.selector-header p{font-size:.8rem}.data-source-select{font-size:12px;padding:8px 32px 8px 12px;background-size:14px}.setup-prompt-content{padding:.75rem;max-width:none}}.add-final-step{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;background:#fff;border:1px dashed #d4d4d4;border-radius:8px;color:#737373;font-size:14px;cursor:pointer}.add-final-step:hover{border-color:#0070f3;color:#0070f3;background:#fafafa}.add-final-step.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.setup-status{margin-top:24px;padding:16px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px}.setup-status h3{font-size:14px;font-weight:500;color:#171717;margin:0 0 12px}.status-list{display:flex;flex-direction:column;gap:8px}.status-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}.status-item .status-check{color:#16a34a;margin-left:auto}.status-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-indicator.completed{background:#10b981}.status-indicator.pending{background:#d1d5db}.setup-complete{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;font-size:13px;font-weight:500;color:#16a34a}.setup-complete .complete-indicator{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#16a34a;color:#fff;border-radius:50%;flex-shrink:0}.field-description--warning{color:#d97706!important;font-weight:500}.form-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;opacity:.6}.sequences-list{margin:20px 0}.sequences-list a{color:#000;text-decoration:none;display:block}.sequences-list a:hover .sequence-item{box-shadow:0 2px 8px rgba(0,0,0,.1);border-color:#d1d5db}.sequence-item{box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 1px 2px 0 rgba(0,0,0,.05);border:1px solid rgba(31,30,29,.1490196078);border-radius:12px;background-color:#fff;margin:16px 0;padding:20px;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease}@media(max-width:768px){.sequence-item{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}.sequence-main{flex:1 1;min-width:0}.sequence-header{display:flex;align-items:center;margin-bottom:8px}@media(max-width:768px){.sequence-header{width:100%}}.sequence-name{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.4}@media(max-width:768px){.sequence-name{font-size:15px}}.status-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.025em;margin-left:12px}.status-badge.status-active{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.status-badge.status-inactive{background:#fef3c7;color:#92400e;border:1px solid #fde68a}@media(max-width:768px){.status-badge{margin-left:0;margin-top:4px}}.sequence-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:13px;color:#6b7280}@media(max-width:768px){.sequence-meta{gap:12px;font-size:12px}}.meta-item{display:flex;align-items:center;gap:4px;white-space:nowrap}.meta-item.last-activity{color:#9ca3af;font-style:italic}.meta-item svg{flex-shrink:0;opacity:.7}.sequence-stats{display:flex;align-items:center;gap:20px}@media(max-width:768px){.sequence-stats{width:100%;justify-content:space-between;gap:16px}}.stat{gap:6px}.stat,.stat .stat-label{display:flex;align-items:center}.stat .stat-label{color:#6b7280}.stat .stat-value{color:#111827;font-weight:500;font-size:14px}.stat .stat-rate{font-size:11px;color:#059669;font-weight:600;background:#d1fae5;padding:2px 6px;border-radius:4px;margin-left:4px}.template-filters{margin:20px 0;display:flex;gap:16px;align-items:center}.template-filters .filter-group{display:flex;align-items:center;gap:8px}.template-filters .filter-group label{font-size:14px;font-weight:500;color:#374151}.template-filters .filter-group .form-select{min-width:150px}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:20px;gap:20px;margin:20px 0}@media(max-width:768px){.templates-grid{grid-template-columns:1fr;gap:16px}}.template-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .15s ease}.template-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:768px){.template-card{padding:16px}}.template-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.template-card-header .template-name{font-size:16px;font-weight:600;color:#111827;line-height:1.4;flex:1 1;margin:0 12px 0 0}.template-card-header .template-actions{display:flex;gap:4px;transition:opacity .15s ease}.template-action-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease}.template-action-button:hover{border-color:#d1d5db;color:#374151;background:#f9fafb}.template-action-button--danger:hover{border-color:#fecaca;color:#dc2626;background:#fef2f2}.template-card-content .template-subject{font-size:13px;color:#6b7280;margin-bottom:12px;line-height:1.4}.template-card-content .template-subject strong{color:#374151}.template-card-content .template-meta{display:flex;align-items:center;gap:12px;margin-bottom:8px;font-size:12px;color:#6b7280}.template-card-content .template-meta .meta-item{display:flex;align-items:center;gap:4px}.template-card-content .template-stats{font-size:12px;color:#9ca3af}.category-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.category-badge.category-welcome{background:#dbeafe;color:#1e40af}.category-badge.category-onboarding{background:#ecfdf5;color:#059669}.category-badge.category-promotional{background:#fef3c7;color:#d97706}.category-badge.category-transactional{background:#f3e8ff;color:#7c3aed}.category-badge.category-newsletter{background:#fce7f3;color:#be185d}.category-badge.category-other{background:#f3f4f6;color:#6b7280}.editor-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}@media(max-width:768px){.editor-modal-overlay{padding:.5rem}}.editor-modal{background:#fff;border-radius:12px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media(max-width:768px){.editor-modal{max-height:95vh;border-radius:8px}}.editor-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.editor-modal-header h2{font-size:18px;font-weight:600;color:#111827;margin:0}.editor-modal-header .modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:rgba(0,0,0,0);color:#6b7280;cursor:pointer;transition:all .15s ease}.editor-modal-header .modal-close:hover{background:#f3f4f6;color:#374151}@media(max-width:768px){.editor-modal-header{padding:16px}}.editor-modal-content{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.template-editor{display:flex;flex-direction:column;height:100%}.editor-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6;flex-shrink:0}@media(max-width:768px){.editor-header{padding:12px 16px;flex-direction:column;gap:12px}}.editor-tabs{display:flex;gap:4px}.editor-tabs .tab{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(0,0,0,0);border-radius:6px;background:rgba(0,0,0,0);color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.editor-tabs .tab:hover{background:#f9fafb;color:#374151}.editor-tabs .tab.active{background:#f3f4f6;color:#111827;border-color:#e5e7eb}@media(max-width:768px){.editor-tabs{width:100%;justify-content:center}}.editor-actions{display:flex;gap:8px}@media(max-width:768px){.editor-actions{width:100%;justify-content:center}}.editor-content{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.settings-panel{max-width:400px}.settings-panel .form-group{margin-bottom:20px}.settings-panel .form-group:last-child{margin-bottom:0}@media(max-width:768px){.settings-panel{padding:16px;max-width:none}}.variables-panel .variables-help{margin-bottom:20px}.variables-panel .variables-help h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}.variables-panel .variables-help p{font-size:14px;color:#6b7280;margin:0}.variables-panel .variables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:8px;gap:8px;margin-bottom:24px}@media(max-width:768px){.variables-panel .variables-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.variables-panel .variable-button{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:12px;cursor:pointer;transition:all .15s ease}.variables-panel .variable-button:hover{border-color:#3b82f6;background:#eff6ff;color:#1e40af}.variables-panel .variables-info{padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.variables-panel .variables-info h4{font-size:14px;font-weight:600;color:#334155;margin:0 0 8px}.variables-panel .variables-info p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.variables-panel .variables-info p code{background:#e2e8f0;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:12px}.html-editor .html-textarea{font-family:Courier New,monospace}.template-preview{display:flex;flex-direction:column;height:70vh;min-height:500px}@media(max-width:768px){.template-preview{height:60vh;min-height:400px}}.preview-header{padding:16px 0}.preview-header .preview-controls{display:flex;gap:8px;justify-content:flex-end}.preview-settings{padding:16px 0;border-bottom:1px solid #e5e7eb;flex-shrink:0}.preview-settings h4{font-size:14px;font-weight:600;color:#111827;margin:0 0 12px}.preview-settings .preview-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.preview-settings .preview-data-grid .form-group{margin-bottom:0}.preview-settings .preview-data-grid .form-group label{font-size:12px;color:#6b7280;text-transform:capitalize}.preview-settings .preview-data-grid .form-group .form-input{font-size:13px;padding:6px 8px}.preview-content{padding:16px 0}.templates-loading{margin:20px 0}.templates-loading .loading-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:20px;gap:20px}@media(max-width:768px){.templates-loading .loading-skeleton{grid-template-columns:1fr}}.templates-loading .template-card-skeleton{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;animation:pulse 1.5s ease-in-out infinite}.templates-loading .template-card-skeleton .skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.templates-loading .template-card-skeleton .skeleton-line.skeleton-title{height:20px;width:70%}.templates-loading .template-card-skeleton .skeleton-line.skeleton-text{height:14px;width:90%}.templates-loading .template-card-skeleton .skeleton-line.skeleton-stats{height:12px;width:50%}@media(max-width:768px){.template-filters{gap:12px}.dashboard-header,.template-filters{flex-direction:column;align-items:flex-start}.dashboard-header{gap:16px}.dashboard-header .button{width:100%;justify-content:center}.editor-modal{margin:0;max-height:100vh;border-radius:0}.editor-header{flex-wrap:wrap}.editor-tabs{order:2;width:100%}.editor-tabs .tab{flex:1 1;justify-content:center}.editor-actions{order:1;width:100%}.editor-actions .button{flex:1 1}}@media(prefers-color-scheme:dark){.template-card{border-color:#374151}.editor-modal,.template-card{background:#1f2937;color:#f9fafb}.html-textarea{color:#f9fafb}.html-textarea,.preview-frame{background:#111827}}.template-editor-split{display:flex;flex-direction:column;height:100%;min-height:70vh}.editor-split-content{display:grid;grid-template-columns:1fr 1fr;flex:1 1;overflow:hidden;border-top:1px solid #e5e7eb}@media(max-width:1024px){.editor-split-content{grid-template-columns:1fr}}.editor-left-panel{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}@media(max-width:1024px){.editor-left-panel{border-right:none;border-bottom:1px solid #e5e7eb}}.editor-right-panel{display:flex;flex-direction:column;overflow:hidden;background:#fafafa}@media(max-width:1024px){.editor-right-panel{display:none}}.preview-settings-panel{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:16px 20px;animation:slideDown .2s ease-out}@media(max-width:768px){.preview-settings-panel{padding:12px 16px}}.preview-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.preview-settings-header h4{font-size:14px;font-weight:600;color:#111827;margin:0}.preview-settings-header .settings-close{background:none;border:none;font-size:18px;color:#6b7280;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.preview-settings-header .settings-close:hover{color:#374151}.preview-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.preview-data-grid .form-group{margin-bottom:0}.preview-data-grid .form-group label{font-size:11px;color:#6b7280;text-transform:capitalize;margin-bottom:2px}.preview-data-grid .form-input--small{font-size:12px;padding:4px 6px;height:auto}@media(max-width:768px){.preview-data-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}}.html-editor{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.html-editor .editor-toolbar{padding:12px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.html-editor .editor-toolbar .toolbar-label{font-size:13px;font-weight:500;color:#374151}.html-editor .editor-toolbar .toolbar-actions{display:flex;align-items:center;gap:12px}.html-editor .editor-toolbar .toolbar-actions .char-count{font-size:11px;color:#6b7280}@media(max-width:768px){.html-editor .editor-toolbar{padding:10px 16px}}.html-editor .html-textarea{flex:1 1;border:none;outline:none;resize:none;padding:20px;font-size:13px;line-height:1.5;background:#fff;color:#1f2937}.html-editor .html-textarea::placeholder{color:#9ca3af}@media(max-width:768px){.html-editor .html-textarea{padding:16px;font-size:12px}}.preview-header{padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.preview-header .preview-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#374151}.preview-header .preview-title .preview-loading{animation:spin 1s linear infinite;color:#3b82f6}.preview-header .preview-controls .preview-info{font-size:11px;color:#6b7280;font-style:italic}@media(max-width:768px){.preview-header{padding:10px 16px}}.preview-content{flex:1 1;overflow:hidden;display:flex;flex-direction:column;padding:16px}@media(max-width:768px){.preview-content{padding:12px}}.preview-frame{flex:1 1;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.preview-placeholder{padding:40px 20px}.preview-placeholder svg{margin-bottom:12px;opacity:.5}.preview-placeholder p{margin:0}.settings-panel{padding:20px;overflow-y:auto;background:#fff}.settings-panel .template-stats{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px}.settings-panel .template-stats .stat-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.settings-panel .template-stats .stat-item:last-child{margin-bottom:0}.settings-panel .template-stats .stat-item .stat-label{font-size:12px;color:#64748b}.settings-panel .template-stats .stat-item .stat-value{font-size:12px;font-weight:500;color:#334155}@media(max-width:768px){.settings-panel{padding:16px}}.variables-panel{padding:20px;overflow-y:auto;background:#fff}.variables-panel .current-variables{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.variables-panel .current-variables .current-variable{background:#eff6ff;color:#1e40af;font-size:11px;padding:2px 6px;border-radius:4px}.variables-panel .current-variables .no-variables{font-size:12px;color:#9ca3af;font-style:italic}@media(max-width:768px){.variables-panel{padding:16px}}@media(max-width:1024px){.template-editor-split .editor-header .editor-actions .button,.template-editor-split .editor-header .editor-tabs .tab{font-size:12px;padding:6px 10px}.mobile-preview-toggle{display:block;width:100%;padding:12px;background:#f3f4f6;border:none;border-top:1px solid #e5e7eb;color:#374151;font-size:14px;cursor:pointer}.mobile-preview-toggle:hover{background:#e5e7eb}.editor-right-panel.mobile-visible{display:flex;border-top:1px solid #e5e7eb;max-height:50vh}}@media(max-width:768px){.preview-data-grid{grid-template-columns:1fr 1fr}.variables-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.variable-button{font-size:10px;padding:6px 8px}}.html-textarea:focus{box-shadow:inset 0 0 0 1px #3b82f6}.variable-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.form-input:focus,.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.template-actions{display:flex;gap:8px;margin-top:8px}.template-actions a{text-decoration:none}.loading-templates{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px;font-size:13px;color:#6b7280}.template-info{margin-top:8px;padding:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px}.template-info .template-details strong{color:#0c4a6e;font-size:14px}.template-info .template-details .template-subject{font-size:12px;color:#075985;margin-top:4px;font-style:italic}.no-templates-message{margin-top:8px;padding:12px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px}.no-templates-message p{margin:0;font-size:13px;color:#92400e}.no-templates-message p a{color:#d97706;font-weight:500}.preview-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.preview-modal{background:#fff;border-radius:8px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.preview-modal .preview-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #f3f4f6}.preview-modal .preview-header h3{margin:0;font-size:16px;color:#111827}.preview-modal .preview-header button{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px}.preview-modal .preview-header button:hover{color:#374151}.preview-modal .preview-content{flex:1 1;padding:16px}.preview-modal .preview-content .preview-iframe{width:100%;height:400px;border:1px solid #e5e7eb;border-radius:4px}@media(max-width:768px){.template-actions{flex-direction:column}.template-actions .button{justify-content:center}.preview-modal{margin:.5rem;max-width:none}.preview-modal .preview-content .preview-iframe{height:300px}}.loading-fields{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px;font-size:13px;color:#6b7280}.field-preview{margin-top:8px;padding:8px 12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:4px}.field-preview .preview-info{font-size:12px;color:#075985}.field-preview .preview-info strong{color:#0c4a6e}.no-fields-message{padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}.no-fields-message p{margin:0;font-size:13px;color:#dc2626}.form-select option:has-text("✓"){font-weight:500;color:#059669}.loading-tables{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;font-size:13px;color:#075985}.field-validation{margin-top:6px}.field-validation .validation-message{padding:6px 10px;border-radius:4px;font-size:12px}.field-validation .validation-message.valid{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.field-validation .validation-message.warning{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.domain-setup-step .domain-benefits{margin-top:2rem;padding:1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px}.domain-setup-step .domain-benefits h4{margin:0 0 .5rem;color:#0c4a6e;font-size:14px}.domain-setup-step .domain-benefits ul{margin:0;padding-left:1.2rem}.domain-setup-step .domain-benefits ul li{color:#075985;font-size:13px;margin-bottom:.25rem}.dns-setup-step .setup-instructions{margin-bottom:1.5rem}.dns-setup-step .setup-instructions h3{margin:0 0 .5rem;color:#111827;font-size:16px}.dns-setup-step .setup-instructions p{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.dns-setup-step .dns-records{margin-bottom:1.5rem}.dns-setup-step .dns-record-section{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.dns-setup-step .dns-record-section h4{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;color:#111827;font-size:14px}.dns-setup-step .dns-record-section h4 .step-icon{color:#10b981}.dns-setup-step .dns-record-section p{margin:0 0 .75rem;color:#6b7280;font-size:13px}.dns-setup-step .dns-record{margin-bottom:.75rem;padding:.75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px}.dns-setup-step .dns-record:last-child{margin-bottom:0}.dns-setup-step .record-details{display:flex;flex-direction:column;gap:.5rem}.dns-setup-step .record-field{display:flex;align-items:center;gap:.75rem}.dns-setup-step .record-field label{min-width:80px;font-size:12px;font-weight:500;color:#6b7280}.dns-setup-step .record-field code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:11px;color:#1f2937;word-break:break-all}.dns-setup-step .record-value{display:flex;align-items:center;gap:.5rem;flex:1 1}.dns-setup-step .record-value code{flex:1 1;min-width:0}.dns-setup-step .copy-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:.25rem;color:#6b7280;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.dns-setup-step .copy-button:hover{background:#e5e7eb;color:#374151}.dns-setup-step .setup-notes{margin-bottom:1.5rem;padding:1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:6px}.dns-setup-step .setup-notes h4{margin:0 0 .5rem;color:#92400e;font-size:14px}.dns-setup-step .setup-notes ul{margin:0;padding-left:1.2rem}.dns-setup-step .setup-notes ul li{color:#a16207;font-size:13px;margin-bottom:.25rem;line-height:1.4}.dns-setup-step .provider-links h4{margin:0 0 .5rem;color:#111827;font-size:14px}.dns-setup-step .provider-links .provider-list{display:flex;gap:1rem;flex-wrap:wrap}.dns-setup-step .provider-links .provider-list a{display:flex;align-items:center;gap:.25rem;color:#3b82f6;text-decoration:none;font-size:13px}.dns-setup-step .provider-links .provider-list a:hover{text-decoration:underline}.verification-step .verification-status .status-icon{color:#f59e0b}.verification-step .verification-status p{margin:0;line-height:1.5}.verification-step .verification-actions .spinning{animation:spin 1s linear infinite}.verification-step .verification-help h4{margin:0 0 .5rem}.verification-step .verification-help ul li{margin-bottom:.25rem;line-height:1.4}.domain-status{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.domain-status.status-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.domain-status.status-pending{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.domain-status.status-failed{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.domain-status.status-not-started{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}@media(max-width:768px){.dns-setup-step .record-field{flex-direction:column;align-items:flex-start;gap:.25rem}.dns-setup-step .record-field label{min-width:auto}.dns-setup-step .record-value{width:100%}.dns-setup-step .record-value code{font-size:10px}.dns-setup-step .provider-list{flex-direction:column;gap:.5rem}}.domains-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:20px;gap:20px;margin:20px 0}@media(max-width:768px){.domains-grid{grid-template-columns:1fr;gap:16px}}.domain-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .15s ease}.domain-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:768px){.domain-card{padding:16px}}.domain-info{flex:1 1}.domain-info .domain-name{font-size:16px;font-weight:600;color:#111827;margin:0 0 6px;line-height:1.4}.domain-info .domain-status{display:flex;align-items:center;gap:6px}.domain-info .domain-status .status-text{font-size:12px;font-weight:500}.domain-info .domain-status .status-text.status-success{color:#059669}.domain-info .domain-status .status-text.status-pending{color:#d97706}.domain-info .domain-status .status-text.status-failed{color:#dc2626}.domain-info .domain-status .status-text.status-notstarted{color:#6b7280}.domain-delete{background:none;border:1px solid #e5e7eb;border-radius:6px;padding:6px;color:#6b7280;cursor:pointer;transition:all .15s ease}.domain-delete:hover{border-color:#fecaca;color:#dc2626;background:#fef2f2}.domain-card-content .domain-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.domain-card-content .domain-meta .meta-item{display:flex;align-items:center;justify-content:space-between;font-size:13px}.domain-card-content .domain-meta .meta-item .meta-label{color:#6b7280;font-weight:500}.domain-card-content .domain-meta .meta-item .meta-value{color:#374151}.domain-card-content .domain-help{padding:8px 12px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px}.domain-card-content .domain-help.error{background:#fee2e2;border-color:#fecaca}.domain-card-content .domain-help .help-text{margin:0;font-size:12px;color:#92400e;line-height:1.4}.error .domain-card-content .domain-help .help-text{color:#991b1b}.domains-loading{margin:20px 0}.domains-loading .loading-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:20px;gap:20px}@media(max-width:768px){.domains-loading .loading-skeleton{grid-template-columns:1fr}}.domains-loading .domain-card-skeleton{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;animation:pulse 1.5s ease-in-out infinite}.domains-loading .domain-card-skeleton .skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.domains-loading .domain-card-skeleton .skeleton-line.skeleton-title{height:20px;width:70%}.domains-loading .domain-card-skeleton .skeleton-line.skeleton-text{height:14px;width:90%}.domains-loading .domain-card-skeleton .skeleton-line.skeleton-stats{height:12px;width:50%}.domain-actions{display:flex;gap:6px;align-items:center}.domain-action-button{background:none;border:1px solid #e5e7eb;border-radius:6px;padding:6px;color:#6b7280;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.domain-action-button:hover{border-color:#d1d5db;color:#374151;background:#f9fafb}.domain-action-button:disabled{opacity:.5;cursor:not-allowed}.domain-action-button.domain-delete:hover{border-color:#fecaca;color:#dc2626;background:#fef2f2}.spinning{animation:spin 1s linear infinite}.status-info{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;margin-bottom:16px;font-size:13px}.status-info.pending{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.status-info.failed{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.domain-help .help-link{background:none;border:none;color:inherit;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;margin:0 2px;font-weight:500}.domain-help .help-link:hover{opacity:.8}.domain-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}@media(max-width:480px){.domain-card-header{flex-direction:column;gap:8px;align-items:flex-start}.domain-card-header .domain-actions{align-self:flex-end}.domain-actions{background:#f9fafb;padding:6px;border-radius:6px;border:1px solid #e5e7eb;gap:4px}.domain-action-button{padding:4px}.domain-action-button svg{width:14px;height:14px}}.copy-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:.25rem;color:#6b7280;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;min-width:28px;height:28px}.copy-button:hover{background:#e5e7eb;color:#374151;border-color:#9ca3af}.copy-button:active{background:#d1d5db;transform:scale(.95)}.record-value{display:flex;align-items:flex-start;gap:.5rem;flex:1 1;min-width:0}.record-value code{flex:1 1;min-width:0;word-break:break-all;line-height:1.4;padding:.5rem;max-height:80px;overflow-y:auto}.record-value code::-webkit-scrollbar{width:4px}.record-value code::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.record-value code::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.record-value .copy-button{flex-shrink:0;margin-top:2px}.dns-record-section{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.dns-record-section:last-child{margin-bottom:0}.dns-record-section h4{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;color:#111827;font-size:14px;font-weight:600}.dns-record-section h4 .step-icon{color:#10b981;flex-shrink:0}.dns-record-section p{margin:0 0 .75rem;color:#6b7280;font-size:13px;line-height:1.5}.dns-record{margin-bottom:.75rem;padding:1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.dns-record:last-child{margin-bottom:0}.dns-record:hover{border-color:#9ca3af;box-shadow:0 2px 4px rgba(0,0,0,.1)}.provider-links{margin-top:1.5rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.provider-links h4{margin:0 0 .75rem;color:#111827;font-size:14px;font-weight:600}.provider-links .provider-list{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:480px){.provider-links .provider-list{flex-direction:column;gap:.5rem}}.provider-links .provider-list a{display:flex;align-items:center;gap:.25rem;color:#3b82f6;text-decoration:none;font-size:13px;padding:4px 8px;border-radius:4px;transition:all .15s ease}.provider-links .provider-list a:hover{background:#eff6ff;text-decoration:underline}.provider-links .provider-list a svg{flex-shrink:0}.setup-notes{margin:1.5rem 0;padding:1rem;background:#fffbeb;border-radius:6px;border:1px solid #fde68a;border-left:4px solid #f59e0b}.setup-notes h4{margin:0 0 .5rem;color:#92400e;font-size:14px;font-weight:600;display:flex;align-items:center;gap:.5rem}.setup-notes h4:before{content:"⚠️";font-size:16px}.setup-notes ul{margin:0;padding-left:1.2rem}.setup-notes ul li{color:#a16207;font-size:13px;margin-bottom:.5rem;line-height:1.5}.setup-notes ul li:last-child{margin-bottom:0}.verification-step{text-align:center;padding:2rem 1rem}.verification-step .verification-status{margin-bottom:2rem}.verification-step .verification-status .status-icon{margin:0 auto 1rem}.verification-step .verification-status .status-icon.pending{color:#f59e0b;animation:pulse 2s ease-in-out infinite}.verification-step .verification-status .status-icon.success{color:#10b981}.verification-step .verification-status .status-icon.failed{color:#ef4444}.verification-step .verification-status h3{margin:0 0 .5rem;color:#111827;font-size:18px;font-weight:600}.verification-step .verification-status p{color:#6b7280;font-size:14px;line-height:1.6;max-width:400px;margin:0 auto}.verification-step .verification-actions{margin-bottom:2rem}.verification-step .verification-actions .button{min-width:200px}.verification-step .verification-help{text-align:left;max-width:500px;margin:0 auto;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.verification-step .verification-help h4{margin:0 0 .75rem;color:#111827;font-size:14px;font-weight:600}.verification-step .verification-help ul{margin:0;padding-left:1.2rem}.verification-step .verification-help ul li{color:#6b7280;font-size:13px;margin-bottom:.5rem;line-height:1.5}.verification-step .verification-help ul li:last-child{margin-bottom:0}@media(max-width:768px){.dns-setup-step .record-field{flex-direction:column;align-items:flex-start;gap:.5rem}.dns-setup-step .record-field label{min-width:auto;font-weight:600}.dns-setup-step .record-value{width:100%}.dns-setup-step .record-value code{font-size:11px;padding:.375rem}.dns-setup-step .dns-record,.dns-setup-step .dns-record-section{padding:.75rem}}@media(max-width:480px){.verification-step{padding:1rem .5rem}.verification-step .verification-status .status-icon{width:40px;height:40px}.verification-step .verification-status h3{font-size:16px}.verification-step .verification-actions .button{min-width:auto;width:100%}.provider-links,.setup-notes{margin:1rem 0;padding:.75rem}.dns-record-section{margin-bottom:1rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.text-green-600{color:#059669!important}.copy-button:focus,.domain-action-button:focus,.help-link:focus{outline:2px solid #3b82f6;outline-offset:2px}.copy-button,.domain-action-button,.help-link,.provider-list a{transition:all .2s cubic-bezier(.4,0,.2,1)}.button--loading .spinning{margin-right:8px}.domain-status-section{margin:12px 0;padding:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.domain-status-indicator{display:flex;align-items:center;justify-content:space-between;gap:8px}.domain-status-indicator .status-text{font-size:12px;font-weight:500;flex:1 1}.domain-status-indicator .domain-manage-button{background:none;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.domain-status-indicator .domain-manage-button:hover{background:#f3f4f6;border-color:#9ca3af}.domain-status-indicator.status-success .status-text{color:#059669}.domain-status-indicator.status-pending .status-text{color:#d97706}.domain-status-indicator.status-pending .domain-manage-button{border-color:#fde68a;color:#92400e}.domain-status-indicator.status-pending .domain-manage-button:hover{background:#fef3c7;border-color:#f59e0b}.domain-status-indicator.status-failed .status-text{color:#dc2626}.domain-status-indicator.status-failed .domain-manage-button{border-color:#fecaca;color:#991b1b}.domain-status-indicator.status-failed .domain-manage-button:hover{background:#fee2e2;border-color:#ef4444}.domain-status-indicator.status-none .status-text{color:#6b7280}.domain-status-indicator.status-none .domain-manage-button{border-color:#3b82f6;color:#3b82f6}.domain-status-indicator.status-none .domain-manage-button:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.domain-status-indicator.status-loading .status-text{color:#6b7280;display:flex;align-items:center;gap:6px}.domain-status-indicator.status-loading .status-text:before{content:"";width:12px;height:12px;border:2px solid #f3f4f6;border-top-color:#6b7280;border-radius:50%;animation:spin 1s linear infinite}.sidebar-header{padding:20px;border-bottom:1px solid #e9e8e1;background:#f5f4ed}.sidebar-header .back-button{display:flex;align-items:center;gap:6px;background:none;border:none;color:#737373;font-size:13px;cursor:pointer;margin-bottom:16px}.sidebar-header .back-button:hover{color:#171717}.sidebar-header .sequence-title{margin-bottom:12px}.sidebar-header .sequence-title h1{font-size:18px;font-weight:600;color:#171717;margin:0 0 6px}.sidebar-header .sequence-title .sequence-status{display:flex;align-items:center;gap:8px}.sidebar-header .sequence-title .sequence-status .status-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}.sidebar-header .sequence-title .sequence-status .status-badge.active{background:#dcfce7;color:#16a34a}.sidebar-header .sequence-title .sequence-status .status-badge.draft{background:#fef3c7;color:#d97706}.sidebar-header .sequence-title .sequence-status .sequence-stats{font-size:11px;color:#737373}@media(max-width:768px){.domain-status-section{margin:8px 0;padding:6px}.domain-status-indicator{flex-direction:column;align-items:flex-start;gap:6px}.domain-status-indicator .domain-manage-button{align-self:flex-end}.sidebar-header{padding:16px}.sidebar-header .sidebar-actions{flex-direction:column;gap:6px}.sidebar-header .sidebar-actions .action-button,.sidebar-header .sidebar-actions .button{justify-content:center}}@media(max-width:480px){.domain-status-indicator .status-text{font-size:11px}.domain-status-indicator .domain-manage-button{font-size:10px;padding:3px 6px}}.button[title]:disabled{position:relative}.button[title]:disabled:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:#1f2937;color:#fff;padding:6px 8px;border-radius:4px;font-size:11px;white-space:nowrap;z-index:1000;margin-bottom:4px}@media(max-width:768px){.button[title]:disabled:hover:after{display:none}}.button[title]:disabled:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:4px solid rgba(0,0,0,0);border-top-color:#1f2937;z-index:1000;margin-bottom:-4px}@media(max-width:768px){.button[title]:disabled:hover:before{display:none}}.config-content{display:flex;flex-direction:column;gap:20px}.config-header h2{font-size:16px;font-weight:600;color:#171717;margin:0 0 4px}.config-header p{font-size:13px;color:#737373;margin:0;line-height:1.4}.config-form{display:flex;flex-direction:column;gap:16px}.config-form .form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:0}.config-form .form-group label{font-size:13px;font-weight:500;color:#171717}.config-form .form-group .field-description{font-size:12px;color:#737373;margin-top:4px;line-height:1.4}.config-form .form-group .field-description--warning{color:#d97706;font-weight:500}.account-selection{display:flex;flex-direction:column;gap:8px}.account-selection .loading-accounts{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f5f5f5;border-radius:6px;font-size:13px;color:#737373}.account-selection .no-accounts{padding:12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px}.account-selection .no-accounts p{margin:0;font-size:13px;color:#92400e}.account-selection .button--small{align-self:flex-start}.loading-spinner-small{width:14px;height:14px;border:2px solid #f5f5f5;border-top-color:#0070f3;border-radius:50%;animation:spin 1s linear infinite}.sidebar-content .button--small{padding:6px 12px;font-size:12px;border-radius:4px}.sidebar-content .button--small svg{width:12px;height:12px}.config-info{text-align:center;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.config-info h3{margin:0 0 8px;color:#111827;font-size:16px}.config-info p{margin:0;color:#6b7280;font-size:14px}.loading-domains{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;color:#6b7280;font-size:14px}.no-domains-warning{padding:16px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;text-align:center}.no-domains-warning p{margin:0 0 12px;color:#92400e;font-size:14px}.email-config-help{padding:16px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px}.email-config-help h4{margin:0 0 8px;color:#0c4a6e;font-size:14px}.email-config-help ul{margin:0;padding-left:16px}.email-config-help ul li{color:#075985;font-size:13px;margin-bottom:4px;line-height:1.4}.email-config-help ul li:last-child{margin-bottom:0}@media(max-width:768px){.email-input-group{flex-direction:column}.email-input-group .email-local-part{border-bottom:1px solid #e5e5e5}.email-input-group .email-separator{display:none}.email-input-group .email-domain{border-left:none;border-top:1px solid #e5e5e5;min-width:auto;width:100%;text-align:center}}.email-config-form{display:flex;flex-direction:column;gap:20px}.email-input-group{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:8px;background:#fff;overflow:hidden}.email-input-group .email-local-part{flex:1 1;border:none;border-radius:0;margin:0}.email-input-group .email-local-part:focus{box-shadow:none;border:none}.email-input-group .email-separator{padding:0 4px;color:#6b7280;font-weight:500}.email-input-group .email-domain{padding:10px 12px;background:#f9fafb;color:#6b7280;font-size:13px;border-left:1px solid #e5e5e5;min-width:120px}.email-input-group:focus-within{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.email-config-section{margin:12px 0;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.email-config-display .config-header{display:flex;justify-content:between;align-items:center;margin-bottom:8px}.email-config-display .config-header .config-label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.email-config-display .config-header .config-edit-button{background:none;border:1px solid #d1d5db;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease}.email-config-display .config-header .config-edit-button:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.email-config-display .config-details{display:flex;flex-direction:column;gap:4px}.email-config-display .config-item{display:flex;justify-content:space-between;align-items:center;font-size:12px}.email-config-display .config-item .config-item-label{color:#6b7280;font-weight:500;min-width:60px}.email-config-display .config-item .config-item-value{color:#374151;font-weight:500;text-align:right;font-size:11px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-config-display .config-item .config-item-value.domain-verified{color:#059669;display:flex;align-items:center;gap:4px}.email-config-placeholder{display:flex;justify-content:space-between;align-items:center}.email-config-placeholder .placeholder-text{font-size:12px;color:#6b7280;font-style:italic}.email-config-placeholder .config-setup-button{background:none;border:1px solid #3b82f6;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500;color:#3b82f6;cursor:pointer;transition:all .15s ease}.email-config-placeholder .config-setup-button:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}@media(max-width:768px){.email-config-section{margin:8px 0;padding:8px}.config-item{flex-direction:column;align-items:flex-start;gap:2px}.config-item .config-item-value{max-width:none;text-align:left}.email-config-placeholder{flex-direction:column;gap:6px;text-align:center}.email-config-placeholder .config-setup-button{align-self:center}}.domain-status-section{display:none}.logs-filters{display:flex;gap:16px;margin:20px 0;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap}.logs-filters .filter-group{display:flex;flex-direction:column;gap:4px;min-width:150px}.logs-filters .filter-group label{font-size:12px;font-weight:500;color:#374151;text-transform:uppercase;letter-spacing:.025em}.logs-filters .filter-group .form-input,.logs-filters .filter-group .form-select{font-size:13px;padding:6px 8px}@media(max-width:768px){.logs-filters{flex-direction:column;gap:12px}.logs-filters .filter-group{min-width:auto}}.logs-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.logs-list{display:flex;flex-direction:column}.logs-list.detailed .log-item{padding:20px;border-bottom:1px solid #f3f4f6}.logs-list.detailed .log-item:last-child{border-bottom:none}.log-item{display:flex;align-items:flex-start;gap:12px;padding:16px;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.log-item:hover{background:#fafafa}.log-item:last-child{border-bottom:none}.log-item.detailed{align-items:flex-start}.log-item.detailed .log-content{flex:1 1}.log-item.detailed .log-details{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:8px;gap:8px}.log-item.detailed .log-details .detail-item{display:flex;align-items:center;gap:8px;font-size:12px}.log-item.detailed .log-details .detail-item .detail-label{color:#6b7280;font-weight:500}.log-item.detailed .log-details .detail-item .detail-value{color:#374151;font-family:Courier New,monospace;background:#f3f4f6;padding:2px 4px;border-radius:3px;word-break:break-all;max-width:200px;overflow:hidden;text-overflow:ellipsis}.log-icon{flex-shrink:0;margin-top:2px}.log-icon .log-event-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;font-size:14px;font-weight:500}.log-content{flex:1 1;min-width:0}.log-content .log-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.log-content .log-header .log-sequence{display:flex;align-items:center;gap:8px}.log-content .log-header .log-sequence .sequence-link{color:#3b82f6;font-weight:500;text-decoration:none;font-size:14px}.log-content .log-header .log-sequence .sequence-link:hover{text-decoration:underline}.log-content .log-header .log-sequence .log-type-label{font-size:11px;font-weight:500;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.log-content .log-header .log-title{display:flex;align-items:center;gap:8px}.log-content .log-header .log-title .log-type-label{font-size:12px;font-weight:600;color:#374151}.log-content .log-header .log-timestamp{font-size:12px;color:#9ca3af;white-space:nowrap}.log-content .log-message{color:#374151;font-size:14px;line-height:1.5;margin-bottom:8px}.log-content .log-error{display:flex;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:13px}.log-content .log-error .error-message{flex:1 1;word-break:break-word}.log-content .log-success{display:flex;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;color:#166534;font-size:13px}.log-content .log-success .success-message{flex:1 1}.log-content .log-metadata{margin-top:8px;display:flex;gap:12px;flex-wrap:wrap}.log-content .log-metadata .metadata-item{font-size:11px;color:#6b7280;background:#f9fafb;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace}.log-actions{flex-shrink:0;margin-top:2px}.logs-stats{margin:20px 0;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.logs-stats h3{margin:0 0 16px;color:#111827;font-size:16px;font-weight:600}.logs-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}@media(max-width:768px){.logs-stats .stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}}.logs-stats .stat-card{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:6px}.logs-stats .stat-card .stat-icon{font-size:20px;flex-shrink:0}.logs-stats .stat-card .stat-content .stat-value{font-size:20px;font-weight:600;color:#111827;line-height:1}.logs-stats .stat-card .stat-content .stat-label{font-size:12px;color:#6b7280;margin-top:2px}@media(max-width:768px){.logs-stats .stat-card{padding:12px;gap:8px}.logs-stats .stat-card .stat-content .stat-value,.logs-stats .stat-card .stat-icon{font-size:16px}.logs-stats .stat-card .stat-content .stat-label{font-size:11px}}.logs-loading{padding:20px}.logs-loading .loading-skeleton{display:flex;flex-direction:column;gap:16px}.logs-loading .log-item-skeleton{display:flex;align-items:flex-start;gap:12px;padding:16px}.logs-loading .log-item-skeleton .skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.logs-loading .log-item-skeleton .skeleton-line.skeleton-icon{width:32px;height:32px;border-radius:6px;flex-shrink:0}.logs-loading .log-item-skeleton .skeleton-line.skeleton-title{height:16px;width:200px;margin-bottom:4px}.logs-loading .log-item-skeleton .skeleton-line.skeleton-text{height:14px;width:300px;margin-bottom:8px}.logs-loading .log-item-skeleton .skeleton-line.skeleton-metadata{height:12px;width:150px}.logs-loading .log-item-skeleton .skeleton-line.skeleton-time{height:12px;width:80px;margin-top:2px}.logs-loading .log-item-skeleton .skeleton-content{flex:1 1}.logs-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:20px;border-top:1px solid #f3f4f6;background:#fafafa}.logs-pagination .pagination-info{font-size:14px;color:#6b7280;font-weight:500}@media(max-width:768px){.logs-pagination{gap:12px;padding:16px}.logs-pagination .pagination-info{font-size:13px}}.header-actions{display:flex;gap:8px;align-items:center}.header-navigation{margin-bottom:8px}@media(max-width:768px){.dashboard-header .header-actions{flex-direction:column;gap:6px;width:100%}.dashboard-header .header-actions .button{width:100%;justify-content:center}.log-item{padding:12px}.log-item .log-content .log-header{flex-direction:column;gap:4px}.log-item .log-content .log-header .log-sequence{flex-direction:column;align-items:flex-start;gap:4px}.logs-stats{padding:16px}.logs-stats .stats-grid{grid-template-columns:1fr}}@media(max-width:480px){.logs-filters{padding:12px;gap:12px}.log-item{gap:8px}.log-item .log-icon .log-event-badge{width:28px;height:28px;font-size:12px}.logs-pagination{flex-direction:column;gap:8px}.logs-pagination .pagination-info{order:-1}}.header-box{background-color:#f5f4ed;padding:16px 10px;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),inset 0 -6px 8px -4px rgba(0,0,0,.04)}.header{justify-content:space-between;max-width:1100px;margin:0 auto;padding:0 20px}.header,.header .logo a{display:flex;align-items:center}.header .logo a{text-decoration:none;gap:8px;font-size:16px;font-weight:600;color:#111827}.header .logo a svg{width:24px;height:24px}.header .nav-links{display:flex;align-items:center;gap:16px}.header .nav-links a{text-decoration:none;color:#111827}.hero-section{padding:80px 20px}.hero-demo{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.hero-demo{order:-1;margin-bottom:0}}.hero-demo .video-thumbnail{width:100%;max-width:500px;position:relative;cursor:pointer;transition:transform .3s ease}@media(max-width:1024px){.hero-demo .video-thumbnail{max-width:450px}}@media(max-width:768px){.hero-demo .video-thumbnail{max-width:400px}}@media(max-width:480px){.hero-demo .video-thumbnail{max-width:350px}}@media(max-width:360px){.hero-demo .video-thumbnail{max-width:300px}}.hero-demo .video-thumbnail:hover{transform:scale(1.02)}.hero-demo .video-thumbnail:hover .play-button{transform:translate(-50%,-50%) scale(1.1);background:rgba(0,0,0,.9)}.hero-demo .video-thumbnail:hover img{filter:brightness(.9)}.hero-demo .video-thumbnail img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;display:block;border:1px solid #000}@media(max-width:1024px){.hero-demo .video-thumbnail img{border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.08)}}@media(max-width:768px){.hero-demo .video-thumbnail img{border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.06)}}@media(max-width:480px){.hero-demo .video-thumbnail img{border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05)}}.hero-demo .video-thumbnail .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:rgba(0,0,0,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border:3px solid hsla(0,0%,100%,.8)}@media(max-width:768px){.hero-demo .video-thumbnail .play-button{width:70px;height:70px}}@media(max-width:480px){.hero-demo .video-thumbnail .play-button{width:60px;height:60px}}.hero-demo .video-thumbnail .play-button .play-icon{color:#fff;font-size:28px;margin-left:4px}@media(max-width:768px){.hero-demo .video-thumbnail .play-button .play-icon{font-size:24px}}@media(max-width:480px){.hero-demo .video-thumbnail .play-button .play-icon{font-size:20px}}.hero-demo .video-thumbnail .video-duration{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.8);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:480px){.hero-demo .video-thumbnail .video-duration{bottom:8px;right:8px;font-size:10px;padding:3px 6px}}.video-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease-out}@media(max-width:768px){.video-modal-overlay{padding:.5rem}}.video-modal{position:relative;width:100%;max-width:1000px;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);animation:slideUp .4s ease-out}@media(max-width:768px){.video-modal{border-radius:8px;max-width:none;margin:0 .5rem}}@media(max-width:480px){.video-modal{border-radius:6px;margin:0 .25rem}}.video-modal-close{position:absolute;top:-50px;right:0;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-modal-close:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);transform:scale(1.1)}@media(max-width:768px){.video-modal-close{top:-45px;width:36px;height:36px}}@media(max-width:480px){.video-modal-close{top:-40px;width:32px;height:32px}}.video-iframe{width:100%;height:100%;border:none;border-radius:inherit}.video-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#000;color:#fff}.video-loading .loading-spinner{width:40px;height:40px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.video-thumbnail{transition:none}.video-thumbnail:hover{transform:none}.video-thumbnail:hover .play-button{transform:translate(-50%,-50%)}.video-modal,.video-modal-overlay{animation:none}.play-button,.video-modal-close{transition:none}}@media(prefers-contrast:high){.play-button,.video-modal-close{background:#000;border-color:#fff}}.step-section{max-width:1100px;margin:0 auto;padding:80px 20px}@media(max-width:768px){.step-section{padding:60px 15px}}.step-content{display:flex;flex-direction:column;align-items:center;gap:60px}.step-header{text-align:center;max-width:600px}.step-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.step-header h2{font-size:2rem}}@media(max-width:480px){.step-header h2{font-size:1.75rem}}.step-header p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.step-header p{font-size:1rem}}.steps-container{display:flex;flex-direction:column;gap:80px;width:100%;max-width:1100px}@media(max-width:768px){.steps-container{gap:60px}}.step-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}@media(max-width:768px){.step-item{grid-template-columns:1fr;gap:40px;text-align:center}}.step-item:nth-child(2n) .step-left{order:2}.step-item:nth-child(2n) .step-right{order:1}@media(max-width:768px){.step-item:nth-child(2n) .step-left{order:1}.step-item:nth-child(2n) .step-right{order:2}}.step-left{display:flex;align-items:flex-start;gap:20px}@media(max-width:768px){.step-left{justify-content:center;text-align:center;flex-direction:column;align-items:center;gap:16px}}.step-info{flex:1 1}.step-info h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 12px}@media(max-width:768px){.step-info h3{font-size:1.25rem}}.step-info p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.step-info p{font-size:.95rem}}.step-right{display:flex;justify-content:center;align-items:center}.step-mockup{width:100%;max-width:400px}.mockup-placeholder{box-shadow:0 10px 30px rgba(0,0,0,.15)}.mockup-placeholder,.mockup-window{border-radius:12px;overflow:hidden;background:#fff}.mockup-header{background:#f7f7f7;padding:12px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.mockup-header.terminal-header{background:#1a1a1a;color:#fff}.window-controls{display:flex;gap:6px}.window-controls span{width:10px;height:10px;border-radius:50%;background:#ddd}.window-controls span:first-child{background:#ff5f57}.window-controls span:nth-child(2){background:#ffbd2e}.window-controls span:nth-child(3){background:#28ca42}.window-title{font-size:13px;font-weight:500;color:#6b7280}.terminal-header .window-title{color:#fff}.mockup-content{padding:20px}.mockup-content.terminal-content{background:#1a1a1a;color:lime;font-family:Courier New,monospace;font-size:13px;min-height:120px}.purchase-mockup .currency-option{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;margin-bottom:8px;border:1px solid #e5e7eb}.purchase-mockup .currency-option.active{border-color:#3b82f6;background:#eff6ff}.purchase-mockup .currency-option .currency-flag{font-size:16px}.purchase-mockup .currency-option .currency-code{font-weight:500}.purchase-mockup .form-section{margin-top:20px}.purchase-mockup .form-field{margin-bottom:12px}.purchase-mockup .form-field label{display:block;font-size:12px;font-weight:500;color:#374151;margin-bottom:4px}.purchase-mockup .form-field input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.purchase-mockup .pay-button{width:100%;padding:10px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer}.terminal-mockup .terminal-line{margin-bottom:8px;display:flex;align-items:center;gap:8px}.terminal-mockup .terminal-line.active .cursor{animation:blink 1s infinite}.terminal-mockup .prompt{color:lime;font-weight:700}.terminal-mockup .command{color:#fff}.terminal-mockup .output{color:#888}.terminal-mockup .cursor{color:lime;background:lime;width:8px;height:14px;display:inline-block}.dashboard-mockup .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dashboard-mockup .dashboard-header h4{margin:0;color:#111827;font-size:16px;font-weight:600}.dashboard-mockup .dashboard-header .create-btn{background:#1a1a1a;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer}.dashboard-mockup .sequence-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px}.dashboard-mockup .sequence-item .sequence-info{display:flex;align-items:center;gap:8px}.dashboard-mockup .sequence-item .sequence-name{font-weight:500;color:#111827}.dashboard-mockup .sequence-item .sequence-status{padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.dashboard-mockup .sequence-item .sequence-status.active{background:#dcfce7;color:#16a34a}.dashboard-mockup .sequence-item .sequence-status.draft{background:#fef3c7;color:#d97706}.dashboard-mockup .sequence-item .sequence-stats{display:flex;gap:12px;font-size:12px;color:#6b7280}.step-cta{margin-top:40px}.step-cta .button{padding:14px 28px;font-size:1.1rem}@media(max-width:480px){.step-cta .button{width:100%;justify-content:center}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.datasource-mockup .datasource-grid{display:flex;flex-direction:column;gap:12px}.datasource-mockup .datasource-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px}.datasource-mockup .datasource-card .datasource-icon{font-size:18px;width:32px;text-align:center}.datasource-mockup .datasource-card .datasource-info{flex:1 1}.datasource-mockup .datasource-card .datasource-info .datasource-name{font-weight:500;color:#111827;font-size:14px}.datasource-mockup .datasource-card .datasource-info .datasource-desc{font-size:12px;color:#6b7280}.datasource-mockup .datasource-card .datasource-status{font-size:11px;padding:4px 8px;border-radius:4px;font-weight:500}.datasource-mockup .datasource-card .datasource-status.connected{background:#dcfce7;color:#16a34a}.datasource-mockup .datasource-card .datasource-status:not(.connected){background:#f3f4f6;color:#6b7280;cursor:pointer}.template-mockup .template-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.template-mockup .template-tabs .tab{padding:8px 12px;font-size:12px;color:#6b7280;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0)}.template-mockup .template-tabs .tab.active{color:#111827;border-bottom-color:#3b82f6}.template-mockup .template-editor .template-field{margin-bottom:16px}.template-mockup .template-editor .template-field label{display:block;font-size:12px;font-weight:500;color:#374151;margin-bottom:6px}.template-mockup .template-editor .template-field input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#f9fafb}.template-mockup .template-editor .template-html{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;font-family:Courier New,monospace;font-size:12px}.template-mockup .template-editor .template-html .html-line{color:#64748b;margin-bottom:4px}.template-mockup .template-editor .template-html .html-line:last-child{margin-bottom:0}.domain-mockup .domain-list{margin-bottom:16px}.domain-mockup .domain-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px}.domain-mockup .domain-item .domain-info .domain-name{font-weight:500;color:#111827;font-size:14px;margin-bottom:2px}.domain-mockup .domain-item .domain-info .domain-status{font-size:11px;font-weight:500}.domain-mockup .domain-item .domain-info .domain-status.verified{color:#16a34a}.domain-mockup .domain-item .domain-info .domain-status.pending{color:#d97706}.domain-mockup .domain-item .btn-small{padding:4px 8px;font-size:11px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.domain-mockup .add-domain-btn{width:100%;padding:8px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer}.sequence-mockup .sequence-flow{display:flex;flex-direction:column;align-items:center;gap:8px}.sequence-mockup .flow-step{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;border-radius:8px;min-width:120px;text-align:center}.sequence-mockup .flow-step.trigger{background:#fef3c7;border:1px solid #fde68a}.sequence-mockup .flow-step.email{background:#eff6ff;border:1px solid #bfdbfe}.sequence-mockup .flow-step .step-icon{font-size:16px}.sequence-mockup .flow-step .step-text{font-size:12px;font-weight:500;color:#111827}.sequence-mockup .flow-step .step-badge{font-size:10px;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px}.sequence-mockup .flow-arrow{color:#9ca3af;font-size:16px;font-weight:700}.analytics-mockup .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:16px}.analytics-mockup .stat-card{text-align:center;padding:12px 8px;background:#f9fafb;border-radius:6px}.analytics-mockup .stat-card .stat-icon{font-size:16px;margin-bottom:4px}.analytics-mockup .stat-card .stat-value{font-size:16px;font-weight:600;color:#111827;margin-bottom:2px}.analytics-mockup .stat-card .stat-label{font-size:10px;color:#6b7280}.analytics-mockup .recent-activity .activity-header{font-size:12px;font-weight:500;color:#111827;margin-bottom:8px}.analytics-mockup .recent-activity .activity-item{display:flex;align-items:center;gap:8px;margin-bottom:6px}.analytics-mockup .recent-activity .activity-item .activity-icon{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.analytics-mockup .recent-activity .activity-item .activity-icon.success{background:#dcfce7;color:#16a34a}.analytics-mockup .recent-activity .activity-item .activity-text{flex:1 1;font-size:11px;color:#374151}.analytics-mockup .recent-activity .activity-item .activity-time{font-size:10px;color:#9ca3af}.hero-section{max-width:1100px;margin:0 auto;padding:40px 10px;display:grid;grid-template-columns:50% 50%;grid-gap:40px;gap:40px;align-items:center}@media(max-width:1024px){.hero-section{max-width:900px;padding:35px 15px;gap:30px;min-height:60vh}}@media(max-width:768px){.hero-section{grid-template-columns:1fr;padding:30px 20px;gap:40px;min-height:auto;text-align:center}.hero-section .hero-demo{order:-1}}@media(max-width:480px){.hero-section{padding:25px 15px;gap:30px}}@media(max-width:360px){.hero-section{padding:20px 10px;gap:25px}}.hero-section .hero-content{display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.hero-section .hero-content{align-items:center;text-align:center}}.hero-section .hero-content .hero-title{max-width:400px;font-size:2.5rem;font-optical-sizing:auto;font-weight:700!important;font-style:normal;line-height:1.1;margin:0 0 16px;color:#111827}@media(max-width:1024px){.hero-section .hero-content .hero-title{font-size:2.25rem;max-width:350px}}@media(max-width:768px){.hero-section .hero-content .hero-title{font-size:2rem;max-width:none;width:100%;text-align:center}}@media(max-width:480px){.hero-section .hero-content .hero-title{font-size:1.75rem;line-height:1.2;margin-bottom:12px}}@media(max-width:360px){.hero-section .hero-content .hero-title{font-size:1.5rem;margin-bottom:10px}}.hero-section .hero-content .hero-description{padding:15px 0;color:#666;line-height:1.4;font-size:1.1rem;margin:0;max-width:450px}@media(max-width:1024px){.hero-section .hero-content .hero-description{font-size:1.05rem;padding:12px 0;max-width:400px}}@media(max-width:768px){.hero-section .hero-content .hero-description{font-size:1rem;max-width:none;width:100%;text-align:center;padding:10px 0}}@media(max-width:480px){.hero-section .hero-content .hero-description{font-size:.95rem;line-height:1.5;padding:8px 0}}@media(max-width:360px){.hero-section .hero-content .hero-description{font-size:.9rem;padding:6px 0}}.hero-section .hero-content .hero-actions{display:flex;gap:16px;margin:20px 0}@media(max-width:1024px){.hero-section .hero-content .hero-actions{gap:12px;margin:16px 0}}@media(max-width:768px){.hero-section .hero-content .hero-actions{justify-content:center;flex-wrap:wrap;gap:12px;margin:16px 0}}@media(max-width:480px){.hero-section .hero-content .hero-actions{flex-direction:column;width:100%;gap:10px;margin:14px 0}.hero-section .hero-content .hero-actions .button{width:100%;justify-content:center;padding:12px 20px;font-size:.95rem}}@media(max-width:360px){.hero-section .hero-content .hero-actions{gap:8px;margin:12px 0}.hero-section .hero-content .hero-actions .button{padding:10px 16px;font-size:.9rem}}.hero-section .hero-content .hero-actions .button{flex-shrink:0}@media(max-width:1024px){.hero-section .hero-content .hero-actions .button{padding:10px 18px;font-size:.95rem}}@media(max-width:768px){.hero-section .hero-content .hero-actions .button{padding:10px 16px;font-size:.9rem;min-width:140px}}.hero-section .hero-content .hero-trust{font-size:14px;color:#666;margin-top:10px}@media(max-width:1024px){.hero-section .hero-content .hero-trust{font-size:13px;margin-top:8px}}@media(max-width:768px){.hero-section .hero-content .hero-trust{text-align:center;margin-top:6px}}@media(max-width:480px){.hero-section .hero-content .hero-trust{font-size:12px;margin-top:4px}}@media(max-width:360px){.hero-section .hero-content .hero-trust{font-size:11px;margin-top:2px}}.hero-section .hero-content .hero-trust .trust-text{margin:0;line-height:1.4}@media(max-width:480px){.hero-section .hero-content .hero-trust .trust-text{line-height:1.3}}.hero-section .hero-demo{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.hero-section .hero-demo{order:-1;margin-bottom:0}}.hero-section .hero-demo .video-thumbnail{width:100%;max-width:500px}@media(max-width:1024px){.hero-section .hero-demo .video-thumbnail{max-width:450px}}@media(max-width:768px){.hero-section .hero-demo .video-thumbnail{max-width:400px}}@media(max-width:480px){.hero-section .hero-demo .video-thumbnail{max-width:350px}}@media(max-width:360px){.hero-section .hero-demo .video-thumbnail{max-width:300px}}.hero-section .hero-demo .video-thumbnail img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}@media(max-width:1024px){.hero-section .hero-demo .video-thumbnail img{border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.08)}}@media(max-width:768px){.hero-section .hero-demo .video-thumbnail img{border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.06)}}@media(max-width:480px){.hero-section .hero-demo .video-thumbnail img{border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05)}}@media(hover:hover){.hero-section .hero-demo .video-thumbnail img:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}}.hero-section .button--large{padding:12px 24px;font-size:1rem}@media(max-width:1024px){.hero-section .button--large{padding:11px 22px;font-size:.95rem}}@media(max-width:768px){.hero-section .button--large{padding:10px 20px;font-size:.9rem}}@media(max-width:480px){.hero-section .button--large{padding:12px 20px;font-size:.95rem;width:100%}}@media(max-width:360px){.hero-section .button--large{padding:10px 16px;font-size:.9rem}}@media(max-width:768px){.hero-section .hero-content .hero-title{line-height:1.15}}@media(max-width:768px)and (max-width:480px){.hero-section .hero-content .hero-title{letter-spacing:-.02em}}@media(max-width:768px){.hero-section .hero-content .hero-description{line-height:1.5}}@media(max-width:768px)and (max-width:480px){.hero-section .hero-content .hero-description{line-height:1.6}}@media(min-width:1200px){.hero-section{max-width:1100px;padding:50px 20px}.hero-section .hero-content .hero-title{font-size:2.75rem;max-width:450px}.hero-section .hero-content .hero-description{font-size:1.15rem;max-width:500px}}@media(prefers-reduced-motion:reduce){.hero-section .hero-demo .video-thumbnail img{transition:none}.hero-section .hero-demo .video-thumbnail img:hover{transform:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.hero-section .hero-demo .video-thumbnail img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.datasources-section{background:#f9fafb;padding:80px 0}@media(max-width:768px){.datasources-section{padding:60px 0}}@media(max-width:480px){.datasources-section{padding:50px 0}}.datasources-content{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.datasources-content{padding:0 15px}}.datasources-header{text-align:center;max-width:700px;margin:0 auto 60px}@media(max-width:768px){.datasources-header{margin-bottom:50px}}@media(max-width:480px){.datasources-header{margin-bottom:40px}}.datasources-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.datasources-header h2{font-size:2rem}}@media(max-width:480px){.datasources-header h2{font-size:1.75rem}}.datasources-header p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.datasources-header p{font-size:1rem}}@media(max-width:480px){.datasources-header p{font-size:.95rem}}.datasources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px;margin-bottom:60px}@media(max-width:768px){.datasources-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:50px}}@media(max-width:480px){.datasources-grid{grid-template-columns:1fr;gap:16px;margin-bottom:40px}}.datasource-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;position:relative;overflow:hidden}.datasource-card.available:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.datasource-card.coming-soon{background:#f9fafb;border-color:#e5e7eb}.datasource-card.coming-soon .datasource-info{opacity:.7}.datasource-card.coming-soon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 20px);pointer-events:none}@media(max-width:480px){.datasource-card{padding:20px}}.datasource-icon{width:48px;height:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:8px;flex-shrink:0}@media(max-width:480px){.datasource-icon{width:44px;height:44px;margin-bottom:14px}}.datasource-icon img{width:28px;height:28px;object-fit:contain}@media(max-width:480px){.datasource-icon img{width:24px;height:24px}}.datasource-icon:empty:before{content:"🔗";font-size:24px}.datasource-info{flex:1 1;margin-bottom:16px}@media(max-width:480px){.datasource-info{margin-bottom:14px}}.datasource-info h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 8px}@media(max-width:768px){.datasource-info h3{font-size:1.125rem}}@media(max-width:480px){.datasource-info h3{font-size:1rem;margin-bottom:6px}}.datasource-info p{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}@media(max-width:480px){.datasource-info p{font-size:.9rem}}.datasource-status{display:flex;justify-content:flex-start}.datasource-status .status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.datasource-status .status-badge.available{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.datasource-status .status-badge.coming-soon{background:#fef3c7;color:#d97706;border:1px solid #fde68a}@media(max-width:480px){.datasource-status .status-badge{font-size:10px;padding:3px 10px}}.datasources-cta{text-align:center;padding:40px 0;border-top:1px solid #e5e7eb}@media(max-width:768px){.datasources-cta{padding:30px 0}}@media(max-width:480px){.datasources-cta{padding:25px 0}}.datasources-cta .cta-text{font-size:1.1rem;color:#6b7280;margin:0 0 24px}@media(max-width:768px){.datasources-cta .cta-text{font-size:1rem;margin-bottom:20px}}@media(max-width:480px){.datasources-cta .cta-text{font-size:.95rem;margin-bottom:16px}}.datasources-cta .cta-text strong{color:#111827;font-weight:600}.datasources-cta .cta-buttons{display:flex;gap:16px;justify-content:center;align-items:center}@media(max-width:768px){.datasources-cta .cta-buttons{gap:12px}}@media(max-width:480px){.datasources-cta .cta-buttons{flex-direction:column;gap:10px}.datasources-cta .cta-buttons .button{width:100%;max-width:280px;justify-content:center}}.datasources-cta .cta-buttons .button{padding:12px 24px;font-size:1rem}@media(max-width:768px){.datasources-cta .cta-buttons .button{padding:10px 20px;font-size:.95rem}}@media(max-width:480px){.datasources-cta .cta-buttons .button{padding:12px 20px;font-size:.95rem}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.datasources-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:768px){.datasources-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:640px){.datasources-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.pricing-section{background:#fff;padding:80px 0}@media(max-width:768px){.pricing-section{padding:60px 0}}@media(max-width:480px){.pricing-section{padding:50px 0}}.pricing-content{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.pricing-content{padding:0 15px}}.pricing-header{text-align:center;max-width:700px;margin:0 auto 50px}@media(max-width:768px){.pricing-header{margin-bottom:40px}}.pricing-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.pricing-header h2{font-size:2rem}}@media(max-width:480px){.pricing-header h2{font-size:1.75rem}}.pricing-header p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.pricing-header p{font-size:1rem}}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media(max-width:768px){.pricing-cards{grid-template-columns:1fr;gap:24px;margin-bottom:60px;max-width:400px;margin-left:auto;margin-right:auto}}.pricing-card.featured{border-color:#1a1a1a;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-4px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(145deg,#1a1a1a,#2c2c2c 25%,#1f1f1f 50%,#2a2a2a 75%,#0f0f0f);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid hsla(0,0%,100%,.2)}.card-header{text-align:center;margin-bottom:32px}@media(max-width:480px){.card-header{margin-bottom:28px}}.card-header h3{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:480px){.card-header h3{font-size:1.25rem;margin-bottom:12px}}.card-header .price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:12px}.card-header .price .currency{font-size:1.5rem;font-weight:600;color:#6b7280}@media(max-width:480px){.card-header .price .currency{font-size:1.25rem}}.card-header .price .amount{font-size:3rem;font-weight:700;color:#111827;line-height:1}@media(max-width:480px){.card-header .price .amount{font-size:2.5rem}}.card-header .price .amount.yearly-price{display:none}.card-header .price .period{font-size:1rem;color:#6b7280}@media(max-width:480px){.card-header .price .period{font-size:.9rem}}.card-header .plan-description{font-size:.95rem;color:#6b7280;margin:0;line-height:1.4}@media(max-width:480px){.card-header .plan-description{font-size:.9rem}}.card-features{margin-bottom:32px}@media(max-width:480px){.card-features{margin-bottom:28px}}.card-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}@media(max-width:480px){.card-features ul{gap:10px}}.card-features li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#374151}@media(max-width:480px){.card-features li{font-size:.9rem;gap:10px}}.card-features .feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}@media(max-width:480px){.card-features .feature-icon{width:18px;height:18px;font-size:11px}}.card-footer{text-align:center}.card-footer .pricing-button{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;margin-bottom:12px}@media(max-width:480px){.card-footer .pricing-button{padding:12px 20px;font-size:.95rem}}.card-footer .trial-info{font-size:.85rem;color:#6b7280;margin:0}@media(max-width:480px){.card-footer .trial-info{font-size:.8rem}}.pricing-faq{margin-bottom:80px}@media(max-width:768px){.pricing-faq{margin-bottom:60px}}.pricing-faq h3{font-size:2rem;font-weight:700;color:#111827;text-align:center;margin:0 0 40px}@media(max-width:768px){.pricing-faq h3{font-size:1.75rem;margin-bottom:32px}}@media(max-width:480px){.pricing-faq h3{font-size:1.5rem;margin-bottom:28px}}.pricing-faq .faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}@media(max-width:768px){.pricing-faq .faq-grid{grid-template-columns:1fr;gap:24px}}.pricing-faq .faq-item h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 8px}@media(max-width:480px){.pricing-faq .faq-item h4{font-size:1rem}}.pricing-faq .faq-item p{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}@media(max-width:480px){.pricing-faq .faq-item p{font-size:.9rem}}.pricing-cta{text-align:center;padding:50px 0;background:#f9fafb;border-radius:16px}@media(max-width:768px){.pricing-cta{padding:40px 20px}}@media(max-width:480px){.pricing-cta{padding:32px 16px}}.pricing-cta h3{font-size:2rem;font-weight:700;color:#111827;margin:0 0 12px}@media(max-width:768px){.pricing-cta h3{font-size:1.75rem}}@media(max-width:480px){.pricing-cta h3{font-size:1.5rem}}.pricing-cta p{font-size:1.1rem;color:#6b7280;max-width:500px;margin:0 auto 32px}@media(max-width:768px){.pricing-cta p{font-size:1rem;margin-bottom:28px}}@media(max-width:480px){.pricing-cta p{font-size:.95rem;margin-bottom:24px}}.pricing-cta .button--large{padding:16px 32px;font-size:1.1rem}@media(max-width:480px){.pricing-cta .button--large{width:100%;max-width:280px;padding:14px 28px;font-size:1rem}}.pricing-toggle input:checked~.pricing-cards .monthly-price{display:none}.pricing-toggle input:checked~.pricing-cards .yearly-price{display:inline}.pricing-toggle{display:flex;justify-content:center;margin-bottom:50px}@media(max-width:768px){.pricing-toggle{margin-bottom:40px}}.pricing-toggle .toggle-container{display:flex;align-items:center;gap:16px;padding:8px 16px;background:#f9fafb;border-radius:50px;border:1px solid #e5e7eb}@media(max-width:480px){.pricing-toggle .toggle-container{gap:12px;padding:6px 12px}}.pricing-toggle .toggle-label{font-size:14px;font-weight:500;color:#6b7280;display:flex;align-items:center;gap:6px;transition:color .3s ease}@media(max-width:480px){.pricing-toggle .toggle-label{font-size:13px}}.pricing-toggle .discount-badge{background:#dcfce7;color:#16a34a;font-size:11px;font-weight:600;padding:2px 6px;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}.pricing-toggle .toggle-switch{position:relative;width:48px;height:24px}.pricing-toggle .toggle-switch input{opacity:0;width:0;height:0}.pricing-toggle .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:24px;transition:.3s}.pricing-toggle .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.pricing-toggle .toggle-switch input:checked+.toggle-slider{background:#1a1a1a}.pricing-toggle .toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-bottom:80px;max-width:1100px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.pricing-cards{gap:24px}}@media(max-width:768px){.pricing-cards{grid-template-columns:1fr;gap:20px;margin-bottom:60px;max-width:400px}}.yearly-savings{margin:8px auto 0}.monthly-price,.yearly-price{transition:opacity .3s ease}#pricing-toggle:checked~.pricing-cards .monthly-period{display:none}#pricing-toggle:checked~.toggle-container .toggle-label:last-child,#pricing-toggle:not(:checked)~.toggle-container .toggle-label:first-child{color:#111827;font-weight:600}.billing-cycle{font-size:12px;color:#6b7280;margin:4px 0 8px;text-align:center}.monthly-billing{display:block}.yearly-billing{display:none}.yearly-savings{background:#dcfce7;color:#16a34a;font-size:12px;font-weight:600;padding:4px 12px;border-radius:16px;text-align:center;margin:0 auto;display:none;width:-moz-fit-content;width:fit-content}.monthly-price{display:inline}.yearly-price{display:none}.monthly-period{display:inline}#pricing-toggle:checked~.pricing-cards .monthly-price,.yearly-period{display:none}#pricing-toggle:checked~.pricing-cards .monthly-period,#pricing-toggle:checked~.pricing-cards .yearly-period,#pricing-toggle:checked~.pricing-cards .yearly-price{display:inline}#pricing-toggle:checked~.pricing-cards .monthly-billing{display:none}#pricing-toggle:checked~.pricing-cards .yearly-billing,#pricing-toggle:checked~.pricing-cards .yearly-savings{display:block}.pricing-toggle .toggle-label{transition:all .3s ease}.pricing-toggle input:checked+.toggle-slider~.toggle-label:first-of-type,.pricing-toggle input:not(:checked)+.toggle-slider+.toggle-label+.toggle-label{opacity:.6}.pricing-toggle .toggle-label:first-child{color:#111827;font-weight:600}.pricing-toggle input:checked~.toggle-container .toggle-label:first-child{color:#6b7280;font-weight:500}.pricing-toggle input:checked~.toggle-container .toggle-label:last-child{color:#111827;font-weight:600}.webhook-guidance{margin-top:20px;padding:20px;background:#faf9f5;border-radius:12px;border:1px solid #e5e7eb}.webhook-guidance .guidance-header h4{margin:0 0 16px;color:#1a1a1a;font-size:16px;font-weight:600}.webhook-guidance .webhook-url-section{margin-bottom:20px}.webhook-guidance .webhook-url-section label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#494949}.webhook-guidance .webhook-url-section .webhook-url-display{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:1px solid #ddd;border-radius:8px;transition:border-color .2s}.webhook-guidance .webhook-url-section .webhook-url-display:focus-within{border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(26,26,26,.1)}.webhook-guidance .webhook-url-section .webhook-url-display code{flex:1 1;font-size:12px;color:#1a1a1a;background:none;word-break:break-all;font-family:Monaco,Consolas,monospace}.webhook-guidance .webhook-url-section .webhook-url-display .copy-btn{background:hsla(0,0%,100%,.08);color:#1a1a1a;border:1px solid #000;border-radius:6px;padding:6px 8px;cursor:pointer;font-size:11px;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.webhook-guidance .webhook-url-section .webhook-url-display .copy-btn:hover{background:hsla(0,0%,100%,.18);color:#000}.webhook-guidance .example-section{margin-bottom:20px}.webhook-guidance .example-section strong{display:block;margin-bottom:8px;color:#1a1a1a;font-size:14px;font-weight:600}.webhook-guidance .example-section .code-example{background:#1a1a1a;color:#f9fafb;padding:16px;border-radius:8px;font-size:11px;line-height:1.5;overflow-x:auto;margin:0;font-family:Monaco,Consolas,monospace;border:1px solid hsla(0,0%,100%,.1)}.webhook-guidance .webhook-requirements,.webhook-guidance .webhook-tips{margin-bottom:20px}.webhook-guidance .webhook-requirements h5,.webhook-guidance .webhook-tips h5{margin:0 0 12px;font-size:14px;font-weight:600;color:#1a1a1a}.webhook-guidance .webhook-requirements ul,.webhook-guidance .webhook-tips ul{margin:0;padding-left:20px}.webhook-guidance .webhook-requirements ul li,.webhook-guidance .webhook-tips ul li{margin-bottom:6px;font-size:13px;line-height:1.5;color:#666}.webhook-guidance .webhook-requirements ul li code,.webhook-guidance .webhook-tips ul li code{background:#f8f9fa;color:#1a1a1a;padding:2px 6px;border-radius:4px;font-size:12px;font-family:Monaco,Consolas,monospace;border:1px solid #e5e7eb}.webhook-guidance .webhook-requirements ul li strong,.webhook-guidance .webhook-tips ul li strong{color:#1a1a1a}.webhook-guidance .webhook-testing{padding-top:16px;border-top:1px solid #e5e7eb}.webhook-guidance .webhook-testing h5{margin:0 0 12px;font-size:14px;font-weight:600;color:#1a1a1a}@media(max-width:768px){.webhook-guidance{padding:16px;margin-top:16px}.webhook-guidance .guidance-header h4{font-size:14px}.webhook-guidance .webhook-url-display{padding:10px 12px}.webhook-guidance .webhook-url-display code{font-size:11px}.webhook-guidance .webhook-url-display .copy-btn{padding:4px 6px;font-size:10px}.webhook-guidance .code-example{padding:12px;font-size:10px}.webhook-guidance .webhook-requirements h5,.webhook-guidance .webhook-tips h5{font-size:13px}.webhook-guidance .webhook-requirements li,.webhook-guidance .webhook-tips li{font-size:12px}}@media(max-width:480px){.webhook-guidance{padding:12px;border-radius:8px}.webhook-guidance .guidance-header h4{font-size:13px;margin-bottom:12px}.webhook-guidance .example-section{margin-bottom:16px}.webhook-guidance .example-section strong{font-size:13px}.webhook-guidance .webhook-url-display{flex-direction:column;align-items:stretch;gap:8px}.webhook-guidance .webhook-url-display .copy-btn{align-self:flex-end;padding:6px 8px}}.footer{background:#1a1a1a;color:#f9fafb;margin-top:auto}.footer .footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer-main{display:grid;grid-template-columns:3fr repeat(2,1fr);grid-gap:48px;gap:48px;padding:60px 0 40px}@media(max-width:1024px){.footer-main{grid-template-columns:2fr repeat(2,1fr);gap:40px;padding:50px 0 35px}}@media(max-width:768px){.footer-main{grid-template-columns:1fr 1fr;gap:32px;padding:40px 0 30px}}@media(max-width:480px){.footer-main{grid-template-columns:1fr;gap:32px;padding:40px 0 30px;text-align:center}}.footer-section h4{font-size:1rem;font-weight:600;color:#fff;margin:0 0 16px}@media(max-width:480px){.footer-section h4{margin-bottom:12px}}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}@media(max-width:480px){.footer-section ul{gap:6px}}.footer-section li a{color:#d1d5db;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-section li a:hover{color:#fff}@media(max-width:480px){.footer-section li a{font-size:.8rem}}.footer-brand .footer-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:16px}@media(max-width:480px){.footer-brand .footer-logo{justify-content:center;font-size:1.125rem}}.footer-brand .footer-logo svg{width:28px;height:28px}@media(max-width:480px){.footer-brand .footer-logo svg{width:24px;height:24px}}.footer-brand .footer-logo:hover{color:#f3f4f6}.footer-brand .footer-description{color:#d1d5db;font-size:.875rem;line-height:1.5;margin:0 0 24px;max-width:280px}@media(max-width:480px){.footer-brand .footer-description{max-width:none;text-align:center;margin-bottom:20px;font-size:.8rem}}.footer-brand .footer-social{display:flex;gap:16px}@media(max-width:480px){.footer-brand .footer-social{justify-content:center;gap:20px}}.footer-brand .footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:8px;color:#d1d5db;transition:all .2s ease}.footer-brand .footer-social a:hover{background:hsla(0,0%,100%,.2);color:#fff;transform:translateY(-1px)}@media(max-width:480px){.footer-brand .footer-social a{width:36px;height:36px}}.footer-brand .footer-social a svg{width:20px;height:20px}@media(max-width:480px){.footer-brand .footer-social a svg{width:18px;height:18px}}.footer-bottom{border-top:1px solid #374151;padding:24px 0}@media(max-width:480px){.footer-bottom{padding:20px 0}}.footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.footer-bottom .footer-bottom-content{flex-direction:column;gap:16px;text-align:center}}.footer-bottom .footer-bottom-content .footer-copyright{color:#9ca3af;font-size:.875rem;margin:0}@media(max-width:480px){.footer-bottom .footer-bottom-content .footer-copyright{font-size:.8rem}}.footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;align-items:center;gap:16px;font-size:.875rem}@media(max-width:480px){.footer-bottom .footer-bottom-content .footer-bottom-links{gap:12px;font-size:.8rem;flex-wrap:wrap;justify-content:center}}.footer-bottom .footer-bottom-content .footer-bottom-links a,.footer-bottom .footer-bottom-content .footer-bottom-links button{color:#9ca3af;text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit;transition:color .2s ease}.footer-bottom .footer-bottom-content .footer-bottom-links a:hover,.footer-bottom .footer-bottom-content .footer-bottom-links button:hover{color:#d1d5db}.footer-bottom .footer-bottom-content .footer-bottom-links .separator{color:#6b7280;font-size:.75rem}@media(max-width:480px){.footer-bottom .footer-bottom-content .footer-bottom-links .separator{display:none}}@media(max-width:360px){.footer-main{padding:32px 0 24px;gap:24px}.footer-section h4{font-size:.9rem}.footer-brand .footer-description,.footer-section li a{font-size:.75rem}.footer-brand .footer-social a{width:32px;height:32px}.footer-brand .footer-social a svg{width:16px;height:16px}.footer-bottom-content .footer-copyright{font-size:.75rem}.footer-bottom-content .footer-bottom-links{font-size:.75rem;gap:8px}}.footer a:focus,.footer button:focus{outline:2px solid #fff;outline-offset:2px;border-radius:4px}@media print{.footer{display:none}}@media(prefers-contrast:high){.footer{background:#000}.footer .footer-bottom-links a,.footer .footer-bottom-links button,.footer .footer-brand .footer-description,.footer .footer-copyright,.footer .footer-section li a{color:#fff}}@media(prefers-reduced-motion:reduce){.footer-social a{transition:none}.footer-social a:hover{transform:none}}.legal-page{background:#faf9f5;min-height:100vh;padding:80px 0}@media(max-width:768px){.legal-page{padding:60px 0}}.legal-content{max-width:800px;margin:0 auto;padding:0 20px}@media(max-width:768px){.legal-content{padding:0 15px}}.legal-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.legal-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.legal-header h1{font-size:2rem}}@media(max-width:480px){.legal-header h1{font-size:1.75rem}}.legal-header .legal-subtitle{font-size:1.1rem;color:#6b7280;margin:0 0 12px;line-height:1.5}@media(max-width:768px){.legal-header .legal-subtitle{font-size:1rem}}.legal-header .last-updated{font-size:.9rem;color:#9ca3af;margin:0;font-style:italic}.legal-sections{display:flex;flex-direction:column;gap:40px}@media(max-width:768px){.legal-sections{gap:32px}}.legal-section{background:#fff;padding:32px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb}@media(max-width:768px){.legal-section{padding:24px;border-radius:8px}}@media(max-width:480px){.legal-section{padding:20px}}.legal-section h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 20px;border-bottom:2px solid #f3f4f6;padding-bottom:12px}@media(max-width:768px){.legal-section h2{font-size:1.25rem;margin-bottom:16px}}.legal-section h3{font-size:1.125rem;font-weight:600;color:#374151;margin:24px 0 12px}@media(max-width:768px){.legal-section h3{font-size:1rem;margin:20px 0 10px}}.legal-section h3:first-of-type{margin-top:0}.legal-section p{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0 0 16px}@media(max-width:768px){.legal-section p{font-size:.9rem}}.legal-section p:last-child{margin-bottom:0}.legal-section p strong{color:#111827;font-weight:600}.legal-section ol,.legal-section ul{margin:0 0 16px;padding-left:24px}@media(max-width:768px){.legal-section ol,.legal-section ul{padding-left:20px}}.legal-section ol li,.legal-section ul li{font-size:.95rem;color:#4b5563;line-height:1.6;margin-bottom:8px}@media(max-width:768px){.legal-section ol li,.legal-section ul li{font-size:.9rem}}.legal-section ol li:last-child,.legal-section ul li:last-child{margin-bottom:0}.legal-section ol li strong,.legal-section ul li strong{color:#111827;font-weight:600}.legal-section ol li ol,.legal-section ol li ul,.legal-section ul li ol,.legal-section ul li ul{margin:8px 0 0;padding-left:20px}.legal-section ol li{margin-bottom:12px}.legal-section ol li:last-child{margin-bottom:0}.contact-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-top:16px}@media(max-width:768px){.contact-info{padding:16px}}.contact-info p{margin:0 0 8px;font-size:.9rem}.contact-info p:last-child{margin-bottom:0}.contact-info p strong{color:#111827;display:inline-block;min-width:120px}@media(max-width:480px){.contact-info p strong{display:block;min-width:auto;margin-bottom:4px}}@media(max-width:640px){.legal-content{max-width:none;margin:0;padding:0 10px}.legal-section{margin:0 -10px;border-radius:0;border-left:none;border-right:none}}@media print{.legal-page{background:#fff;padding:20px 0}.legal-section{background:#fff;box-shadow:none;border:1px solid #ccc;page-break-inside:avoid;margin-bottom:20px}.legal-header{page-break-after:avoid}}@media(prefers-contrast:high){.legal-section{border:2px solid #000}.legal-section h2,.legal-section h3,.legal-section li,.legal-section p{color:#000}}@media(prefers-color-scheme:dark){.legal-page{background:#111827}.legal-section{background:#1f2937;border-color:#374151;color:#f9fafb}.legal-section h2,.legal-section h3{color:#f9fafb}.legal-section li,.legal-section p{color:#d1d5db}.legal-section strong{color:#f9fafb}.contact-info{background:#374151;border-color:#4b5563}.contact-info p strong{color:#f9fafb}}.contact-page-hero{max-width:1000px;margin:0 auto;padding:60px 20px;text-align:center}@media(max-width:768px){.contact-page-hero{padding:50px 15px}}@media(max-width:480px){.contact-page-hero{padding:40px 15px}}.contact-page-hero-content{max-width:600px;margin:0 auto}.contact-page-hero-content .contact-page-hero-title{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.contact-page-hero-content .contact-page-hero-title{font-size:2rem}}@media(max-width:480px){.contact-page-hero-content .contact-page-hero-title{font-size:1.75rem}}.contact-page-hero-content .contact-page-hero-description{font-size:1.1rem;color:#666;line-height:1.6;margin:0}@media(max-width:768px){.contact-page-hero-content .contact-page-hero-description{font-size:1rem}}@media(max-width:480px){.contact-page-hero-content .contact-page-hero-description{font-size:.95rem}}.contact-page-section{background:#fff;padding:80px 0}@media(max-width:768px){.contact-page-section{padding:60px 0}}@media(max-width:480px){.contact-page-section{padding:50px 0}}.contact-page-content{max-width:1100px;margin:0 auto;padding:0 20px}@media(max-width:768px){.contact-page-content{padding:0 15px}}.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:flex-start}@media(max-width:1024px){.contact-page-grid{gap:60px}}@media(max-width:768px){.contact-page-grid{grid-template-columns:1fr;gap:60px}}@media(max-width:480px){.contact-page-grid{gap:50px}}.contact-page-form-section .contact-page-section-header,.contact-page-methods-section .contact-page-section-header{margin-bottom:32px}.contact-page-form-section .contact-page-section-header h2,.contact-page-form-section .contact-page-section-header h3,.contact-page-methods-section .contact-page-section-header h2,.contact-page-methods-section .contact-page-section-header h3{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 8px}@media(max-width:480px){.contact-page-form-section .contact-page-section-header h2,.contact-page-form-section .contact-page-section-header h3,.contact-page-methods-section .contact-page-section-header h2,.contact-page-methods-section .contact-page-section-header h3{font-size:1.25rem}}.contact-page-form-section .contact-page-section-header h3,.contact-page-methods-section .contact-page-section-header h3{font-size:1.25rem}@media(max-width:480px){.contact-page-form-section .contact-page-section-header h3,.contact-page-methods-section .contact-page-section-header h3{font-size:1.125rem}}.contact-page-form-section .contact-page-section-header p,.contact-page-methods-section .contact-page-section-header p{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0}@media(max-width:480px){.contact-page-form-section .contact-page-section-header p,.contact-page-methods-section .contact-page-section-header p{font-size:.9rem}}@media(max-width:768px){.contact-page-form-section .contact-page-section-header,.contact-page-methods-section .contact-page-section-header{margin-bottom:24px}}.contact-page-form{display:flex;flex-direction:column;gap:24px}.contact-page-form .contact-page-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:480px){.contact-page-form .contact-page-form-row{grid-template-columns:1fr;gap:20px}}.contact-page-form .contact-page-form-group{display:flex;flex-direction:column;gap:6px}.contact-page-form .contact-page-form-group label{font-size:14px;font-weight:500;color:#374151}.contact-page-form .contact-page-form-input,.contact-page-form .contact-page-form-textarea{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;color:#1f2937;transition:border-color .2s ease,box-shadow .2s ease}.contact-page-form .contact-page-form-input:focus,.contact-page-form .contact-page-form-textarea:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.1)}.contact-page-form .contact-page-form-input::placeholder,.contact-page-form .contact-page-form-textarea::placeholder{color:#9ca3af}.contact-page-form .contact-page-form-input:disabled,.contact-page-form .contact-page-form-textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}@media(max-width:480px){.contact-page-form .contact-page-form-input,.contact-page-form .contact-page-form-textarea{font-size:16px}}.contact-page-form .contact-page-form-textarea{resize:vertical;line-height:1.5;min-height:120px}.contact-page-form .contact-page-submit-btn{align-self:flex-start;padding:12px 24px;font-size:1rem;min-width:160px}@media(max-width:480px){.contact-page-form .contact-page-submit-btn{width:100%;justify-content:center}}.contact-page-onboarding-section{background:#faf9f5;border-radius:12px;padding:32px;margin-bottom:40px;border:1px solid #e5e7eb}@media(max-width:768px){.contact-page-onboarding-section{padding:24px;margin-bottom:32px}}@media(max-width:480px){.contact-page-onboarding-section{padding:20px;border-radius:8px}}.contact-page-onboarding-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.contact-page-onboarding-benefits .contact-page-benefit-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.contact-page-onboarding-benefits .contact-page-benefit-item .contact-page-benefit-icon{color:#16a34a;flex-shrink:0}@media(max-width:480px){.contact-page-onboarding-benefits .contact-page-benefit-item{font-size:13px}}.contact-page-calendly-section{margin:24px 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:768px){.contact-page-calendly-section{margin:20px 0}}.contact-page-call-note{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;background:#fff;padding:12px 16px;border-radius:6px;border:1px solid #e5e7eb}.contact-page-call-note svg{color:#9ca3af;flex-shrink:0}@media(max-width:480px){.contact-page-call-note{font-size:12px;padding:10px 12px}}.contact-page-methods{margin-bottom:32px}@media(max-width:768px){.contact-page-methods{margin-bottom:24px}}.contact-page-method{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-bottom:1px solid #f3f4f6}.contact-page-method:first-child{padding-top:0}.contact-page-method:last-child{border-bottom:none;padding-bottom:0}@media(max-width:480px){.contact-page-method{padding:16px 0;gap:12px}}.contact-page-method .contact-page-method-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f9fafb;border-radius:8px;color:#6b7280;flex-shrink:0}@media(max-width:480px){.contact-page-method .contact-page-method-icon{width:40px;height:40px}}.contact-page-method .contact-page-method-info{flex:1 1}.contact-page-method .contact-page-method-info h4{font-size:1rem;font-weight:600;color:#111827;margin:0 0 4px}@media(max-width:480px){.contact-page-method .contact-page-method-info h4{font-size:.95rem}}.contact-page-method .contact-page-method-info p{font-size:14px;color:#6b7280;margin:0 0 6px}@media(max-width:480px){.contact-page-method .contact-page-method-info p{font-size:13px}}.contact-page-method .contact-page-method-info .contact-page-method-link{color:#1a1a1a;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s ease}.contact-page-method .contact-page-method-info .contact-page-method-link:hover{color:#000;text-decoration:underline}@media(max-width:480px){.contact-page-method .contact-page-method-info .contact-page-method-link{font-size:13px}}.contact-page-response-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:16px}@media(max-width:480px){.contact-page-response-info{padding:12px}}.contact-page-response-info .contact-page-response-item{font-size:13px;color:#0c4a6e;margin-bottom:8px}.contact-page-response-info .contact-page-response-item:last-child{margin-bottom:0}.contact-page-response-info .contact-page-response-item strong{font-weight:600}@media(max-width:480px){.contact-page-response-info .contact-page-response-item{font-size:12px}}.contact-page-faq-section{background:#f9fafb;padding:80px 0}@media(max-width:768px){.contact-page-faq-section{padding:60px 0}}@media(max-width:480px){.contact-page-faq-section{padding:50px 0}}.contact-page-faq-content{max-width:1000px;margin:0 auto;padding:0 20px}@media(max-width:768px){.contact-page-faq-content{padding:0 15px}}.contact-page-faq-content .contact-page-faq-header{text-align:center;margin-bottom:50px}@media(max-width:768px){.contact-page-faq-content .contact-page-faq-header{margin-bottom:40px}}.contact-page-faq-content .contact-page-faq-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.contact-page-faq-content .contact-page-faq-header h2{font-size:1.75rem}}@media(max-width:480px){.contact-page-faq-content .contact-page-faq-header h2{font-size:1.5rem}}.contact-page-faq-content .contact-page-faq-header p{font-size:1rem;color:#6b7280;margin:0}@media(max-width:480px){.contact-page-faq-content .contact-page-faq-header p{font-size:.95rem}}.contact-page-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}@media(max-width:768px){.contact-page-faq-grid{grid-template-columns:1fr;gap:24px}}.contact-page-faq-item{background:#fff;padding:24px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media(max-width:480px){.contact-page-faq-item{padding:20px;border-radius:8px}}.contact-page-faq-item h4{font-size:1rem;font-weight:600;color:#111827;margin:0 0 12px}@media(max-width:480px){.contact-page-faq-item h4{font-size:.95rem;margin-bottom:10px}}.contact-page-faq-item p{font-size:.9rem;color:#6b7280;line-height:1.5;margin:0}@media(max-width:480px){.contact-page-faq-item p{font-size:.85rem}}@media(max-width:768px){.contact-page-grid .contact-page-methods-section{order:-1}}.contact-page-submit-btn.button--loading{position:relative;color:rgba(0,0,0,0)}.contact-page-submit-btn.button--loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite;color:#fff}.contact-page-form-input:focus,.contact-page-form-textarea:focus{border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.1)}@media(prefers-contrast:high){.contact-page-faq-item,.contact-page-form-input,.contact-page-form-textarea{border-color:#000}}.integrations-hero{max-width:1100px;margin:0 auto;padding:80px 20px;text-align:center}@media(max-width:768px){.integrations-hero{padding:60px 15px}}.integrations-hero .integrations-hero-content{max-width:700px;margin:0 auto}.integrations-hero .integrations-hero-content h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.integrations-hero .integrations-hero-content h1{font-size:2rem}}@media(max-width:480px){.integrations-hero .integrations-hero-content h1{font-size:1.75rem}}.integrations-hero .integrations-hero-content p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:0 0 32px}@media(max-width:768px){.integrations-hero .integrations-hero-content p{font-size:1rem}}.integrations-hero .integrations-hero-content .hero-stats{display:flex;justify-content:center;gap:48px;margin:32px 0 40px}@media(max-width:768px){.integrations-hero .integrations-hero-content .hero-stats{gap:32px}}@media(max-width:480px){.integrations-hero .integrations-hero-content .hero-stats{flex-direction:column;gap:24px}}.integrations-hero .integrations-hero-content .hero-stats .stat-item{text-align:center}.integrations-hero .integrations-hero-content .hero-stats .stat-item .stat-number{display:block;font-size:2rem;font-weight:700;color:#111827}@media(max-width:768px){.integrations-hero .integrations-hero-content .hero-stats .stat-item .stat-number{font-size:1.75rem}}.integrations-hero .integrations-hero-content .hero-stats .stat-item .stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.integrations-filters-section{background:#fff;border-bottom:1px solid #f3f4f6}.integrations-filters-section .integrations-content{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.integrations-filters-section .integrations-content{padding:0 15px}}.integrations-filters-section .filters-header{text-align:center;padding:40px 0 32px}.integrations-filters-section .filters-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 8px}@media(max-width:768px){.integrations-filters-section .filters-header h2{font-size:1.75rem}}.integrations-filters-section .filters-header p{font-size:1rem;color:#6b7280;margin:0}.integrations-filters-section .category-filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding-bottom:32px}@media(max-width:768px){.integrations-filters-section .category-filters{gap:6px}}.integrations-filters-section .category-filters .category-filter{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.integrations-filters-section .category-filters .category-filter:hover{border-color:#d1d5db;background:#f9fafb}.integrations-filters-section .category-filters .category-filter.active{background:#111827;border-color:#111827;color:#fff}.integrations-filters-section .category-filters .category-filter .category-count{background:hsla(0,0%,100%,.2);color:inherit;padding:2px 6px;border-radius:10px;font-size:.75rem;font-weight:600}.integrations-filters-section .category-filters .category-filter:not(.active) .category-count{background:#f3f4f6;color:#6b7280}@media(max-width:480px){.integrations-filters-section .category-filters .category-filter{padding:6px 12px;font-size:.8rem}}.integrations-grid-section{padding:60px 0;max-width:1100px;margin:0 auto}@media(max-width:768px){.integrations-grid-section{padding:40px 0}}.integrations-grid-section .integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}@media(max-width:768px){.integrations-grid-section .integrations-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}}@media(max-width:480px){.integrations-grid-section .integrations-grid{grid-template-columns:1fr;gap:16px}}.integration-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .2s ease;display:flex;flex-direction:column;height:100%}.integration-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.integration-card.coming-soon{background:#fafafa;opacity:.9}.integration-card.coming-soon:hover{transform:none;box-shadow:0 1px 3px rgba(0,0,0,.1)}.integration-card .integration-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.integration-card .integration-header .integration-icon{width:48px;height:48px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.integration-card .integration-header .integration-icon img{width:28px;height:28px;object-fit:contain}.integration-card .integration-header .integration-icon .icon-fallback{font-size:24px}.integration-card .integration-header .integration-status-badge .status-available{display:flex;align-items:center;gap:4px;background:#dcfce7;color:#16a34a;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.integration-card .integration-header .integration-status-badge .status-coming-soon{display:flex;align-items:center;gap:4px;background:#fef3c7;color:#d97706;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.integration-card .integration-content{flex:1 1}.integration-card .integration-content h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 8px}.integration-card .integration-content p{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0 0 16px}.integration-card .integration-content .integration-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.integration-card .integration-content .integration-features .feature-tag{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.integration-card .integration-content .integration-features .feature-tag.more{background:#e5e7eb;font-weight:600}.integration-card .integration-content .integration-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media(max-width:480px){.integration-card .integration-content .integration-meta{flex-direction:column;align-items:flex-start;gap:8px}}.integration-card .integration-content .integration-meta .meta-item{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#6b7280}.integration-card .integration-content .integration-meta .meta-item svg{color:#9ca3af}.integration-card .integration-content .integration-meta .popularity-indicator{display:flex;align-items:center;gap:6px}.integration-card .integration-content .integration-meta .popularity-indicator .popularity-dots{display:flex;gap:2px}.integration-card .integration-content .integration-meta .popularity-indicator .popularity-dots .dot{width:4px;height:4px;border-radius:50%;background:#d1d5db}.integration-card .integration-content .integration-meta .popularity-indicator.high .dot{background:#16a34a}.integration-card .integration-content .integration-meta .popularity-indicator.medium .dot:nth-child(-n+2){background:#f59e0b}.integration-card .integration-content .integration-meta .popularity-indicator.low .dot:first-child{background:#ef4444}.integration-card .integration-actions{margin-top:auto}.integration-card .integration-actions .actions-available{display:flex;gap:8px}@media(max-width:480px){.integration-card .integration-actions .actions-available{flex-direction:column}}.integration-card .integration-actions .actions-available .button{flex:1 1;justify-content:center;font-size:.875rem;padding:10px 16px}@media(max-width:480px){.integration-card .integration-actions .actions-available .button{width:100%}}.integration-card .integration-actions .actions-coming-soon .button{width:100%;justify-content:center;font-size:.875rem;padding:10px 16px}.custom-integration-section{max-width:1100px;margin:0 auto;background:#fff;padding:80px 0}@media(max-width:768px){.custom-integration-section{padding:60px 0}}.custom-integration-section .custom-integration-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:16px;padding:40px;display:grid;grid-template-columns:2fr 1fr;grid-gap:40px;gap:40px;align-items:center}@media(max-width:768px){.custom-integration-section .custom-integration-card{grid-template-columns:1fr;gap:32px;padding:32px 24px;text-align:center}}.custom-integration-section .custom-integration-card .custom-integration-content h3{font-size:1.5rem;font-weight:700;color:#0c4a6e;margin:0 0 12px}.custom-integration-section .custom-integration-card .custom-integration-content p{font-size:1rem;color:#075985;line-height:1.6;margin:0 0 24px}.custom-integration-section .custom-integration-card .custom-integration-content .custom-integration-actions{display:flex;gap:16px}@media(max-width:768px){.custom-integration-section .custom-integration-card .custom-integration-content .custom-integration-actions{justify-content:center;flex-wrap:wrap}}@media(max-width:480px){.custom-integration-section .custom-integration-card .custom-integration-content .custom-integration-actions{flex-direction:column}}.custom-integration-section .custom-integration-card .custom-integration-visual{display:flex;justify-content:center}.custom-integration-section .custom-integration-card .custom-integration-visual .integration-boxes{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.custom-integration-section .custom-integration-card .custom-integration-visual .integration-boxes .integration-box{width:60px;height:60px;background:#fff;border:2px solid #bae6fd;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 12px rgba(59,130,246,.1)}@media(max-width:768px){.custom-integration-section .custom-integration-card .custom-integration-visual .integration-boxes .integration-box{width:50px;height:50px;font-size:20px}}.pricing-hero .pricing-hero-content p{margin:0 0 40px}@media(max-width:768px){.pricing-hero .pricing-hero-content p{font-size:1rem;margin-bottom:32px}}.pricing-hero .billing-toggle{display:flex;justify-content:center}.pricing-hero .billing-toggle .toggle-container{display:flex;align-items:center;gap:16px;padding:8px 16px;background:#fff;border-radius:50px;border:1px solid #e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.05)}@media(max-width:480px){.pricing-hero .billing-toggle .toggle-container{gap:12px;padding:6px 12px}}.pricing-hero .billing-toggle .toggle-label{font-size:14px;font-weight:500;color:#6b7280;display:flex;align-items:center;gap:6px;transition:color .3s ease;cursor:pointer}.pricing-hero .billing-toggle .toggle-label.active{color:#111827;font-weight:600}@media(max-width:480px){.pricing-hero .billing-toggle .toggle-label{font-size:13px}}.pricing-hero .billing-toggle .discount-badge{background:#dcfce7;color:#16a34a;font-size:11px;font-weight:600;padding:2px 6px;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}.pricing-hero .billing-toggle .toggle-switch{position:relative;width:48px;height:24px}.pricing-hero .billing-toggle .toggle-switch input{opacity:0;width:0;height:0}.pricing-hero .billing-toggle .toggle-switch .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:24px;transition:.3s}.pricing-hero .billing-toggle .toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.pricing-hero .billing-toggle .toggle-switch input:checked+.toggle-slider{background:#111827}.pricing-hero .billing-toggle .toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.pricing-cards-section{background:#fff;padding:60px 0}@media(max-width:768px){.pricing-cards-section{padding:40px 0}}.pricing-cards-section .pricing-content{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.pricing-cards-section .pricing-content{padding:0 15px}}.pricing-cards-section .pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;margin-bottom:40px}@media(max-width:1200px){.pricing-cards-section .pricing-cards{max-width:900px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.pricing-cards-section .pricing-cards{grid-template-columns:1fr;gap:24px;max-width:400px}}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:32px;position:relative;transition:all .2s ease;display:flex;flex-direction:column;height:100%}.pricing-card:hover{border-color:#d1d5db;box-shadow:0 8px 32px rgba(0,0,0,.1);transform:translateY(-4px)}.pricing-card.featured{border-color:#111827;box-shadow:0 8px 32px rgba(0,0,0,.1);transform:scale(1.02)}@media(max-width:768px){.pricing-card.featured{transform:none}}.pricing-card.featured:hover{transform:scale(1.02) translateY(-4px)}@media(max-width:768px){.pricing-card.featured:hover{transform:translateY(-4px)}.pricing-card{padding:28px}}@media(max-width:480px){.pricing-card{padding:24px}}.pricing-card .popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(145deg,#111827,#374151);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid hsla(0,0%,100%,.2)}.pricing-card .card-header{text-align:center;margin-bottom:32px}@media(max-width:480px){.pricing-card .card-header{margin-bottom:28px}}.pricing-card .card-header h3{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:480px){.pricing-card .card-header h3{font-size:1.25rem;margin-bottom:12px}}.pricing-card .card-header .price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:12px}.pricing-card .card-header .price .currency{font-size:1.5rem;font-weight:600;color:#6b7280}@media(max-width:480px){.pricing-card .card-header .price .currency{font-size:1.25rem}}.pricing-card .card-header .price .amount{font-size:3rem;font-weight:700;color:#111827;line-height:1}@media(max-width:480px){.pricing-card .card-header .price .amount{font-size:2.5rem}}.pricing-card .card-header .price .period{font-size:1rem;color:#6b7280}@media(max-width:480px){.pricing-card .card-header .price .period{font-size:.9rem}}.pricing-card .card-header .billing-info{margin-bottom:12px}.pricing-card .card-header .billing-info .monthly-billing,.pricing-card .card-header .billing-info .yearly-billing{font-size:.875rem;color:#6b7280}.pricing-card .card-header .billing-info .yearly-savings{background:#dcfce7;color:#16a34a;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:16px;margin-top:4px;display:inline-block}.pricing-card .card-header .plan-description{font-size:.95rem;color:#6b7280;margin:0;line-height:1.4}@media(max-width:480px){.pricing-card .card-header .plan-description{font-size:.9rem}}.pricing-card .card-features{flex:1 1;margin-bottom:32px}@media(max-width:480px){.pricing-card .card-features{margin-bottom:28px}}.pricing-card .card-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}@media(max-width:480px){.pricing-card .card-features ul{gap:10px}}.pricing-card .card-features li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#374151}@media(max-width:480px){.pricing-card .card-features li{font-size:.9rem;gap:10px}}.pricing-card .card-features li.feature-unavailable{opacity:.5}.pricing-card .card-features .feature-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-top:2px}.pricing-card .card-features .feature-icon .feature-available{color:#16a34a}.pricing-card .card-features .feature-icon .feature-unavailable{color:#ef4444}@media(max-width:480px){.pricing-card .card-features .feature-icon{width:18px;height:18px}}.pricing-card .card-footer{text-align:center;margin-top:auto}.pricing-card .card-footer .pricing-button{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;margin-bottom:12px}@media(max-width:480px){.pricing-card .card-footer .pricing-button{padding:12px 20px;font-size:.95rem}}.pricing-card .card-footer .trial-info{font-size:.85rem;color:#6b7280;margin:0}@media(max-width:480px){.pricing-card .card-footer .trial-info{font-size:.8rem}}.features-comparison-section{background:#f9fafb;padding:80px 0}@media(max-width:768px){.features-comparison-section{padding:60px 0}}.features-comparison-section .comparison-header{text-align:center;margin-bottom:48px}.features-comparison-section .comparison-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 8px}.features-comparison-section .comparison-header p{font-size:1rem;color:#6b7280;margin:0}.features-comparison-section .comparison-table-container{overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.features-comparison-section .comparison-table{width:100%;border-collapse:collapse;min-width:600px}.features-comparison-section .comparison-table td,.features-comparison-section .comparison-table th{padding:16px;text-align:left;border-bottom:1px solid #f3f4f6}@media(max-width:768px){.features-comparison-section .comparison-table td,.features-comparison-section .comparison-table th{padding:12px}}.features-comparison-section .comparison-table th{background:#f9fafb;font-weight:600;color:#111827;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em;border-bottom:2px solid #e5e7eb}.features-comparison-section .comparison-table th.featured-column{background:#111827;color:#fff}.features-comparison-section .comparison-table td.featured-column{background:#fafafa}.features-comparison-section .comparison-table td.feature-name{font-weight:500;color:#374151;min-width:200px}.features-comparison-section .comparison-table .feature-check{color:#16a34a}.features-comparison-section .comparison-table .feature-cross{color:#ef4444}.features-comparison-section .comparison-table .feature-value{color:#6b7280;font-size:.875rem}.pricing-faq-section{background:#fff;padding:80px 0}@media(max-width:768px){.pricing-faq-section{padding:60px 0}}.pricing-faq-section .faq-header{text-align:center;margin-bottom:48px}.pricing-faq-section .faq-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 8px}.pricing-faq-section .faq-header p{font-size:1rem;color:#6b7280;margin:0}.pricing-faq-section .faq-list{max-width:800px;margin:0 auto}.pricing-faq-section .faq-item{border-bottom:1px solid #f3f4f6}.pricing-faq-section .faq-item:last-child{border-bottom:none}.pricing-faq-section .faq-item .faq-question{width:100%;padding:20px 0;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.pricing-faq-section .faq-item .faq-question:hover{color:#374151}@media(max-width:768px){.pricing-faq-section .faq-item .faq-question{font-size:1rem;padding:16px 0}}.pricing-faq-section .faq-item .faq-question .faq-icon{flex-shrink:0;transition:transform .2s ease;color:#9ca3af}.pricing-faq-section .faq-item .faq-question .faq-icon.open{transform:rotate(45deg);color:#6b7280}.pricing-faq-section .faq-item .faq-answer{padding-bottom:20px;animation:fadeIn .3s ease-in-out}@media(max-width:768px){.pricing-faq-section .faq-item .faq-answer{padding-bottom:16px}}.pricing-faq-section .faq-item .faq-answer p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.pricing-faq-section .faq-item .faq-answer p{font-size:.95rem}}.trust-section{background:#f9fafb}.pricing-cta-section{background:#fff;padding:80px 0}@media(max-width:768px){.pricing-cta-section{padding:60px 0}}.pricing-cta-section .final-cta{text-align:center;max-width:600px;margin:0 auto}.pricing-cta-section .final-cta h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 12px}@media(max-width:768px){.pricing-cta-section .final-cta h2{font-size:1.75rem}}.pricing-cta-section .final-cta p{font-size:1.1rem;color:#6b7280;margin:0 0 32px;line-height:1.6}@media(max-width:768px){.pricing-cta-section .final-cta p{font-size:1rem;margin-bottom:28px}}.pricing-cta-section .final-cta .cta-actions{display:flex;gap:16px;justify-content:center;margin-bottom:16px}@media(max-width:768px){.pricing-cta-section .final-cta .cta-actions{gap:12px}}@media(max-width:480px){.pricing-cta-section .final-cta .cta-actions{flex-direction:column;align-items:center}.pricing-cta-section .final-cta .cta-actions .button{width:100%;max-width:280px}}.pricing-cta-section .final-cta .cta-subtext{font-size:.875rem;color:#9ca3af;margin:0}@media(max-width:768px){.pricing-cta-section .final-cta .cta-subtext{font-size:.8rem}}@media(max-width:1024px){.integrations-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:640px){.integrations-grid,.pricing-cards{grid-template-columns:1fr}.comparison-table-container{border-radius:8px}.comparison-table td,.comparison-table th{padding:8px;font-size:.875rem}}@media print{.custom-integration-section,.integrations-hero,.pricing-cta-section,.pricing-hero{page-break-inside:avoid;break-inside:avoid}}@media(prefers-contrast:high){.integration-card,.pricing-card{border-width:3px}.feature-tag,.status-available,.status-coming-soon{border:1px solid}}@media(prefers-reduced-motion:reduce){.faq-icon,.integration-card,.pricing-card{transition:none}.integration-card:hover,.pricing-card:hover{transform:none}.faq-answer{animation:none}}.pricing-hero{max-width:1100px;margin:0 auto;padding:80px 20px 60px;text-align:center}@media(max-width:768px){.pricing-hero{padding:60px 15px 40px}}.pricing-hero .pricing-hero-content{max-width:700px;margin:0 auto}.pricing-hero .pricing-hero-content h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 16px}@media(max-width:768px){.pricing-hero .pricing-hero-content h1{font-size:2rem}}@media(max-width:480px){.pricing-hero .pricing-hero-content h1{font-size:1.75rem}}.pricing-hero .pricing-hero-content p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.pricing-hero .pricing-hero-content p{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.extended-faq-section{background:#f9fafb;padding:80px 0}@media(max-width:768px){.extended-faq-section{padding:60px 0}}.extended-faq-section .faq-header{text-align:center;margin-bottom:48px}.extended-faq-section .faq-header h2{font-size:2rem;font-weight:700;color:#111827;margin:0 0 8px}@media(max-width:768px){.extended-faq-section .faq-header h2{font-size:1.75rem}}.extended-faq-section .faq-header p{font-size:1rem;color:#6b7280;margin:0}.extended-faq-section .faq-list{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.extended-faq-section .faq-item{border-bottom:1px solid #f3f4f6}.extended-faq-section .faq-item:last-child{border-bottom:none}.extended-faq-section .faq-item .faq-question{width:100%;padding:20px 24px;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:background-color .15s ease}.extended-faq-section .faq-item .faq-question:hover{background:#f9fafb}@media(max-width:768px){.extended-faq-section .faq-item .faq-question{font-size:1rem;padding:16px 20px}}.extended-faq-section .faq-item .faq-question .faq-icon{flex-shrink:0;transition:transform .2s ease;color:#9ca3af}.extended-faq-section .faq-item .faq-question .faq-icon.open{transform:rotate(45deg);color:#6b7280}.extended-faq-section .faq-item .faq-answer{padding:0 24px 20px;animation:fadeIn .3s ease-in-out}@media(max-width:768px){.extended-faq-section .faq-item .faq-answer{padding:0 20px 16px}}.extended-faq-section .faq-item .faq-answer p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media(max-width:768px){.extended-faq-section .faq-item .faq-answer p{font-size:.95rem}}.trust-section{background:#fff;padding:60px 0}@media(max-width:768px){.trust-section{padding:40px 0}}.trust-section .trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px}@media(max-width:768px){.trust-section .trust-grid{grid-template-columns:1fr;gap:24px;text-align:center}}.trust-section .trust-item{text-align:center}.trust-section .trust-item svg{color:#6b7280;margin-bottom:16px}.trust-section .trust-item h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 8px}.trust-section .trust-item p{font-size:.95rem;color:#6b7280;line-height:1.5;margin:0}.logs-header{margin-bottom:24px}.logs-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}@media(max-width:768px){.logs-header .header-content{flex-direction:column;gap:16px}}.logs-header .header-content h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 8px}.logs-header .header-content p{color:#6b7280;font-size:.95rem;margin:0}.logs-header .header-content .header-actions{display:flex;gap:12px}@media(max-width:768px){.logs-header .header-content .header-actions{width:100%}.logs-header .header-content .header-actions .button{flex:1 1}}.logs-filters-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.logs-filters-card .filters-header{margin-bottom:16px}.logs-filters-card .filters-header .filters-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#374151}.logs-filters-card .filters-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:1024px){.logs-filters-card .filters-grid{grid-template-columns:1fr 1fr;gap:12px}}@media(max-width:768px){.logs-filters-card .filters-grid{grid-template-columns:1fr}}.logs-filters-card .filter-group{display:flex;flex-direction:column;gap:6px}.logs-filters-card .filter-group label{font-size:.875rem;font-weight:500;color:#374151}.logs-filters-card .search-input-container{position:relative}.logs-filters-card .search-input-container .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.logs-filters-card .search-input-container .search-input{padding-left:40px}.logs-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.logs-table-container .logs-table{overflow-x:auto}.logs-table-container .logs-table table{width:100%;border-collapse:collapse;font-size:.875rem}.logs-table-container .logs-table table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.logs-table-container .logs-table table thead th{padding:16px 12px;text-align:left;font-weight:600;color:#374151;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.logs-table-container .logs-table table thead th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.logs-table-container .logs-table table thead th.sortable:hover{background:#f3f4f6}.logs-table-container .logs-table table thead th.sortable.sorted-asc:after{content:"↑";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#6b7280}.logs-table-container .logs-table table thead th.sortable.sorted-desc:after{content:"↓";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#6b7280}@media(max-width:768px){.logs-table-container .logs-table table thead th{padding:12px 8px;font-size:.7rem}}.logs-table-container .logs-table table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.logs-table-container .logs-table table tbody tr:hover{background:#f9fafb}.logs-table-container .logs-table table tbody tr:last-child{border-bottom:none}.logs-table-container .logs-table table tbody tr td{padding:16px 12px;vertical-align:middle}@media(max-width:768px){.logs-table-container .logs-table table tbody tr td{padding:12px 8px}}.event-cell{display:flex;align-items:center;gap:10px;min-width:140px}.event-cell .event-badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;font-size:12px;flex-shrink:0}.event-cell .event-badge svg{font-size:18px}.event-cell .event-label{font-weight:500;color:#374151;white-space:nowrap}@media(max-width:768px){.event-cell .event-label{display:none}}.sequence-cell{min-width:120px}.sequence-cell .sequence-link{color:#3b82f6;text-decoration:none;font-weight:500}.sequence-cell .sequence-link:hover{text-decoration:underline;color:#2563eb}.message-cell{max-width:300px}.message-cell .message-text{color:#374151;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.message-cell .error-indicator{margin-top:4px}.message-cell .error-indicator .error-badge{background:#fee2e2;color:#dc2626;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:500}.location-cell{min-width:120px}.location-cell .location-info{display:flex;align-items:center;gap:6px}.location-cell .location-info .flag{font-size:16px}.location-cell .location-info .location-text{color:#374151;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.location-cell .no-location{color:#9ca3af;font-style:italic}.recipient-cell{min-width:140px}.recipient-cell .recipient-email{color:#374151;font-family:Monaco,Consolas,monospace;font-size:.8rem;background:#f3f4f6;padding:2px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;display:inline-block}.recipient-cell .no-recipient{color:#9ca3af;font-style:italic}.timestamp-cell{min-width:120px}.timestamp-cell .timestamp-text{color:#6b7280;font-size:.8rem;white-space:nowrap}.actions-cell{min-width:80px;display:flex;gap:4px}.actions-cell .action-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease}.actions-cell .action-button:hover{border-color:#d1d5db;color:#374151;background:#f9fafb}.table-loading{padding:40px 20px}.table-loading .loading-grid{display:flex;flex-direction:column;gap:12px}.table-loading .loading-row{display:grid;grid-template-columns:140px 120px 1fr 120px 140px 120px 80px;grid-gap:12px;gap:12px;padding:16px 12px}@media(max-width:768px){.table-loading .loading-row{grid-template-columns:1fr 1fr 1fr}}.table-loading .loading-cell{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid #f3f4f6;background:#fafafa}@media(max-width:768px){.table-pagination{flex-direction:column;gap:12px;text-align:center}}.table-pagination .pagination-info{font-size:.875rem;color:#6b7280}.table-pagination .pagination-controls{display:flex;align-items:center;gap:8px}.table-pagination .pagination-controls .pagination-pages{display:flex;gap:4px;margin:0 12px}.table-pagination .pagination-controls .pagination-pages .pagination-page{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .15s ease}.table-pagination .pagination-controls .pagination-pages .pagination-page:hover{border-color:#d1d5db;background:#f9fafb}.table-pagination .pagination-controls .pagination-pages .pagination-page.active{background:#111827;border-color:#111827;color:#fff}.logs-stats-cards{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.logs-stats-cards .stats-header{margin-bottom:20px}.logs-stats-cards .stats-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.logs-stats-cards .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}@media(max-width:768px){.logs-stats-cards .stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.logs-stats-cards .stats-grid .stat-card{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px}.logs-stats-cards .stats-grid .stat-card .stat-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:8px;color:#6b7280;font-size:18px}.logs-stats-cards .stats-grid .stat-card .stat-content .stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1}.logs-stats-cards .stats-grid .stat-card .stat-content .stat-label{font-size:.75rem;color:#6b7280;margin-top:2px}@media(max-width:1024px){.logs-table table{min-width:800px}}@media(max-width:768px){.logs-filters-card{padding:16px}.logs-filters-card .filters-grid{gap:12px}.logs-table-container{border-radius:8px}.logs-table-container .logs-table table{min-width:600px;font-size:.8rem}.location-cell .location-info .location-text{max-width:80px}.recipient-cell .recipient-email{max-width:100px}}.empty-state{padding:60px 20px;text-align:center}.empty-state .empty-state-icon{margin-bottom:16px;color:#9ca3af}.empty-state h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 8px}.empty-state p{color:#6b7280;font-size:.95rem;line-height:1.5;max-width:400px;margin:0 auto}.header-navigation{margin-bottom:12px}.header-navigation .button{font-size:.875rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(prefers-color-scheme:dark){.logs-table-container{background:#1f2937;border-color:#374151}.logs-table-container .logs-table table thead{background:#111827;border-color:#374151}.logs-table-container .logs-table table thead th{color:#f9fafb}.logs-table-container .logs-table table tbody tr{border-color:#374151}.logs-table-container .logs-table table tbody tr:hover{background:#374151}.logs-table-container .logs-table table tbody tr td{color:#f9fafb}.logs-filters-card{background:#1f2937;border-color:#374151}.logs-filters-card .filters-title{color:#f9fafb}.logs-filters-card label{color:#d1d5db}}.action-button:focus,.pagination-page:focus,th.sortable:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.actions-cell,.logs-filters-card,.table-pagination{display:none}.logs-table-container{box-shadow:none;border:1px solid #000}.logs-table table{font-size:.75rem}.logs-table table td,.logs-table table th{padding:8px 4px}}.template-cell{min-width:100px}.template-cell .template-id{color:#374151;font-family:Monaco,Consolas,monospace;font-size:.8rem;background:#f3f4f6;padding:2px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px;display:inline-block}.template-cell .no-template{color:#9ca3af;font-style:italic}.timing-cell{min-width:80px}.timing-cell .delay-info{color:#8b5cf6;font-weight:500;font-size:.8rem;background:#f3f4f6;padding:2px 6px;border-radius:4px}.timing-cell .immediate{color:#10b981;font-size:.8rem;font-weight:500}.error-indicator{display:flex;align-items:center;gap:4px;margin-top:4px;color:#dc2626}.error-indicator .error-badge{background:#fee2e2;color:#dc2626;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:500}.success-indicator{display:flex;align-items:center;gap:4px;margin-top:4px;color:#10b981}.success-indicator .success-badge{background:#d1fae5;color:#10b981;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:500}@media(max-width:1024px){.logs-table table{min-width:900px}}@media(max-width:768px){.header-actions{flex-direction:column;gap:8px}.header-actions .button{width:100%}.logs-stats-cards{padding:16px}.logs-stats-cards .stats-grid{grid-template-columns:1fr 1fr;gap:12px}.filters-grid{grid-template-columns:1fr;gap:12px}}.geo-details .geo-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.geo-details .geo-header .geo-flag{font-size:2rem}.geo-details .geo-header .geo-location h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 4px}.geo-details .geo-header .geo-location p{color:#6b7280;font-size:.875rem;margin:0}.geo-details .geo-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:24px}@media(max-width:480px){.geo-details .geo-grid{grid-template-columns:1fr}}.geo-details .geo-item{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#f9fafb;border-radius:8px}.geo-details .geo-item .geo-icon{color:#6b7280;margin-top:2px}.geo-details .geo-item div label{display:block;font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.geo-details .geo-item div span{font-size:.875rem;color:#111827;font-family:Monaco,Consolas,monospace}.geo-details .geo-actions{text-align:center}.geo-details .geo-actions .button{min-width:120px}.usage-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;margin-bottom:1rem}.usage-widget.usage-warning{border-left:4px solid #f59e0b;background:#fffbeb}.usage-widget.usage-danger{border-left:4px solid #ef4444;background:#fef2f2}.usage-widget.loading .usage-skeleton .skeleton-line{height:16px;margin-bottom:8px}.usage-widget.loading .usage-skeleton .skeleton-line,.usage-widget.loading .usage-skeleton .skeleton-progress-bar{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.usage-widget.loading .usage-skeleton .skeleton-progress-bar{height:8px}.usage-widget.error{display:flex;align-items:center;gap:8px;color:#ef4444;font-size:14px}.usage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.usage-header .usage-title{display:flex;align-items:center;gap:8px;font-weight:600;color:#374151;font-size:14px}.usage-header .usage-status-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500}.usage-header .usage-status-badge.warning{background:#fef3c7;color:#d97706}.usage-header .usage-status-badge.danger{background:#fee2e2;color:#dc2626}.usage-stats{margin-bottom:1rem}.usage-stats .usage-main-stat{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.usage-stats .usage-main-stat .usage-numbers{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.usage-stats .usage-main-stat .usage-numbers .usage-current{font-size:20px;font-weight:700;color:#111827}.usage-stats .usage-main-stat .usage-numbers .usage-limit,.usage-stats .usage-main-stat .usage-numbers .usage-separator{font-size:16px;color:#6b7280}.usage-stats .usage-main-stat .usage-numbers .usage-label{font-size:14px;color:#6b7280;margin-left:4px}.usage-stats .usage-main-stat .usage-percentage{font-size:14px;font-weight:500;color:#6b7280}.usage-stats .usage-progress-bar{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin-bottom:8px}.usage-stats .usage-progress-bar .usage-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .3s ease}.usage-warning .usage-stats .usage-progress-bar .usage-progress-fill{background:linear-gradient(90deg,#f59e0b,#d97706)}.usage-danger .usage-stats .usage-progress-bar .usage-progress-fill{background:linear-gradient(90deg,#ef4444,#dc2626)}.usage-stats .usage-remaining{display:flex;align-items:center;gap:6px;font-size:13px;color:#10b981}.usage-stats .usage-remaining .usage-over-limit{color:#ef4444}.usage-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px;margin-bottom:1rem;padding-top:12px;border-top:1px solid #f3f4f6}.usage-meta .usage-meta-item{display:flex;flex-direction:column;gap:2px}.usage-meta .usage-meta-item .meta-label{font-size:11px;color:#6b7280;text-transform:uppercase;font-weight:500;letter-spacing:.05em}.usage-meta .usage-meta-item .meta-value{font-size:13px;color:#374151;font-weight:500}.usage-upgrade-section{padding-top:12px;border-top:1px solid #f3f4f6}.usage-upgrade-section .upgrade-options{display:flex;flex-direction:column;gap:6px}.usage-upgrade-section .upgrade-options .upgrade-benefit{font-size:12px;color:#6b7280;text-align:center}.usage-widget-compact{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:12px}.usage-widget-compact.usage-warning{background:#fffbeb;border-color:#f59e0b}.usage-widget-compact.usage-danger{background:#fef2f2;border-color:#ef4444}.usage-widget-compact .usage-compact-info{display:flex;flex-direction:column;gap:4px;flex:1 1}.usage-widget-compact .usage-compact-info .usage-text{color:#374151;font-weight:500}.usage-widget-compact .usage-compact-info .usage-progress-mini{width:100%;height:3px;background:#f3f4f6;border-radius:2px;overflow:hidden}.usage-widget-compact .usage-compact-info .usage-progress-mini .usage-progress-fill{height:100%;background:#10b981;border-radius:2px;transition:width .3s ease}.usage-warning .usage-widget-compact .usage-compact-info .usage-progress-mini .usage-progress-fill{background:#f59e0b}.usage-danger .usage-widget-compact .usage-compact-info .usage-progress-mini .usage-progress-fill{background:#ef4444}.usage-widget-compact .upgrade-btn-mini{background:rgba(0,0,0,0);border:none;padding:4px;border-radius:4px;color:#f59e0b;cursor:pointer;transition:background-color .15s ease}.usage-widget-compact .upgrade-btn-mini:hover{background:rgba(245,158,11,.1)}@media(max-width:768px){.usage-widget{padding:.75rem}.usage-widget .usage-meta{grid-template-columns:1fr 1fr}.usage-widget .usage-main-stat{flex-direction:column;align-items:flex-start;gap:8px}.usage-widget .usage-main-stat .usage-numbers .usage-current{font-size:18px}}.usage-page-content{display:flex;flex-direction:column;gap:1.5rem;max-width:1200px}.usage-history-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.usage-history-card h3{margin:0 0 1rem;color:#374151;font-size:18px;font-weight:600}.usage-history-card .usage-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.usage-history-card .usage-stats-grid .stat-item-usage{display:flex;align-items:center;gap:12px;padding:1rem;background:#f9fafb;border-radius:8px}.usage-history-card .usage-stats-grid .stat-item-usage svg{color:#6366f1}.usage-history-card .usage-stats-grid .stat-item-usage .stat-content .stat-value{font-size:20px;font-weight:700;color:#111827;line-height:1.2}.usage-history-card .usage-stats-grid .stat-item-usage .stat-content .stat-label{font-size:14px;color:#6b7280;margin-top:2px}.upgrade-plans-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.upgrade-plans-card .upgrade-header{text-align:center;margin-bottom:2rem}.upgrade-plans-card .upgrade-header h3{margin:0 0 .5rem;color:#374151;font-size:20px;font-weight:600}.upgrade-plans-card .upgrade-header p{color:#6b7280;margin:0}.upgrade-plans-card .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.upgrade-plans-card .plans-grid .plan-card{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.upgrade-plans-card .plans-grid .plan-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.15)}.upgrade-plans-card .plans-grid .plan-card .plan-header{margin-bottom:1.5rem}.upgrade-plans-card .plans-grid .plan-card .plan-header h4{margin:0 0 .5rem;font-size:20px;font-weight:700;color:#374151}.upgrade-plans-card .plans-grid .plan-card .plan-header .plan-price{font-size:32px;font-weight:700;color:#6366f1;line-height:1}.upgrade-plans-card .plans-grid .plan-card .plan-header .plan-price span{font-size:16px;color:#6b7280;font-weight:500}.upgrade-plans-card .plans-grid .plan-card .plan-header .plan-emails{color:#6b7280;font-size:14px;margin-top:4px;font-weight:500}.upgrade-plans-card .plans-grid .plan-card .plan-features{margin-bottom:1.5rem;text-align:left}.upgrade-plans-card .plans-grid .plan-card .plan-features .plan-feature{padding:8px 0;color:#374151;font-size:14px;border-bottom:1px solid #f3f4f6}.upgrade-plans-card .plans-grid .plan-card .plan-features .plan-feature:last-child{border-bottom:none}.upgrade-plans-card .plans-grid .plan-card .plan-upgrade-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.current-plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.current-plan-card h3{margin:0 0 1rem;color:#374151;font-size:18px;font-weight:600}.current-plan-card .plan-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.current-plan-card .plan-details .plan-detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.current-plan-card .plan-details .plan-detail-item:last-child{border-bottom:none}.current-plan-card .plan-details .plan-detail-item .detail-label{font-size:14px;color:#6b7280;font-weight:500}.current-plan-card .plan-details .plan-detail-item .detail-value{font-size:14px;color:#374151;font-weight:600}.plan-free{color:#6b7280;font-weight:400}.plan-pro{color:#d97706}.plan-pro,.plan-scale{display:inline-flex;align-items:center;gap:3px;font-weight:500}.plan-scale{color:#7c3aed}@media(max-width:768px){.usage-page-content{gap:1rem}.current-plan-card,.upgrade-plans-card,.usage-history-card{padding:1rem}.plan-details,.plans-grid,.usage-stats-grid{grid-template-columns:1fr}}.upgrade-result-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.upgrade-result-page .upgrade-result-content{max-width:600px;width:100%;text-align:center}.cancelled-state,.error-state,.loading-state,.success-state{background:#fff;border-radius:16px;padding:3rem 2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #e5e7eb}@media(max-width:768px){.cancelled-state,.error-state,.loading-state,.success-state{padding:2rem 1.5rem}}.loading-state .loading-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.loading-state h2{color:#374151;margin-bottom:.5rem}.loading-state p{color:#6b7280;margin:0}.success-state .success-icon{color:#10b981;margin-bottom:1.5rem}.success-state h1{color:#111827;font-size:2rem;margin-bottom:.5rem;font-weight:700}@media(max-width:768px){.success-state h1{font-size:1.5rem}}.success-state .success-subtitle{color:#6b7280;font-size:1.125rem;margin-bottom:2rem}.cancelled-state .cancelled-icon,.cancelled-state .error-icon,.error-state .cancelled-icon,.error-state .error-icon{font-size:4rem;margin-bottom:1.5rem}.cancelled-state .error-icon,.error-state .error-icon{color:#ef4444}.cancelled-state .cancelled-icon,.error-state .cancelled-icon{color:#f59e0b}.cancelled-state h1,.cancelled-state h2,.error-state h1,.error-state h2{color:#111827;margin-bottom:.5rem}.cancelled-state .cancelled-subtitle,.error-state .cancelled-subtitle{color:#6b7280;margin-bottom:2rem}.upgrade-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0}.upgrade-details .detail-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem 1rem;text-align:center}.upgrade-details .detail-card svg{color:#6366f1;margin-bottom:.5rem}.upgrade-details .detail-card .detail-content h3{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.upgrade-details .detail-card .detail-content p{font-size:1rem;color:#111827;font-weight:600;margin:0}.cancelled-actions,.success-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}@media(max-width:480px){.cancelled-actions,.success-actions{flex-direction:column;align-items:center}}.cancelled-help,.next-steps{background:#f9fafb;border-radius:12px;padding:1.5rem;margin-top:2rem;text-align:left}.cancelled-help h3,.next-steps h3{color:#111827;font-size:1.125rem;margin-bottom:1rem;text-align:center}.cancelled-help ul,.next-steps ul{list-style:none;padding:0;margin:0}.cancelled-help ul li,.next-steps ul li{padding:.5rem 0;color:#374151;font-size:.875rem}.cancelled-help p,.next-steps p{color:#6b7280;text-align:center;margin-bottom:1rem}.billing-cycle-toggle{margin-bottom:1rem}.billing-cycle-toggle .toggle-buttons{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;width:-moz-fit-content;width:fit-content;margin:0 auto}.billing-cycle-toggle .toggle-buttons .toggle-btn{background:rgba(0,0,0,0);border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.billing-cycle-toggle .toggle-buttons .toggle-btn.active{background:#fff;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.1)}.billing-cycle-toggle .toggle-buttons .toggle-btn .discount-badge{background:#10b981;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.usage-subscription-section{padding-top:12px;border-top:1px solid #f3f4f6;margin-top:1rem}.usage-subscription-section .subscription-info{margin-bottom:12px;text-align:left}.usage-subscription-section .subscription-info .subscription-status{font-size:12px;color:#374151;margin-bottom:4px}.usage-subscription-section .subscription-info .subscription-status .status-active{color:#10b981;font-weight:600}.usage-subscription-section .subscription-info .subscription-status .status-canceled{color:#ef4444;font-weight:600}.usage-subscription-section .subscription-info .subscription-status .status-past_due{color:#f59e0b;font-weight:600}.usage-subscription-section .subscription-info .subscription-renewal{font-size:11px;color:#6b7280}@media(max-width:768px){.upgrade-result-page{padding:1rem;min-height:70vh}.upgrade-details{grid-template-columns:1fr;gap:.75rem}.billing-cycle-toggle .toggle-buttons{width:100%}.billing-cycle-toggle .toggle-buttons .toggle-btn{flex:1 1;justify-content:center}}.template-editor-redesigned{display:flex;flex-direction:column;height:100%;background:#fafafa}.template-editor-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5;background:#fff;flex-shrink:0}.template-editor-header .header-info h2{font-size:18px;font-weight:600;color:#171717;margin:0 0 4px}.template-editor-header .header-info p{font-size:13px;color:#737373;margin:0}.template-editor-header .header-actions{display:flex;gap:12px;align-items:center}.template-editor-header .header-actions .button--secondary.active{background:#f0f9ff;border-color:#0ea5e9;color:#0369a1}@media(max-width:768px){.template-editor-header{flex-direction:column;gap:16px;align-items:stretch}.template-editor-header .header-actions{justify-content:stretch}.template-editor-header .header-actions .button{flex:1 1}}.preview-settings-expanded{background:#fff;border-bottom:1px solid #e5e5e5;padding:20px;animation:slideDown .2s ease-out}.preview-settings-expanded .preview-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.preview-settings-expanded .preview-settings-header h3{font-size:14px;font-weight:600;color:#171717;margin:0}.preview-settings-expanded .preview-settings-header .settings-close{background:none;border:none;color:#737373;cursor:pointer;padding:4px;border-radius:4px}.preview-settings-expanded .preview-settings-header .settings-close:hover{background:#f5f5f5;color:#171717}.preview-settings-expanded .preview-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px}@media(max-width:768px){.preview-settings-expanded .preview-settings-grid{grid-template-columns:1fr;gap:12px}}.preview-settings-expanded .preview-data-field label{display:block;font-size:12px;font-weight:500;color:#374151;margin-bottom:4px}.preview-settings-expanded .preview-data-field .form-input{font-size:13px;padding:8px 12px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.template-editor-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:0;gap:0;flex:1 1;overflow:hidden}@media(max-width:1200px){.template-editor-grid{grid-template-columns:260px 1fr}}@media(max-width:1024px){.template-editor-grid{grid-template-columns:240px 1fr}}@media(max-width:768px){.template-editor-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.editor-sidebar{background:#fff;border-right:1px solid #e5e5e5;overflow-y:auto;padding:0}@media(max-width:768px){.editor-sidebar{border-right:none;border-bottom:1px solid #e5e5e5;max-height:none;overflow-y:visible}}.editor-main{background:#fafafa;overflow:hidden}.editor-section{overflow-y:scroll!important;height:100%}.editor-section .section-header{display:flex;align-items:center;gap:8px;padding:16px 20px;border-bottom:1px solid #f5f5f5;background:#fafafa;flex-shrink:0}.editor-section .section-header h3{font-size:14px;font-weight:600;color:#171717;margin:0;flex:1 1}.editor-section .section-header .editor-toolbar{display:flex;align-items:center;gap:8px;margin-left:auto}.editor-section .section-header .editor-toolbar .char-count{font-size:12px;color:#737373}.editor-section .section-header .preview-loading-icon{color:#0ea5e9;animation:spin 1s linear infinite;margin-left:4px}@media(max-width:768px){.editor-section .section-header{padding:12px 16px}}.editor-section .section-content{padding:20px}@media(max-width:768px){.editor-section .section-content{padding:16px}}.editor-section .section-content.preview-content{padding:0}.view-mode-toggle{display:flex;background:#f1f5f9;border-radius:8px;padding:2px;gap:2px;margin-right:auto}.view-mode-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;background:rgba(0,0,0,0);color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.view-mode-btn:hover{color:#334155;background:hsla(0,0%,100%,.5)}.view-mode-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px rgba(0,0,0,.05)}@media(max-width:768px){.view-mode-btn{padding:6px 10px;font-size:12px;gap:4px}}.editor-sidebar .form-group{margin-bottom:16px}.editor-sidebar .form-group:last-child{margin-bottom:0}.editor-sidebar .form-group label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.editor-sidebar .form-input,.editor-sidebar .form-select{width:100%;padding:8px 12px;border:1px solid #e5e5e5;border-radius:8px;font-size:13px;color:#171717;background:#fff}.editor-sidebar .form-input:focus,.editor-sidebar .form-select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e9}.variables-help{margin-bottom:12px}.variables-help p{font-size:12px;color:#737373;margin:0}.variables-list{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.variable-button{display:flex;align-items:center;gap:6px;width:100%;padding:8px 10px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#495057;font-size:12px;cursor:pointer;transition:all .15s ease;text-align:left}.variable-button:hover{background:#e9ecef;border-color:#0ea5e9;color:#0369a1}.variable-button:active{transform:translateY(1px)}.current-variables-info h4{font-size:12px;font-weight:600;color:#374151;margin:0 0 8px}.current-variables{display:flex;flex-wrap:wrap;gap:4px}.current-variable{display:inline-block;background:#dbeafe;color:#1e40af;padding:2px 6px;border-radius:4px;font-size:11px;font-family:Courier New,monospace}.no-variables{font-size:11px;color:#9ca3af;font-style:italic}.template-stats{display:flex;flex-direction:column;gap:8px}.stat-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.stat-row .stat-label{color:#6b7280}.stat-row .stat-value{color:#111827;font-weight:500;font-family:Courier New,monospace}.html-editor-textarea{width:100%;height:100%;border:1px solid #e5e5e5;border-radius:8px;padding:16px;font-family:Courier New,monospace;font-size:13px;line-height:1.5;background:#fff;color:#171717;resize:none;outline:none}.html-editor-textarea:focus{border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e9}.html-editor-textarea::placeholder{color:#9ca3af;font-family:inherit}.preview-content-area{height:100%;background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.preview-frame{height:100%;background:#fff;position:relative}.preview-iframe{width:100%;height:100%;border:none;background:#fff}.preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center;padding:2rem}.preview-placeholder p{margin:1rem 0;font-size:14px}.editor-sidebar .editor-section+.editor-section{border-top:1px solid #f5f5f5}@media(max-width:768px){.template-editor-grid .editor-sidebar .section-content{max-height:300px;overflow-y:auto}.template-editor-grid .editor-main .section-content{max-height:400px}.variables-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.variable-button{font-size:11px;padding:6px 8px}.view-mode-toggle{width:100%;margin-right:0}.view-mode-btn{flex:1 1;justify-content:center}}.template-attachments .attachments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.template-attachments .attachments-header h4{font-size:14px;font-weight:600;color:#171717;margin:0}.template-attachments .attachments-header .size-indicator{display:flex;align-items:center;gap:8px}.template-attachments .attachments-header .size-indicator .size-text{font-size:12px;color:#737373;white-space:nowrap}.template-attachments .attachments-header .size-indicator .size-bar{width:80px;height:4px;background:#f5f5f5;border-radius:2px;overflow:hidden}.template-attachments .attachments-header .size-indicator .size-bar .size-progress{height:100%;background:linear-gradient(90deg,#10b981,#f59e0b 80%,#ef4444);transition:width .3s ease}.template-attachments .upload-area{border:2px dashed #e5e5e5;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:all .2s ease;margin-bottom:16px}.template-attachments .upload-area:hover:not(.uploading){border-color:#0ea5e9;background:#f0f9ff}.template-attachments .upload-area.drag-over{border-color:#0ea5e9;background:#f0f9ff;transform:scale(1.02)}.template-attachments .upload-area.uploading{border-color:#f59e0b;background:#fffbeb;cursor:not-allowed}.template-attachments .upload-area .upload-content{display:flex;flex-direction:column;align-items:center;gap:8px}.template-attachments .upload-area .upload-content p{margin:0;font-size:14px;color:#374151}.template-attachments .upload-area .upload-content small{font-size:12px;color:#6b7280;line-height:1.4}.template-attachments .upload-area .upload-spinner{width:24px;height:24px;border:2px solid #f5f5f5;border-top-color:#0ea5e9;border-radius:50%;animation:spin 1s linear infinite}.template-attachments .attachments-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.template-attachments .attachment-item{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;transition:all .15s ease}.template-attachments .attachment-item:hover{background:#f5f5f5;border-color:#e5e5e5}.template-attachments .attachment-item .attachment-info{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.template-attachments .attachment-item .attachment-info .attachment-icon{font-size:20px;flex-shrink:0}.template-attachments .attachment-item .attachment-info .attachment-details{flex:1 1;min-width:0}.template-attachments .attachment-item .attachment-info .attachment-details .attachment-name{font-size:13px;font-weight:500;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.template-attachments .attachment-item .attachment-info .attachment-details .attachment-meta{font-size:11px;color:#737373;margin-top:2px}.template-attachments .attachment-item .attachment-actions{display:flex;gap:4px}.template-attachments .attachment-item .attachment-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease}.template-attachments .attachment-item .attachment-action-btn:hover{border-color:#d1d5db;color:#374151;background:#f9fafb}.template-attachments .attachment-item .attachment-action-btn--danger:hover{border-color:#fecaca;color:#dc2626;background:#fef2f2}.template-attachments .usage-warning{display:flex;align-items:center;gap:8px;padding:12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;margin-bottom:16px}.template-attachments .usage-warning svg{color:#d97706;flex-shrink:0}.template-attachments .usage-warning span{font-size:12px;color:#92400e;line-height:1.4}.template-attachments .file-types-help details{font-size:12px;color:#6b7280}.template-attachments .file-types-help details summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.template-attachments .file-types-help details summary:hover{color:#374151}.template-attachments .file-types-help details .file-types-grid{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:12px;background:#f9fafb;border-radius:6px}.template-attachments .file-types-help details .file-types-grid .file-type-group{display:flex;flex-direction:column;gap:2px}.template-attachments .file-types-help details .file-types-grid .file-type-group strong{color:#374151;font-weight:600}.template-attachments .file-types-help details .file-types-grid .file-type-group span{color:#6b7280;font-size:11px}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:768px){.template-attachments .attachments-header{flex-direction:column;align-items:stretch;gap:12px}.template-attachments .attachments-header .size-indicator{justify-content:space-between}.template-attachments .attachments-header .size-indicator .size-bar{flex:1 1;max-width:120px}.template-attachments .attachment-item .attachment-info .attachment-details .attachment-name{max-width:150px}.template-attachments .upload-area{padding:16px}.template-attachments .upload-area .upload-content{gap:6px}.template-attachments .upload-area .upload-content p{font-size:13px}.template-attachments .upload-area .upload-content small{font-size:11px}}.sources-footer{text-align:center;padding:2rem;background:var(--bg-light);border-radius:12px}.sources-footer .footer-content h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.sources-footer .footer-content p{color:var(--text-secondary);margin-bottom:1.5rem}.data-source-preview{margin-bottom:1.5rem;padding:1rem;background:var(--bg-light);border-radius:8px}.data-source-preview .source-info{display:flex;align-items:center;gap:1rem}.data-source-preview .source-info .source-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border-light)}.data-source-preview .source-info .source-icon img{width:32px;height:32px;object-fit:contain}.data-source-preview .source-info .source-icon .icon-fallback{font-size:1.5rem}.data-source-preview .source-info .source-details h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.data-source-preview .source-info .source-details p{font-size:.875rem;color:var(--text-secondary);margin:0}.usage-billing-toggle{display:flex;justify-content:center;margin-bottom:2rem}.usage-billing-toggle .billing-cycle-toggle .toggle-buttons{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;width:-moz-fit-content;width:fit-content}.usage-billing-toggle .billing-cycle-toggle .toggle-buttons .toggle-btn{background:rgba(0,0,0,0);border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.usage-billing-toggle .billing-cycle-toggle .toggle-buttons .toggle-btn.active{background:#fff;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.1)}.usage-billing-toggle .billing-cycle-toggle .toggle-buttons .toggle-btn .discount-badge{background:#10b981;color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600}.plan-card .plan-billing-info{margin:8px 0;text-align:center}.plan-card .plan-billing-info .yearly-billing{font-size:12px;color:#6b7280;margin-bottom:4px}.plan-card .plan-billing-info .yearly-savings{background:#dcfce7;color:#16a34a;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;display:inline-block}.plan-card .plan-price{font-size:28px;font-weight:700;color:#374151;margin-bottom:8px}.plan-card .plan-price span{font-size:14px;color:#6b7280;font-weight:500}@media(max-width:768px){.usage-billing-toggle{margin-bottom:1.5rem}.usage-billing-toggle .billing-cycle-toggle .toggle-buttons{width:100%}.usage-billing-toggle .billing-cycle-toggle .toggle-buttons .toggle-btn{flex:1 1;justify-content:center;padding:10px 16px;font-size:13px}.plan-card .plan-billing-info{margin:6px 0}.plan-card .plan-billing-info .yearly-billing{font-size:11px}.plan-card .plan-billing-info .yearly-savings{font-size:10px;padding:2px 6px}}