:root{--primary: #1e3a8a;--primary-light: #3b82f6;--secondary: #f59e0b;--danger: #ef4444;--success: #22c55e;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--gray-100);color:var(--gray-900);line-height:1.6}#root{min-height:100vh}.admin-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:var(--primary);color:var(--white);padding:1.5rem 0;position:fixed;height:100vh;display:flex;flex-direction:column;overflow-y:auto}.sidebar-header{padding:0 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.sidebar-subtitle{font-size:.75rem;opacity:.7}.sidebar-nav{padding:1rem 0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s}.nav-item:hover{background:#ffffff1a;color:var(--white)}.nav-item.active{background:#ffffff26;color:var(--white);border-left:3px solid var(--secondary)}.nav-icon{width:20px;height:20px;flex-shrink:0}.sidebar-footer{margin-top:auto;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-user-name{margin-bottom:.5rem;font-size:.875rem;opacity:.8}.sidebar-user-role{font-size:.75rem;opacity:.6;margin-bottom:1rem;text-transform:capitalize}.main-content{flex:1;margin-left:260px;padding:1.5rem}.page-header{margin-bottom:1rem}.page-title{font-size:1.75rem;font-weight:700;color:var(--gray-900)}.page-subtitle{color:var(--gray-500);margin-top:.25rem}.home-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.home-tab{border:1px solid var(--gray-300);background:var(--white);color:var(--gray-700);border-radius:9999px;padding:.55rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.home-tab:hover{border-color:var(--primary-light);color:var(--primary)}.home-tab.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.home-page-management .form-label{font-size:1.08rem;font-weight:600}.home-page-management .btn{font-size:1rem}.home-page-management .btn-sm{font-size:.95rem;padding:.55rem .95rem}.home-page-management .form-input,.home-page-management .form-textarea{font-size:1.03rem;padding:.75rem .95rem}.hero-manager-note{border:1px solid #dbeafe;background:#eff6ff;border-radius:.625rem;padding:.875rem 1rem;margin-bottom:1rem}.hero-manager-note-title{font-weight:700;color:#1e3a8a;margin-bottom:.25rem}.hero-manager-note-text{color:#1d4ed8;font-size:.875rem}.hero-slide-subtitle{color:var(--gray-500);font-size:.75rem;margin-bottom:.75rem}.hero-editor-layout{display:grid;grid-template-columns:260px 1fr;gap:1rem;align-items:start}.hero-slide-list{border:1px solid var(--gray-200);border-radius:.75rem;background:var(--gray-50);padding:.75rem;position:sticky;top:1rem}.hero-slide-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.hero-slide-list-title{font-size:.875rem;font-weight:700;color:var(--gray-700)}.hero-slide-empty{border:1px dashed var(--gray-300);border-radius:.625rem;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;color:var(--gray-500);font-size:.8125rem}.hero-slide-item{width:100%;text-align:left;border:1px solid var(--gray-200);background:var(--white);border-radius:.625rem;padding:.6rem .7rem;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.2rem}.hero-slide-item:hover{border-color:#93c5fd}.hero-slide-item.active{border-color:var(--primary);box-shadow:0 0 0 2px #1e3a8a14}.hero-slide-item-index{font-size:.7rem;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.hero-slide-item-title{font-size:.8125rem;color:var(--gray-800);font-weight:600}.hero-slide-editor{border:1px solid var(--gray-200);border-radius:.75rem;padding:1rem}.hero-slide-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.hero-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-slide-empty-text{color:var(--gray-500);font-size:.875rem}.stats-manager-note{border:1px solid #93c5fd;background:#eaf3ff;border-radius:.75rem;padding:1rem 1.1rem;margin-top:1rem;margin-bottom:1rem}.stats-manager-note-title{font-size:1.03rem;font-weight:700;color:#1e3a8a;margin-bottom:.35rem}.stats-manager-note-text{font-size:.95rem;color:#1e40af}.stats-editor-card{margin-top:1rem;border:1px solid #d1d5db;border-radius:.85rem;padding:1.2rem;background:var(--white);box-shadow:0 2px 8px #0f172a0d}.stats-editor-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem}.stats-card-title{font-size:1.45rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.stats-preview-chip{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:9999px;display:inline-block;padding:.45rem .9rem;font-size:.98rem;margin-bottom:1rem}.stats-editor-grid{display:grid;grid-template-columns:1fr .55fr 1.2fr;gap:1.2rem}.stats-input{font-size:1.08rem}.stats-field-help{margin-top:.35rem;font-size:.85rem;color:#475569}.principal-editor{margin-top:1rem}.principal-editor-note{border:1px solid #bfdbfe;background:#eff6ff;border-radius:.75rem;padding:1rem 1.1rem;margin-bottom:1rem}.principal-editor-note-title{font-size:1.03rem;font-weight:700;color:#1e3a8a;margin-bottom:.35rem}.principal-editor-note-text{font-size:.95rem;color:#1e40af}.principal-editor-layout{display:grid;grid-template-columns:minmax(280px,.9fr) 1.6fr;gap:1rem}.principal-profile-card,.principal-content-card{border:1px solid #d1d5db;border-radius:.85rem;background:var(--white);padding:1.1rem;box-shadow:0 2px 8px #0f172a0d}.principal-block-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:.9rem}.principal-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.principal-message-input{min-height:170px}.principal-field-help{margin-top:.35rem;font-size:.85rem;color:#475569}.principal-preview-line{margin-top:.6rem;border:1px solid #a7f3d0;background:#ecfdf5;color:#065f46;border-radius:9999px;padding:.45rem .9rem;font-size:.98rem}.about-editor{margin-top:1rem}.about-editor-note{border:1px solid #bfdbfe;background:#eff6ff;border-radius:.85rem;padding:1.05rem 1.15rem;margin-bottom:1rem}.about-editor-note-title{font-size:1.18rem;font-weight:700;color:#1e3a8a;margin-bottom:.4rem}.about-editor-note-text{font-size:1.03rem;color:#1e3a8a}.about-subtabs{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.about-subtab{border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;border-radius:9999px;padding:.5rem 1rem;font-size:.95rem;font-weight:700;cursor:pointer}.about-subtab:hover{border-color:#1e3a8a;color:#1e3a8a}.about-subtab.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.about-editor-layout{display:grid;grid-template-columns:minmax(290px,1fr) 1.35fr;gap:1rem;margin-bottom:1rem}.about-left-card,.about-right-card{border:1px solid #d1d5db;border-radius:.85rem;background:var(--white);padding:1.1rem;box-shadow:0 2px 8px #0f172a0d}.about-block-title{font-size:1.45rem;font-weight:700;color:#0f172a;margin-bottom:.45rem}.about-block-subtitle{font-size:.97rem;color:#334155;margin-bottom:.9rem}.about-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-textarea{min-height:130px}.about-preview-line{margin-top:.6rem;border:1px solid #a7f3d0;background:#ecfdf5;color:#065f46;border-radius:9999px;padding:.45rem .9rem;font-size:.98rem}.about-features-wrap{border:1px solid #d1d5db;border-radius:.85rem;background:var(--white);padding:1.1rem;box-shadow:0 2px 8px #0f172a0d}.about-features-header{margin-bottom:.9rem}.about-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.about-feature-card{border:1px solid #e5e7eb;border-radius:.75rem;padding:.9rem;background:#fafafa}.about-feature-title{font-size:1.18rem;font-weight:700;margin-bottom:.6rem;color:#0f172a}.about-feature-preview{border:1px solid #a7f3d0;background:#ecfdf5;color:#065f46;border-radius:9999px;display:inline-block;padding:.4rem .85rem;margin-bottom:.85rem;font-size:.95rem}.about-field-help{margin-top:.35rem;font-size:.92rem;color:#475569}.about-feature-empty{border:1px dashed #cbd5e1;border-radius:.75rem;padding:.9rem;color:#475569;font-size:.95rem}.benefits-editor{margin-top:1rem}.benefits-editor-note{border:1px solid #bfdbfe;background:#eff6ff;border-radius:.85rem;padding:1rem 1.1rem;margin-bottom:1rem}.benefits-editor-note-title{font-size:1.12rem;font-weight:700;color:#1e3a8a;margin-bottom:.35rem}.benefits-editor-note-text{font-size:1rem;color:#1e3a8a}.benefits-media-card,.benefits-tabs-card{border:1px solid #d1d5db;border-radius:.85rem;background:var(--white);padding:1.1rem;box-shadow:0 2px 8px #0f172a0d;margin-bottom:1rem}.benefits-block-title{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:.9rem}.benefits-tab-selector{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:.95rem}.benefits-tab-chip{border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;border-radius:9999px;padding:.48rem .85rem;font-size:.92rem;font-weight:700;cursor:pointer}.benefits-tab-chip:hover{border-color:#1e3a8a;color:#1e3a8a}.benefits-tab-chip.active{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.benefits-tab-editor{border:1px solid #e5e7eb;border-radius:.75rem;background:#fafafa;padding:1rem}.benefits-tab-editor-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem}.benefits-tab-title{font-size:1.1rem;font-weight:700;color:#0f172a}.benefits-tab-preview-chip{border:1px solid #a7f3d0;background:#ecfdf5;color:#065f46;border-radius:9999px;padding:.32rem .75rem;font-size:.9rem;font-weight:600}.benefits-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.benefits-video-upload-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.benefits-video-upload-hint{font-size:.9rem;color:#475569}.hero-cta-preview{border:1px dashed var(--gray-300);border-radius:.625rem;padding:.75rem;background:var(--gray-50)}.hero-cta-preview-title{font-size:.75rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.hero-cta-preview-actions{display:flex;flex-wrap:wrap;gap:.5rem}.hero-cta-primary-preview,.hero-cta-secondary-preview{border:none;border-radius:.5rem;font-size:.75rem;font-weight:600;padding:.5rem .75rem}.hero-cta-primary-preview{background:linear-gradient(90deg,#1e3a8a,#15803d);color:var(--white)}.hero-cta-secondary-preview{border:1px solid #1e3a8a;background:#0f172a;color:var(--white)}.hero-btn-add{background:#15803d;color:var(--white)}.hero-btn-add:hover{background:#166534}.hero-btn-remove{background:#111827;color:var(--white)}.hero-btn-remove:hover{background:#030712}.card{background:var(--white);border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.card-title{font-size:1.125rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stat-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.stat-icon.blue{background:#dbeafe;color:var(--primary)}.stat-icon.green{background:#dcfce7;color:var(--success)}.stat-icon.orange{background:#fef3c7;color:var(--secondary)}.stat-icon.purple{background:#f3e8ff;color:#9333ea}.stat-value{font-size:2rem;font-weight:700;color:var(--gray-900)}.stat-label{color:var(--gray-500);font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:#1e40af}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover{background:#dc2626}.btn-success{background:var(--success);color:var(--white)}.btn-success:hover{background:#16a34a}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.btn-icon{padding:.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--gray-700)}.form-input,.form-textarea,.form-select{width:100%;padding:.625rem .875rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e3a8a1a}.form-textarea{min-height:120px;resize:vertical}.form-error{color:var(--danger);font-size:.75rem;margin-top:.25rem}.table-container{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.table th{background:var(--gray-50);font-weight:600;color:var(--gray-700);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.table tbody tr:hover{background:var(--gray-50)}.table-actions{display:flex;gap:.5rem}.badge{display:inline-flex;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-default{background:#f3f4f6;color:#374151}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,#1e40af 100%)}.login-card{background:var(--white);border-radius:1rem;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 25px 50px -12px #00000040}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:64px;height:64px;background:var(--primary);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white)}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.login-subtitle{color:var(--gray-500)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:var(--white);border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--gray-200)}.modal-title{font-size:1.125rem;font-weight:600}.modal-close{background:none;border:none;cursor:pointer;color:var(--gray-500);padding:.25rem}.modal-close:hover{color:var(--gray-700)}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--gray-200)}.admission-paper-form .form-group{margin-bottom:.35rem!important}.admission-paper-form .form-label{margin-bottom:.16rem;font-size:.82rem;font-weight:700;color:#111827}.admission-paper-form .form-input,.admission-paper-form .form-textarea,.admission-paper-form .form-select{border:1.4px solid #2f5fb0;border-radius:0;padding:.3rem .35rem;background:#fff;font-size:.83rem;min-height:30px}.admission-paper-form .form-textarea{min-height:48px}.admission-paper-form .admission-row{display:flex;align-items:center;gap:.55rem;margin-bottom:.45rem;flex-wrap:wrap}.admission-paper-form .admission-row.single{flex-wrap:wrap}.admission-paper-form .admission-row label{font-size:.83rem;font-weight:600;min-width:fit-content;white-space:nowrap;color:#334155}.admission-paper-form .line-input{border:1px solid #9db2da;border-radius:4px;height:30px;min-height:30px;padding:.28rem .42rem;background:#fff;font-size:.82rem;width:132px}.admission-paper-form .line-input.wide{width:188px}.admission-paper-form .admission-sign-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.8rem;margin-top:.7rem}.admission-paper-form .admission-sign-row>div{font-size:.83rem;color:#334155}.admission-paper-form .admission-sign-row>div>div{margin-bottom:.25rem}.admission-paper-form .line-input.sign-input{width:140px}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.loading{display:flex;align-items:center;justify-content:center;min-height:200px}.spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.home-tab{width:100%;border-radius:.625rem;text-align:left}.hero-editor-layout{grid-template-columns:1fr}.hero-slide-list{position:static}.hero-two-col,.stats-editor-grid{grid-template-columns:1fr;gap:.5rem}.principal-editor-layout{grid-template-columns:1fr}.principal-grid-two,.about-editor-layout,.about-two-col{grid-template-columns:1fr;gap:.5rem}.about-subtab{width:100%;text-align:left}.about-feature-grid{grid-template-columns:1fr}.benefits-tab-selector{flex-direction:column}.benefits-tab-chip{width:100%;text-align:left}.benefits-tab-editor-header{flex-direction:column;align-items:flex-start}.benefits-two-col{grid-template-columns:1fr;gap:.5rem}}.visitor-logbook-container{background-color:#f8fafc;min-height:100vh}.visitor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;animation:fadeInDown .6s ease-out}.visitor-title{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.025em;margin-bottom:.5rem}.visitor-subtitle{color:#64748b;font-size:.9rem}.visitor-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:1rem}.visitor-stat-card{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1.25rem}.visitor-stat-card:hover{transform:translateY(-5px)}.stat-icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:1rem;flex-shrink:0}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.875rem;font-weight:700;color:#1e293b;line-height:1}.stat-label{font-size:.875rem;font-weight:600;color:#64748b;margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}.stat-today .stat-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.stat-month .stat-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.stat-total .stat-icon-wrapper{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.visitor-toolbar{background:#fff;padding:1rem;border-radius:1rem;border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;gap:1rem}.search-box{position:relative;flex:1;max-width:500px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border-radius:.75rem;border:1px solid #e2e8f0;background-color:#f8fafc;transition:all .2s;font-size:.95rem}.search-input:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 4px #3b82f61a}.visitor-table-container{background:#fff;border-radius:1.25rem;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.visitor-table{width:100%;border-collapse:separate;border-spacing:0}.visitor-table th{background-color:#f8fafc;padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.visitor-table td{padding:1.25rem 1.5rem;vertical-align:middle;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.visitor-table tr:last-child td{border-bottom:none}.visitor-table tr:hover td{background-color:#f8fafc}.visitor-info-cell{display:flex;align-items:center;gap:1rem}.visitor-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.875rem;box-shadow:0 4px 6px -1px #0000001a}.visitor-name-main{font-weight:600;color:#1e293b;display:block}.visitor-name-sub{font-size:.8125rem;color:#64748b}.purpose-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.action-buttons{display:flex;gap:.5rem}.btn-action{padding:.5rem;border-radius:.5rem;transition:all .2s;color:#64748b;border:1px solid transparent}.btn-action:hover{background-color:#f1f5f9;color:#1e293b}.btn-action.delete:hover{background-color:#fef2f2;color:#ef4444}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.premium-modal{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.2);overflow:hidden;animation:fadeInUp .4s cubic-bezier(.16,1,.3,1)}.modal-header-gradient{padding:2rem 2rem 1.5rem;background:linear-gradient(to right,#1e3a8a,#3b82f6);color:#fff}.modal-content-area{padding:2rem}@media (max-width: 768px){.visitor-header{flex-direction:column;align-items:flex-start;gap:1rem}.visitor-toolbar{flex-direction:column}.search-box{max-width:100%}}.visitor-table tr{animation:fadeIn .5s ease forwards;opacity:0}.visitor-table tr:nth-child(1){animation-delay:.1s}.visitor-table tr:nth-child(2){animation-delay:.15s}.visitor-table tr:nth-child(3){animation-delay:.2s}.visitor-table tr:nth-child(4){animation-delay:.25s}.visitor-table tr:nth-child(5){animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.popup-container{background-color:#f8fafc;min-height:100vh}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;animation:popupFadeInDown .6s ease-out}.popup-header-content{display:flex;align-items:center;gap:1rem}.popup-header-icon{width:56px;height:56px;border-radius:1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 16px -4px #6366f166}.popup-header-text{display:flex;flex-direction:column;gap:.25rem}.popup-title{font-size:1.75rem;font-weight:800;color:#1e293b;letter-spacing:-.025em}.popup-subtitle{color:#64748b;font-size:.95rem}.popup-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.popup-stat-card{background:#fff;border-radius:1rem;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.popup-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001f}.popup-stat-icon{width:52px;height:52px;border-radius:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup-stat-info{display:flex;flex-direction:column;gap:.125rem}.popup-stat-value{font-size:1.75rem;font-weight:800;color:#1e293b;line-height:1}.popup-stat-label{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.popup-empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1.5rem;border:2px dashed #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.popup-empty-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#94a3b8}.popup-empty-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.popup-empty-text{color:#64748b;font-size:.95rem;max-width:400px;margin:0 auto 1.5rem;line-height:1.6}.popup-list{display:flex;flex-direction:column;gap:.75rem}.popup-card{background:#fff;border-radius:1rem;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);animation:popupFadeIn .4s ease forwards;opacity:0}.popup-card:hover{box-shadow:0 8px 16px -4px #00000014;border-color:#cbd5e1}.popup-card-active{border-color:#86efac;box-shadow:0 4px 12px -2px #22c55e26}.popup-card-indicator{width:4px;height:40px;border-radius:4px;flex-shrink:0}.popup-card-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup-card-content{flex:1;min-width:0}.popup-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.popup-card-title{font-size:1rem;font-weight:600;color:#1e293b}.popup-type-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:9999px;font-size:.7rem;font-weight:600}.popup-type-image{background:#fef3c7;color:#92400e}.popup-type-text{background:#eef2ff;color:#4338ca}.popup-card-meta{display:flex;align-items:center;gap:1rem}.popup-meta-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;color:#64748b}.popup-card-toggle{display:flex;flex-direction:column;align-items:center;gap:.375rem;cursor:pointer;padding:.5rem;border-radius:.75rem;transition:background .2s}.popup-card-toggle:hover{background:#f8fafc}.popup-toggle-track{width:48px;height:28px;border-radius:9999px;background:#e2e8f0;position:relative;transition:all .3s}.popup-toggle-track.active{background:linear-gradient(135deg,#22c55e,#16a34a)}.popup-toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #0003;transition:all .3s}.popup-toggle-track.active .popup-toggle-thumb{left:23px}.popup-toggle-label{font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.popup-toggle-label.active{color:#22c55e}.popup-card-actions{display:flex;gap:.5rem}.popup-action-btn{width:36px;height:36px;border-radius:.625rem;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.popup-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.popup-action-delete:hover{background:#fef2f2;border-color:#fecaca;color:#ef4444}.popup-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;animation:popupFadeIn .3s ease}.popup-modal{background:#fff;border-radius:1.5rem;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:popupSlideUp .4s cubic-bezier(.16,1,.3,1)}.popup-modal-preview{max-width:480px}.popup-modal-sm{max-width:420px}.popup-modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to right,#f8fafc,#fff)}.popup-modal-header-danger{background:linear-gradient(to right,#fef2f2,#fff)}.popup-modal-header-content{display:flex;align-items:center;gap:.875rem}.popup-modal-icon{width:44px;height:44px;border-radius:.75rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff}.popup-modal-icon-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.popup-modal-title{font-size:1.125rem;font-weight:700;color:#1e293b}.popup-modal-subtitle{font-size:.8rem;color:#64748b;margin-top:.125rem}.popup-modal-close{width:36px;height:36px;border-radius:.625rem;border:none;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.popup-modal-close:hover{background:#e2e8f0;color:#1e293b}.popup-modal-body{padding:2rem}.popup-modal-footer{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.75rem;background:#f8fafc}.popup-preview-meta{justify-content:space-between;align-items:center}.popup-preview-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#64748b}.popup-preview-meta-item.active{color:#22c55e}.popup-status-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.popup-status-dot.active{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.popup-form-section{margin-bottom:1.5rem}.popup-form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.popup-required{color:#ef4444}.popup-form-input,.popup-form-textarea,.popup-form-select{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:.75rem;font-size:.95rem;transition:all .2s;background:#fff}.popup-form-input:focus,.popup-form-textarea:focus,.popup-form-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.popup-form-input.popup-input-error{border-color:#ef4444}.popup-form-error{display:block;font-size:.75rem;color:#ef4444;margin-top:.375rem}.popup-form-textarea{min-height:120px;resize:vertical}.popup-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.popup-type-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:1rem;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.popup-type-option:hover{border-color:#cbd5e1}.popup-type-option.selected{border-color:#6366f1;background:#faf5ff}.popup-type-option-icon{width:48px;height:48px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup-type-option-content{flex:1}.popup-type-option-title{display:block;font-size:.9rem;font-weight:600;color:#1e293b}.popup-type-option-desc{display:block;font-size:.75rem;color:#64748b;margin-top:.125rem}.popup-type-option-check{width:24px;height:24px;border-radius:50%;background:#6366f1;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:scale(.5);transition:all .2s}.popup-type-option-check.visible{opacity:1;transform:scale(1)}.popup-image-preview{position:relative;border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0}.popup-image-preview-img{width:100%;max-height:200px;object-fit:cover;display:block}.popup-image-preview-remove{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:50%;background:#0009;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s}.popup-image-preview-remove:hover{background:#000c}.popup-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;border:2px dashed #cbd5e1;border-radius:1rem;cursor:pointer;background:#f8fafc;transition:all .2s}.popup-upload-zone:hover{border-color:#6366f1;background:#faf5ff}.popup-upload-zone-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.popup-upload-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;color:#6366f1;margin-bottom:.5rem}.popup-upload-title{font-size:.95rem;font-weight:600;color:#1e293b}.popup-upload-hint{font-size:.8rem;color:#64748b}.popup-schedule-section{background:#f8fafc;border-radius:1rem;padding:1.25rem;border:1px solid #e2e8f0}.popup-schedule-header{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.popup-schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.popup-activate-section{display:flex;align-items:flex-end}.popup-toggle-label-full{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;font-weight:500;color:#374151}.popup-checkbox{display:none}.popup-checkbox-custom{width:40px;height:24px;border-radius:9999px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem;transition:all .2s}.popup-checkbox:checked+.popup-checkbox-custom{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.popup-preview-body{padding:1.5rem}.popup-preview-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px -10px #00000026}.popup-preview-image{width:100%;max-height:280px;object-fit:cover;display:block}.popup-preview-content{padding:2rem;text-align:center}.popup-preview-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;color:#6366f1;margin:0 auto 1rem}.popup-preview-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.popup-preview-message{color:#64748b;font-size:.95rem;line-height:1.6}.popup-preview-footer{padding:1rem;border-top:1px solid #f1f5f9;text-align:center;color:#94a3b8;font-size:.8rem}.popup-delete-text{color:#64748b;font-size:.95rem;line-height:1.6}.popup-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px -2px #6366f166}.popup-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px -4px #6366f166}.popup-btn-primary:active{transform:translateY(0)}.popup-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.popup-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:1.5px solid #e2e8f0;background:#fff;color:#374151}.popup-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.popup-btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:none;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px -2px #ef444466}.popup-btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 16px -4px #ef444466}.popup-btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.popup-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.popup-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes popupFadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes popupFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1024px){.popup-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.popup-container{padding:1rem}.popup-header{flex-direction:column;align-items:flex-start;gap:1rem}.popup-stats-grid,.popup-type-selector,.popup-schedule-grid{grid-template-columns:1fr}.popup-card{flex-wrap:wrap}.popup-card-content{flex:1 0 100%;order:2}.popup-card-toggle{order:3;margin-left:auto}.popup-card-actions{order:4;width:100%;justify-content:flex-end;padding-top:.75rem;border-top:1px solid #f1f5f9;margin-top:.75rem}}
