*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f0f2f5;color:#1a1a2e;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#1a1a2e;color:#fff;padding:24px 0;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:50}.sidebar-brand{padding:0 20px;font-size:20px;font-weight:700;margin-bottom:32px;color:#60a5fa}.sidebar-nav{flex:1}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 20px;color:#94a3b8;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;background:none;width:100%;text-align:left}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff14}.sidebar-link.active{border-right:3px solid #60a5fa}.sidebar-user{padding:16px 20px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#94a3b8}.sidebar-user .email{color:#fff;font-weight:500}.main-content{flex:1;margin-left:240px;padding:24px 32px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#333;border:1px solid #ddd}.btn-secondary:hover{border-color:#999}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:6px 14px;font-size:13px}.btn-ghost{background:none;color:#666;padding:6px 10px}.btn-ghost:hover{color:#111;background:#0000000a}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}thead th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #eee}tbody td{padding:12px 16px;font-size:14px;border-bottom:1px solid #f5f5f5;vertical-align:middle}tbody tr:hover{background:#fafafa}.offer-logo-cell{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#f5f5f5}.badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.badge-green{background:#dcfce7;color:#16a34a}.badge-gray{background:#f3f4f6;color:#6b7280}.badge-blue{background:#dbeafe;color:#2563eb}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:6px}.form-hint{margin-top:6px;font-size:12px;line-height:1.45;color:#6b7280}.form-input,.form-textarea,.form-select{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:16px;padding:28px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-header h2{font-size:18px;font-weight:600}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.template-card{border:2px solid #eee;border-radius:12px;padding:16px;text-align:center;cursor:pointer;transition:all .2s}.template-card:hover{border-color:#bbb}.template-card.selected{border-color:#2563eb;background:#eff6ff}.template-card h4{font-size:14px;margin-bottom:4px}.template-card p{font-size:12px;color:#888}.template-preview{width:100%;height:80px;background:#f3f4f6;border-radius:8px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:24px}.color-picker-wrapper{display:flex;align-items:center;gap:10px}.color-picker-wrapper input[type=color]{width:40px;height:40px;border:none;border-radius:8px;cursor:pointer;padding:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f}.stat-card .label{font-size:13px;color:#888;margin-bottom:4px}.stat-card .value{font-size:28px;font-weight:700}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1a1a2e}.auth-card{background:#fff;border-radius:16px;padding:36px;width:100%;max-width:400px}.auth-card h1{font-size:24px;text-align:center;margin-bottom:8px}.auth-card .subtitle{text-align:center;color:#888;font-size:14px;margin-bottom:28px}.auth-card .switch-link{text-align:center;margin-top:16px;font-size:14px;color:#888}.auth-card .switch-link a{color:#2563eb;cursor:pointer;font-weight:500}.auth-error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:14px;margin-bottom:16px}.offers-checklist{max-height:200px;overflow-y:auto;border:1px solid #eee;border-radius:8px;padding:8px}.offer-check-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer}.offer-check-item:hover{background:#f5f5f5}.offer-check-item input{cursor:pointer}.offer-check-item .name{font-size:14px}.offer-check-button{width:100%;border:none;background:transparent;text-align:left}.offer-sorter{display:grid;gap:16px}.offer-sorter-section{display:grid;gap:10px}.offer-sorter-title{font-size:13px;font-weight:600;color:#475569}.offer-sorter-hint{font-size:12px;color:#64748b}.offer-sorter-list{display:grid;gap:10px}.offer-sorter-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #dbe3f0;border-radius:10px;background:#f8fbff}.offer-sorter-item:hover{border-color:#bfd2f5;background:#f2f7ff}.offer-sorter-main{display:flex;align-items:center;gap:12px;min-width:0}.offer-sorter-handle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:#64748b;background:#fff;border:1px solid #dbe3f0;cursor:grab;flex-shrink:0}.offer-sorter-item:active .offer-sorter-handle{cursor:grabbing}.offer-sorter-meta{min-width:0}.offer-sorter-name{font-size:14px;font-weight:600;color:#0f172a}.offer-sorter-position{margin-top:2px;font-size:12px;color:#64748b}.offer-sorter-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.offer-sorter-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;border:1px solid #dbe3f0;background:#fff;color:#475569;cursor:pointer}.offer-sorter-icon:hover:not(:disabled){border-color:#93c5fd;color:#1d4ed8}.offer-sorter-icon:disabled{opacity:.45;cursor:not-allowed}.offer-sorter-remove:hover{color:#dc2626!important;border-color:#fecaca!important}.offer-sorter-empty{padding:14px 16px;border:1px dashed #dbe3f0;border-radius:10px;background:#f8fafc;color:#64748b;font-size:13px}.offer-sorter-empty.small{font-size:12px}.sites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.site-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f;transition:transform .2s}.site-card:hover{transform:translateY(-2px)}.site-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.site-card-header h3{font-size:16px;font-weight:600}.site-card-meta{color:#888;font-size:13px;margin-bottom:8px}.site-card-actions{display:flex;gap:8px;margin-top:12px}
