/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;}.plan-card{background:#fff;border:1px solid #e8e0d5;border-radius:16px;padding:2rem;text-align:center;position:relative;transition:transform 0.3s ease,box-shadow 0.3s ease;}.plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.1);}.plan-card--popular{border-color:#F5A623;box-shadow:0 4px 20px rgba(245,166,35,0.15);}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#F5A623;color:#fff;padding:0.25rem 1rem;border-radius:20px;font-size:0.85rem;font-weight:600;white-space:nowrap;}.plan-icon{font-size:3rem;margin-bottom:1rem;}.plan-name{font-family:'Playfair Display',serif;font-size:1.5rem;color:#5D4037;margin:0 0 1rem;}.plan-price{font-size:2.5rem;font-weight:700;color:#F5A623;margin-bottom:1.5rem;}.plan-period{font-size:1rem;font-weight:400;color:#888;}.plan-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left;}.plan-features li{padding:0.5rem 0;border-bottom:1px solid #f0ebe3;color:#5D4037;font-size:0.95rem;}.plan-features li::before{content:'✓ ';color:#4CAF50;font-weight:600;}.subscription-thanks{min-height:60vh;display:flex;align-items:center;}.thanks-card{max-width:600px;margin:0 auto;text-align:center;padding:3rem;}.thanks-icon{font-size:4rem;margin-bottom:1.5rem;}.thanks-card h1{font-family:'Playfair Display',serif;font-size:2rem;color:#5D4037;margin-bottom:1rem;}.thanks-card p{color:#666;line-height:1.6;margin-bottom:1rem;}.thanks-subtitle{font-size:0.9rem;color:#888;}.thanks-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;}.dashboard-header{margin-bottom:2rem;}.dashboard-header h1{font-family:'Playfair Display',serif;font-size:2rem;color:#5D4037;margin-bottom:0.5rem;}.dashboard-header p{color:#666;}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;}.dashboard-card{background:#fff;border:1px solid #e8e0d5;border-radius:12px;padding:1.5rem;}.dashboard-card h3{font-family:'Playfair Display',serif;color:#5D4037;margin-bottom:1rem;}.status-item{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0;border-bottom:1px solid #f0ebe3;}.status-item:last-child{border-bottom:none;}.status-dot{width:8px;height:8px;border-radius:50%;background:#ccc;}.status-dot.status-online{background:#4CAF50;}.status-label{color:#888;font-size:0.9rem;}.text-success{color:#4CAF50;font-weight:600;}.dashboard-empty{text-align:center;padding:4rem 2rem;background:#faf7f2;border-radius:16px;}.empty-icon{font-size:4rem;margin-bottom:1.5rem;}.dashboard-empty h2{font-family:'Playfair Display',serif;color:#5D4037;margin-bottom:1rem;}.dashboard-empty p{color:#666;max-width:500px;margin:0 auto 2rem;}.hive-card{background:#fff;border:1px solid #e8e0d5;border-radius:12px;overflow:hidden;}.hive-card-header{background:#5D4037;color:#fff;padding:1.5rem;}.hive-card-header h3{margin:0 0 0.25rem;font-family:'Playfair Display',serif;}.hive-location{font-size:0.9rem;opacity:0.8;}.hive-card-body{padding:1.5rem;}.sensor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}.sensor-item{text-align:center;padding:1rem;background:#faf7f2;border-radius:8px;}.sensor-icon{font-size:1.5rem;margin-bottom:0.5rem;}.sensor-value{font-size:1.5rem;font-weight:700;color:#5D4037;margin-bottom:0.25rem;}.sensor-label{font-size:0.85rem;color:#888;}.badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:12px;font-size:0.8rem;font-weight:600;}.badge-success{background:#e8f5e9;color:#2e7d32;}.badge-warning{background:#fff3e0;color:#ef6c00;}.badge-danger{background:#ffebee;color:#c62828;}.admin-subscriptions-table{width:100%;border-collapse:collapse;}.admin-subscriptions-table th,.admin-subscriptions-table td{padding:0.75rem;text-align:left;border-bottom:1px solid #e8e0d5;}.admin-subscriptions-table th{background:#faf7f2;font-weight:600;color:#5D4037;}.admin-subscriptions-table tr:hover td{background:#faf7f2;}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all 0.3s ease;cursor:pointer;border:none;}.btn-sm{padding:0.4rem 0.8rem;font-size:0.85rem;}.btn-honey{background:#F5A623;color:#fff;}.btn-honey:hover{background:#e6951a;}.btn-outline{background:transparent;border:2px solid #F5A623;color:#F5A623;}.btn-outline:hover{background:#F5A623;color:#fff;}.btn-success{background:#4CAF50;color:#fff;}.btn-success:hover{background:#388e3c;}.btn-danger{background:#c62828;color:#fff;}.btn-danger:hover{background:#b71c1c;}.btn-full{display:block;width:100%;text-align:center;}.section{padding:5rem 0;}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}.section-header{text-align:center;margin-bottom:3rem;}.section-tag{display:inline-block;background:#F5A623;color:#fff;padding:0.25rem 1rem;border-radius:20px;font-size:0.85rem;font-weight:600;margin-bottom:1rem;}.section-header h2{font-family:'Playfair Display',serif;font-size:2.5rem;color:#5D4037;margin-bottom:0.75rem;}.section-header p{color:#666;font-size:1.1rem;}
