@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{background-position:-1000px 0}50%{background-position:1000px 0}}div>div{animation:slideUp .5s ease-out}input{transition:all .3s cubic-bezier(.4,0,.2,1)}input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:scale(1.01)}input::placeholder{color:#d1d5db}button{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026}button:active{transform:translateY(0)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.5rem;gap:2rem;background:linear-gradient(135deg,#fff,#f9fafb);padding:2.5rem;border-radius:16px;box-shadow:0 2px 8px #0000000d}.dashboard-header>div{flex:1}.dashboard-header h1{margin-bottom:.75rem;color:#111827;font-size:2rem;font-weight:700;letter-spacing:-.5px}.dashboard-header p{color:#6b7280;font-size:1rem;font-weight:500}.customer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}@media (max-width: 768px){.dashboard-header{flex-direction:column}.customer-grid{grid-template-columns:1fr}}.customer-card{border:none;border-radius:16px;padding:2rem;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014,0 4px 16px #0000000a;position:relative;overflow:hidden}.customer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#10b981,#f59e0b);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.customer-card:hover{box-shadow:0 16px 40px #00000024,0 8px 24px #3b82f640;transform:translateY(-6px)}.customer-card:hover:before{transform:scaleX(1)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.card-header h3{font-size:1.25rem;font-weight:700;margin:0 0 6px;color:#1f2937}.card-header>div{flex:1}.card-website-link{margin:0}.card-website-link a{font-size:.85rem;color:#9ca3af;transition:color .2s;text-decoration:none}.card-website-link a:hover{color:#06c}.card-content{display:flex;gap:2rem;margin-bottom:1.5rem;align-items:center}.chart-container{flex:1;min-width:0}.card-stats{display:flex;gap:1.5rem;justify-content:space-around}.stat{display:flex;flex-direction:column;text-align:center}.stat-label{font-size:.75rem;color:#9ca3af;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.3px;font-weight:600}.stat-value{font-size:1.75rem;font-weight:700;color:#1f2937}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:500px;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}.modal-header h2{margin:0;font-size:20px;font-weight:600}.btn-close{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.btn-close:hover{background:#f0f0f0;color:#333}.add-customer-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.form-group input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:border .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3498db1a}.form-group input:disabled{background:#f9f9f9;cursor:not-allowed;color:#999}.error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}.form-actions .btn{padding:10px 20px;font-size:14px;border-radius:6px;cursor:pointer;border:none;font-weight:500;transition:all .2s}.form-actions .btn:disabled{opacity:.5;cursor:not-allowed}.customer-profile{padding:2rem;max-width:1400px;margin:0 auto}.profile-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;gap:2rem}.profile-header h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#111827}.website-url{color:#6b7280;font-size:.95rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;border-top:4px solid #3b82f6;box-shadow:0 2px 8px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.tabs-container{margin-bottom:2rem;border-bottom:1px solid #e5e7eb;background:#fff;border-radius:12px 12px 0 0;overflow:hidden}.tabs{display:flex;gap:0}.tab{flex:1;padding:1.25rem 1.5rem;border:none;background:transparent;cursor:pointer;font-weight:600;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem}.tab:hover{color:#3b82f6;background:#3b82f60d}.tab.active{color:#3b82f6}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:3px 3px 0 0}.tab-content{background:#fff;border-radius:0 0 12px 12px;padding:2rem;min-height:600px}.section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.section-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.count-badge{background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600}.form-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.form-input{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#111827;font-size:.95rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.quick-add-card,.upload-card,.settings-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.quick-add-card h3,.upload-card h3,.settings-card h2{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#111827}.upload-label{display:flex;align-items:center;justify-content:center;padding:2rem;border:2px dashed #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s;font-weight:600;color:#6b7280}.upload-label:hover{border-color:#3b82f6;background:#3b82f60d;color:#3b82f6}.upload-label span{pointer-events:none}.search-container{margin-bottom:1.5rem}.search-input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .3s}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.keywords-list{display:grid;gap:1rem}.keyword-card{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.keyword-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.keyword-card.completed{background:#10b9810d;border-color:#10b981}.keyword-info h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#111827}.keyword-volume{margin:0;font-size:.85rem;color:#9ca3af}.keyword-actions{display:flex;gap:.75rem}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.content-section{display:flex;flex-direction:column}.content-list{display:flex;flex-direction:column;gap:1rem}.content-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .3s}.content-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #0000000f}.content-item.completed{background:#10b9810d;border-color:#10b981}.content-item h4{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#111827}.content-id{margin:0;font-size:.75rem;color:#d1d5db;font-family:monospace}.content-actions{display:flex;gap:.5rem}.settings-view,.settings-edit{display:flex;flex-direction:column;gap:1rem}.setting-item{padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.setting-item:last-child{border-bottom:none}.setting-item label{display:block;font-weight:600;color:#6b7280;font-size:.85rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.setting-item p{margin:0;color:#111827;font-size:.95rem}.btn{padding:.75rem 1.25rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{box-shadow:0 8px 20px #3b82f666}.btn-outline{border:1px solid #e5e7eb;color:#6b7280;background:#fff}.btn-outline:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.75rem 1.25rem;box-shadow:0 4px 12px #ef44444d}.btn-danger:hover{box-shadow:0 8px 20px #ef444466;transform:translateY(-2px)}.btn-sm{padding:.5rem .75rem;font-size:.8rem}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.customer-profile{padding:1rem}.profile-header{flex-direction:column}.tabs{flex-wrap:wrap}.tab{flex:1;min-width:100px;padding:1rem;font-size:.85rem}.stat-card{padding:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.keyword-card,.content-item{flex-direction:column;align-items:flex-start;gap:1rem}.keyword-actions,.content-actions{width:100%;justify-content:flex-end}.form-row{flex-direction:column}.form-input{width:100%}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-in}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:900px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#fff)}.modal-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#111827}.modal-subtitle{margin:0;color:#6b7280;font-size:.95rem}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#9ca3af;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-body.modal-preview{background:#fafbfc}.form-section{margin-bottom:2rem}.form-label{display:block;font-weight:600;color:#111827;margin-bottom:1rem;font-size:.95rem}.type-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.type-option{padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;display:flex;flex-direction:column;gap:.75rem}.type-option:hover{border-color:#3b82f6;background:#3b82f60d;transform:translateY(-2px)}.type-option.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);box-shadow:0 4px 12px #3b82f633}.type-icon{font-size:2rem}.type-name{font-weight:700;color:#111827;font-size:.95rem}.type-desc{font-size:.8rem;color:#9ca3af}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;margin-bottom:1rem;font-weight:500}.btn-generate{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 12px #3b82f64d}.btn-generate:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-generate:active{transform:scale(.98)}.btn-generate.loading{opacity:.8}.spinner{animation:spin .8s linear infinite}.cost-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.cost-item{display:flex;justify-content:space-between;align-items:center}.cost-label{font-size:.85rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.cost-value{font-size:.95rem;font-weight:700;color:#111827}.cost-item.total{grid-column:1 / -1;background:linear-gradient(135deg,#3b82f61a,#3b82f60d);padding:1rem;border-radius:8px;border:1px solid rgba(59,130,246,.2)}.cost-item.total .cost-value{color:#3b82f6;font-size:1.125rem}.seo-preview .preview-content{padding:1.5rem}.google-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.preview-url{font-size:.8rem;color:#059669;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.3px;font-weight:500}.preview-title{font-size:1.1rem;color:#1e40af;font-weight:600;margin-bottom:.75rem;word-break:break-word;max-width:100%;line-height:1.4}.preview-desc{font-size:.875rem;color:#4b5563;line-height:1.5;max-width:100%}.seo-fields{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;animation:slideDown .3s ease-in}.seo-field{display:flex;flex-direction:column;gap:.5rem}.seo-field label{font-weight:600;color:#111827;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.field-with-counter{position:relative}.field-with-counter .form-input{padding:.75rem 3.5rem .75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;transition:all .2s ease}.field-with-counter .form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#f0f9ff}.field-with-counter textarea.form-input{resize:vertical;min-height:60px}.counter{position:absolute;right:1rem;top:.75rem;font-size:.75rem;color:#9ca3af;font-weight:600;background:#fff;padding:.25rem .5rem;border-radius:4px}.field-with-counter textarea.form-input~.counter{top:.5rem}.counter.error{color:#ef4444;background:#fef2f2}.preview-container{display:grid;gap:1.5rem}.preview-section{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a}.preview-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.preview-header h3{margin:0;font-size:.95rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.preview-content{padding:1.5rem;max-height:400px;overflow-y:auto}.preview-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:#111827}.preview-body{font-size:.95rem;line-height:1.7;color:#374151}.preview-body h2{margin:1.5rem 0 .75rem;font-size:1.125rem;font-weight:700;color:#111827}.preview-body h3{margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600;color:#1f2937}.preview-body p{margin:0 0 1rem}.preview-body ul,.preview-body ol{margin:1rem 0;padding-left:1.5rem}.preview-body li{margin:.5rem 0}.preview-body strong{color:#111827;font-weight:700}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn{padding:.75rem 1.25rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;border:1px solid #e5e7eb;color:#6b7280}.btn-secondary:hover{border-color:#d1d5db;background:#f9fafb;color:#111827}.btn-draft{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn-draft:hover{box-shadow:0 8px 20px #8b5cf666}.btn-pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.btn-pending:hover{box-shadow:0 8px 20px #f59e0b66}.btn-publish{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-publish:hover{box-shadow:0 8px 20px #10b98166}@media (max-width: 768px){.modal-container{width:95%;max-height:95vh}.modal-header,.modal-body{padding:1.5rem}.modal-footer{padding:1rem;flex-direction:column;align-items:stretch}.action-buttons{width:100%;flex-direction:column}.btn{width:100%;justify-content:center}.preview-content{max-height:300px}}:root{--primary: #3b82f6;--primary-dark: #1d4ed8;--primary-light: #dbeafe;--success: #10b981;--success-light: #d1fae5;--warning: #f59e0b;--warning-light: #fef3c7;--error: #ef4444;--text: #111827;--text-light: #6b7280;--bg: #ffffff;--bg-alt: #f3f4f6;--border: #e5e7eb}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;background:var(--bg-alt);color:var(--text);line-height:1.6}.app{min-height:100vh;padding:2.5rem;max-width:1400px;margin:0 auto}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem;font-weight:700;color:var(--text)}h2{font-size:1.875rem;font-weight:700;color:var(--text)}h3{font-size:1.25rem;font-weight:600;color:var(--text)}p{color:var(--text-light)}a{color:var(--primary);text-decoration:none;transition:all .2s}a:hover{color:var(--primary-dark)}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#1e40af 100%);color:#fff;box-shadow:0 4px 12px #3b82f640}.btn-primary:hover{box-shadow:0 8px 20px #3b82f659;transform:translateY(-1px)}.btn-secondary{background:var(--bg);color:var(--text);border:1.5px solid var(--border)}.btn-secondary:hover{background:var(--bg-alt);border-color:var(--primary);color:var(--primary)}.btn-small{padding:.375rem .75rem;font-size:.85rem}.btn-blue{background:var(--primary);color:#fff}.btn-blue:hover{background:var(--primary-dark)}.btn-outline{background:transparent;border:1.5px solid var(--text);color:var(--text)}.btn-outline:hover{background:var(--bg-alt)}.badge{display:inline-block;padding:.375rem .875rem;border-radius:9999px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-blue{background:var(--primary-light);color:var(--primary)}.badge-green{background:var(--success-light);color:var(--success)}.badge-orange{background:var(--warning-light);color:var(--warning)}.table-wrapper{overflow-x:auto;border-radius:8px;box-shadow:0 1px 3px #0000001a;background:var(--bg)}.table{width:100%;border-collapse:collapse}.table th{background:var(--bg-alt);padding:1.125rem;text-align:left;font-weight:600;color:var(--text);border-bottom:2px solid var(--border);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.table td{padding:1.125rem;border-bottom:1px solid var(--border)}.table tbody tr{transition:background-color .15s}.table tbody tr:hover{background:var(--bg-alt)}.table .bold{font-weight:600;color:var(--text)}.table .actions{display:flex;gap:.75rem}.section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.fade-in{animation:fadeIn .3s ease-in}.slide-down{animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.app{padding:1.5rem}h1{font-size:1.875rem}h2{font-size:1.5rem}}
