*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f7f7f7;color:#222}.cp-loading-card{margin-top:80px;background:#fff;padding:42px 32px;border-radius:18px;text-align:center;box-shadow:0 25px 60px #0000001f}.cp-spinner{width:48px;height:48px;margin:0 auto 16px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:cp-spin .8s linear infinite}@keyframes cp-spin{to{transform:rotate(360deg)}}.all-pages{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.all-pages-loading-card{background:#fff;padding:44px 36px;border-radius:20px;text-align:center;box-shadow:0 30px 80px #0000001f;animation:fade-in .4s ease-out}.all-pages-spinner{width:52px;height:52px;margin:0 auto 20px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:all-pages-spin .75s linear infinite}.loading-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:6px}.loading-sub{font-size:13px;color:#6b7280}@keyframes all-pages-spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.navbar{position:sticky;top:0;z-index:1000;background-color:#fff;border-bottom:1px solid #f0f0f0}.navbar-container{max-width:1200px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.navbar-logo a{font-size:24px;font-weight:700;color:#2563eb;text-decoration:none}.navbar-links{display:flex;gap:28px}.nav-link{font-size:15px;font-weight:500;color:#374151;text-decoration:none;position:relative;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#2563eb}.nav-link.active:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background-color:#2563eb;border-radius:4px}.navbar-actions{display:flex;gap:12px}.btn-login{background:transparent;border:1px solid #d1d5db;padding:15px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-login:hover{border-color:#2563eb;color:#2563eb}@media(max-width:768px){.navbar-links{display:none}}.footer{background-color:#0f172a;color:#e5e7eb;margin-top:80px}.footer-container{max-width:1200px;margin:0 auto;padding:50px 20px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.footer-logo{font-size:26px;font-weight:700;color:#fff;margin-bottom:10px}.footer-tagline{font-size:14px;color:#cbd5f5;max-width:280px;line-height:1.6}.footer-links h4,.footer-contact h4{font-size:16px;font-weight:600;margin-bottom:14px;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{text-decoration:none;font-size:14px;color:#cbd5f5;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-contact p{font-size:14px;color:#cbd5f5;margin-bottom:8px}.footer-contact a{color:#00d5ff;text-decoration:none;font-weight:500}.footer-contact a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #1e293b;text-align:center;padding:16px 20px;font-size:13px;color:#94a3b8}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-tagline{margin:0 auto}}.home{width:100%}.hero{max-width:1200px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero-content h1{font-size:48px;font-weight:800;color:#0f172a;line-height:1.2;animation:fadeUp .6s ease}.hero-content h1 span{color:#2563eb}.hero-content p{margin-top:20px;font-size:16px;color:#475569;max-width:520px;line-height:1.7;animation:fadeUp .8s ease}.hero-actions{margin-top:32px;display:flex;gap:16px;animation:fadeUp 1s ease}.btn-primary{background-color:#2563eb;color:#fff;padding:12px 22px;border-radius:10px;font-size:15px;text-decoration:none;transition:all .25s ease}.btn-secondary{border:1px solid #cbd5f5;color:#1e293b;padding:12px 22px;border-radius:10px;font-size:15px;text-decoration:none;transition:all .25s ease}.btn-secondary:hover{border-color:#2563eb;color:#2563eb}.hero-visual{display:flex;justify-content:center}.mockup-card{width:280px;padding:24px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#fff);box-shadow:0 20px 40px #00000014;animation:float 3s ease-in-out infinite}.mockup-card p{font-weight:600;margin-bottom:14px}.mockup-line{height:10px;background-color:#c7d2fe;border-radius:6px;margin-bottom:10px}.mockup-line.small{width:60%}.features{background-color:#f8fafc;padding:70px 20px;text-align:center}.features h2{font-size:32px;font-weight:700;margin-bottom:40px;color:#0f172a}.feature-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-card{background-color:#fff;padding:32px 24px;border-radius:16px;box-shadow:0 10px 25px #0000000d;transition:transform .25s ease}.feature-card:hover{transform:translateY(-6px)}.feature-card h3{font-size:18px;margin-bottom:12px}.feature-card p{font-size:14px;color:#475569}.cta{padding:80px 20px;text-align:center}.cta h2{font-size:34px;font-weight:700;margin-bottom:12px}.cta p{font-size:15px;color:#475569;margin-bottom:28px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media(max-width:900px){.hero{grid-template-columns:1fr;text-align:center}.hero-actions{justify-content:center}}@media(max-width:600px){.hero-content h1{font-size:36px}.feature-grid{grid-template-columns:1fr}}.about{width:100%}.about-hero{max-width:900px;margin:0 auto;padding:80px 20px 60px;text-align:center}.about-hero h1{font-size:42px;font-weight:800;color:#0f172a;margin-bottom:16px;animation:fadeUp .5s ease}.about-hero p{font-size:16px;color:#475569;line-height:1.7;animation:fadeUp .7s ease}.about-content{max-width:1100px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.about-card{background-color:#fff;padding:32px 26px;border-radius:16px;box-shadow:0 10px 25px #0000000d;animation:fadeUp .9s ease}.about-card h2{font-size:20px;margin-bottom:14px;color:#0f172a}.about-card p{font-size:14px;color:#475569;line-height:1.7}.about-card ul{list-style:none;padding:0;margin:0}.about-card li{font-size:14px;color:#475569;margin-bottom:10px}@media(max-width:900px){.about-content{grid-template-columns:1fr}.about-hero h1{font-size:34px}}.contact{width:100%}.contact-hero{max-width:900px;margin:0 auto;padding:80px 20px 60px;text-align:center}.contact-hero h1{font-size:42px;font-weight:800;color:#0f172a;margin-bottom:16px;animation:fadeUp .5s ease}.contact-hero p{font-size:16px;color:#475569;line-height:1.7;animation:fadeUp .7s ease}.contact-content{max-width:1100px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1.2fr .8fr;gap:32px}.contact-card{background-color:#fff;padding:32px 26px;border-radius:16px;box-shadow:0 10px 25px #0000000d;animation:fadeUp .9s ease}.contact-card h2{font-size:20px;margin-bottom:20px;color:#0f172a}.contact-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:13px;font-weight:500;margin-bottom:6px;color:#334155}.form-group input,.form-group textarea{padding:12px 14px;border-radius:10px;border:1px solid #cbd5f5;font-size:14px;outline:none;transition:border .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb}.btn-primary{background-color:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:15px;cursor:pointer;transition:all .25s ease;margin-top:10px}.btn-primary:hover{background-color:#1e4ed8;transform:translateY(-2px)}.info-card a{text-decoration:none}.info-card a:hover{text-decoration:underline}.info-card p{font-size:14px;color:#475569;margin-bottom:14px;line-height:1.6}.response-note{font-size:13px;color:#64748b;margin-top:20px}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.contact-content{grid-template-columns:1fr}.contact-hero h1{font-size:34px}}.auth-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#020617);display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{background:#fff;width:100%;max-width:420px;padding:36px;border-radius:14px;box-shadow:0 20px 40px #00000040;animation:fadeUp .4s ease}.auth-title{font-size:26px;font-weight:700;text-align:center;margin-bottom:6px}.auth-subtitle{text-align:center;font-size:14px;color:#64748b;margin-bottom:26px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form input{padding:12px 14px;font-size:14px;border-radius:8px;border:1px solid #cbd5e1;outline:none}.auth-form input:focus{border-color:#2563eb}.primary-btn{margin-top:6px;padding:12px;background:#2563eb;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer}.primary-btn:disabled{background:#93c5fd;cursor:not-allowed}.link-btn{margin-top:10px;background:none;border:none;color:#2563eb;font-size:13px;cursor:pointer;text-align:center}.error-text{color:#dc2626;font-size:13px;text-align:center}.success-text{color:#16a34a;font-size:13px;text-align:center}.password-hint{font-size:12px;color:#64748b;text-align:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hotels-page{padding:30px;max-width:1300px;margin:auto}.hotels-header h1{font-size:28px;margin-bottom:4px}.hotels-header p{font-size:14px;color:#64748b}.loading-box{margin-top:40px;text-align:center;color:#64748b}.table-wrapper{margin-top:24px;background:#fff;border-radius:14px;overflow-x:auto;box-shadow:0 12px 30px #0000000f}.hotels-table{width:100%;border-collapse:collapse;font-size:14px}.hotels-table thead{background:#f1f5f9}.hotels-table th,.hotels-table td{padding:14px 16px;text-align:left;white-space:nowrap}.hotels-table tbody tr{border-top:1px solid #e2e8f0}.hotels-table tbody tr:hover{background:#f8fafc}.badge{padding:4px 10px;font-size:12px;border-radius:999px;font-weight:600}.badge.active{background:#dcfce7;color:#166534}.badge.disabled{background:#fee2e2;color:#991b1b}.badge.warning{background:#fef3c7;color:#92400e}.action-btn{border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.action-btn.danger{background:#ef4444;color:#fff}.action-btn.success{background:#22c55e;color:#fff}.mono{font-family:monospace}.empty-text{text-align:center;padding:30px;color:#94a3b8}@media(max-width:768px){.hotels-page{padding:20px}}.db-page{min-height:100vh;padding:32px 16px;max-width:1200px;margin:0 auto}.db-header{margin-bottom:28px}.db-header h1{font-size:30px;font-weight:700;color:#0f172a;margin-bottom:6px}.db-header p{color:#64748b;font-size:14px}.db-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.db-card{background:#fff;padding:24px;border-radius:18px;text-decoration:none;color:#0f172a;box-shadow:0 12px 32px #0000000f;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;gap:6px}.db-card h3{font-size:18px;font-weight:600}.db-card p{font-size:13px;color:#64748b;line-height:1.5}.db-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #0000001f}.db-card-primary{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff}.db-card-primary p{color:#e0e7ff}@media(max-width:768px){.db-header h1{font-size:24px}.db-page{padding:24px 14px}.db-card{padding:20px}}@media(min-width:1024px){.db-page{padding-top:40px}}.settings-page{max-width:1000px;margin:auto;padding:28px}.settings-page-title{font-size:28px;margin-bottom:22px}.settings-card{background:#fff;padding:22px;border-radius:16px;margin-bottom:26px;box-shadow:0 12px 30px #0000000f}.settings-card.danger{border:1px solid #fee2e2}.settings-card-title{margin-bottom:16px}.settings-info-row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.settings-info-row.column{flex-direction:column;align-items:flex-start}.settings-info-row span{font-size:14px;color:#64748b}.settings-input,.settings-textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;font-size:14px}.settings-textarea{min-height:90px}.settings-btn{padding:8px 16px;border-radius:10px;border:none;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.settings-btn.secondary{background:#e2e8f0;color:#334155}.settings-btn.danger-btn{background:#dc2626}.settings-asset-row{display:flex;gap:14px;align-items:center;margin-bottom:14px}.settings-asset-row img{height:60px;padding:6px;border-radius:8px;background:#f1f5f9}.settings-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:12px}.settings-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999}.settings-modal-box{background:#fff;padding:24px;border-radius:16px;max-width:400px;width:90%}.settings-success{color:#16a34a;margin-top:10px}.settings-error{color:#dc2626;margin-top:10px}.settings-muted-text{color:#64748b}.settings-loading-text{text-align:center;padding:50px;font-size:16px}.settings-divider{border:none;height:1px;background:#e5e7eb;margin:30px 0}@media(max-width:768px){.settings-info-row,.settings-asset-row{flex-direction:column;align-items:flex-start}}.rooms-page{padding:30px;max-width:1100px;margin:auto}.rooms-header h1{font-size:28px;margin-bottom:4px}.rooms-header p{color:#64748b;font-size:14px}.room-card{margin-top:24px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 10px 25px #0000000f}.room-card h3{margin-bottom:14px}.room-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px}.room-form input{padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px}.room-form input:focus{outline:none;border-color:#2563eb}.room-form button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-weight:600;cursor:pointer}.room-form button:disabled{background:#93c5fd;cursor:not-allowed}.room-list{margin-top:30px;display:grid;gap:12px}.room-item{background:#f8fafc;padding:14px 18px;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.room-item strong{font-size:15px}.room-item span{display:block;font-size:13px;color:#64748b}.empty-text{text-align:center;color:#94a3b8;margin-top:40px}.switch{position:relative;width:42px;height:22px}.switch input{display:none}.slider{position:absolute;background:#cbd5e1;border-radius:999px;inset:0;cursor:pointer;transition:.25s}.slider:before{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:2px;left:2px;transition:.25s}.switch input:checked+.slider{background:#22c55e}.switch input:checked+.slider:before{transform:translate(20px)}@media(max-width:768px){.room-form{grid-template-columns:1fr}}.allinvoices-page{padding:30px;max-width:1200px;margin:auto}.allinvoices-header h2{font-size:26px;margin-bottom:4px}.allinvoices-header p{font-size:14px;color:#64748b}.allinvoices-filter-card{margin-top:20px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 10px 25px #0000000f}.allinvoices-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.allinvoices-filters-grid input,.allinvoices-filters-grid select{padding:10px 12px;font-size:14px;border-radius:8px;border:1px solid #cbd5e1}.allinvoices-filters-grid input:focus,.allinvoices-filters-grid select:focus{outline:none;border-color:#2563eb}.allinvoices-filter-actions{display:flex;gap:12px;margin-top:14px}.allinvoices-search-btn{background:#2563eb;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer}.allinvoices-clear-btn{background:#e5e7eb;color:#0f172a;border:none;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer}.allinvoices-clear-btn:hover{background:#d1d5db}.allinvoices-table-wrapper{margin-top:30px;overflow-x:auto}.allinvoices-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.allinvoices-table thead{background:#0f172a;color:#fff}.allinvoices-table th,.allinvoices-table td{padding:12px 14px;font-size:14px;text-align:left}.allinvoices-table tbody tr{border-bottom:1px solid #e5e7eb}.allinvoices-table tbody tr:hover{background:#f8fafc}.allinvoices-status{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.allinvoices-paid{background:#dcfce7;color:#166534}.allinvoices-draft{background:#fef3c7;color:#92400e}.allinvoices-open-link{color:#2563eb;font-weight:600;text-decoration:none}.allinvoices-open-link:hover{text-decoration:underline}.allinvoices-empty-row{text-align:center;color:#94a3b8;padding:30px}@media(max-width:768px){.allinvoices-header h2{font-size:22px}}.cp-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#eef2ff);padding:32px 14px;display:flex;justify-content:center;align-items:flex-start}.cp-container{width:100%;max-width:540px;background:#fff;padding:34px;border-radius:22px;box-shadow:0 30px 75px #0000001f}.cp-header{text-align:center;margin-bottom:30px}.cp-header h1{font-size:26px;font-weight:700;color:#0f172a}.cp-header p{font-size:14px;color:#64748b;margin-top:6px}.cp-form{display:flex;flex-direction:column;gap:26px}.cp-section{display:flex;flex-direction:column;gap:14px}.cp-section>h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.cp-section-title{font-size:13px;font-weight:600;color:#475569;margin-bottom:4px}.cp-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cp-row>div{display:flex;flex-direction:column;gap:6px}.cp-form input,.cp-form textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #cbd5e1;font-size:14px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.cp-form input:focus,.cp-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.cp-form textarea{resize:none;min-height:100px}.cp-form input:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.cp-form input[type=file]{padding:10px;font-size:13px}.cp-form input[type=checkbox]{width:auto;padding:0;margin:0;box-shadow:none}.cp-checkbox{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155;line-height:1.4}.cp-checkbox input{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.cp-checkbox label{cursor:pointer}.cp-password-hint{font-size:12px;color:#64748b;line-height:1.6}.cp-submit-btn{margin-top:6px;padding:15px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.cp-submit-btn:hover{transform:translateY(-1px);box-shadow:0 14px 32px #2563eb66}.cp-submit-btn:active{transform:scale(.98)}@media(max-width:600px){.cp-container{padding:24px 18px;border-radius:18px}.cp-header h1{font-size:22px}.cp-row{grid-template-columns:1fr}.cp-form{gap:22px}}@media(min-width:1024px){.cp-page{padding-top:50px}}@media print{body{margin:0;padding:0;font-family:Arial,sans-serif}button,select,input,a{display:none!important}main{max-width:100%!important;padding:0!important}table{border-collapse:collapse;width:100%}table,th,td{border:1px solid #000}h2,h3,h4{margin:4px 0}hr{border:none;border-top:1px solid #000;margin:10px 0}img{max-height:80px}header{display:none}}
