:root{--hc-pr-orange-500: #de6a30;--hc-pr-orange-600: #ea580c;--hc-pr-navy-900: #272b40;--hc-pr-slate-100: #f8fafc;--hc-pr-slate-300: #cbd5e1;--hc-pr-yellow-500: #e2ad38;--hc-pr-blue-300: #8bc6e2;--hc-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--hc-font-mono: ui-monospace, SFMono-Regular, Consolas, monospace;--hc-fs-xs: 1.2rem;--hc-fs-sm: 1.4rem;--hc-fs-base: 1.6rem;--hc-fs-md: 1.8rem;--hc-fs-lg: 2.4rem;--hc-fs-xl: 3.2rem;--hc-fs-2xl: 4.0rem;--hc-radius-sm: 8px;--hc-radius-lg: 12px;--hc-transition-fast: 0.2s ease}:where(:root),:where([data-theme=default]){--hc-bg-base: var(--hc-pr-navy-900);--hc-text-main: var(--hc-pr-slate-100);--hc-text-muted: var(--hc-pr-slate-300);--hc-color-accent: var(--hc-pr-orange-500);--hc-color-hover: var(--hc-pr-orange-600);--hc-glass-bg: rgba(255, 255, 255, 0.05);--hc-glass-border: rgba(255, 255, 255, 0.1);--hc-glass-blur: blur(10px);--hc-glass-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);--hc-bg-image-default: url("/assets/background_flowers_1.jpg")}[data-theme=light]{--hc-bg-base: #f1f5f9;--hc-text-main: #0f172a;--hc-text-muted: #475569;--hc-glass-bg: rgba(0, 0, 0, 0.03);--hc-glass-border: rgba(0, 0, 0, 0.08)}html{font-size:62.5%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:none;overscroll-behavior:none;user-select:none;-webkit-user-select:none}html,body{height:100vh}body{background-position:center;background-repeat:no-repeat;background-size:cover;margin:0;padding:0;font-family:var(--hc-font-sans);background-color:#1177b5;background-size:cover;color:var(--hc-text-main);position:relative}[data-controller=background]{position:relative;background-image:var(--hc-bg-image-current);background-size:cover;background-position:center;background-repeat:no-repeat;isolation:isolate}[data-controller=background]::before{content:"";position:absolute;inset:0;background-image:var(--hc-bg-image-next);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 8s ease-in-out;z-index:0;pointer-events:none}[data-controller=background].bg-fading::before{opacity:1}[data-controller=background].no-transition::before{transition:none !important}html{font-size:62.5%}h1{margin-top:0;font-size:var(--hc-fs-md, 1.8rem);color:var(--hc-text-main);font-weight:600;line-height:var(--hc-lh-tight, 1.2)}p{margin-bottom:2rem;color:var(--hc-text-muted);font-size:var(--hc-fs-base, 1.6rem);line-height:var(--hc-lh-normal, 1.6)}.instructions{font-size:var(--hc-fs-sm, 1.4rem);background:rgba(0,0,0,.25);padding:1.5rem;border-radius:var(--hc-radius-sm, 8px);margin-top:2rem;border:1px solid var(--hc-glass-border)}.instructions strong{color:var(--hc-color-accent);font-size:var(--hc-fs-base, 1.6rem);display:block;margin-bottom:.5rem}.instructions ul{padding-left:1.25rem;margin-bottom:1.5rem;color:var(--hc-text-muted)}.instructions li{margin-bottom:.5rem}.hidden{display:none !important}.homecloud{background:rgba(0,0,0,0);margin:0;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;overflow:hidden;padding:0}@media(min-width: 768px){.homecloud{flex-direction:row}}.homecloud.uninitialized .sidebar{display:none !important}.homecloud .sidebar{position:absolute;z-index:20;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:60px;background-color:var(--hc-color-accent);box-shadow:0 4px 20px rgba(0,0,0,.3);flex-shrink:0;background-image:radial-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 0),radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 0);background-size:3px 3px,4px 4px;background-position:0 0,1.5px 1.5px}@media(min-width: 768px){.homecloud .sidebar{flex-direction:column;justify-content:flex-start;width:15%;min-width:120px;max-width:200px;height:100%;min-height:100vh;box-shadow:10px 0 40px rgba(0,0,0,.3)}}.homecloud .sidebar>.symbolmark{width:40px;height:40px;aspect-ratio:1;margin:10px 20px;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.homecloud .sidebar>.symbolmark{width:60%;height:auto;margin:20px auto}}.homecloud .sidebar>.symbolmark>svg{display:block;height:100%;width:100%}.homecloud .sidebar>.symbolmark>svg path{filter:drop-shadow(10px 5px 4px rgba(0, 0, 0, 0.4))}.homecloud .sidebar-hidden{display:none !important}.homecloud .hc-main-stage{display:flex;flex-direction:column;position:relative;z-index:10;height:100vh;overflow:auto;padding:1.5rem;box-sizing:border-box;width:100%}@media(min-width: 768px){.homecloud .hc-main-stage{padding:2.5rem}}.homecloud .glass-panel{position:fixed;z-index:30;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),visibility 0s linear 1.4s;pointer-events:none;visibility:hidden;left:0;right:0;width:100%;height:45%;max-height:450px}@media(min-width: 768px){.homecloud .glass-panel{top:0;bottom:0;height:auto;max-height:none;width:45%;max-width:500px}}.homecloud .glass-panel-border{position:absolute;content:"";background:var(--hc-glass-bg, rgba(255, 255, 255, 0.08));backdrop-filter:var(--hc-glass-blur, blur(25px));-webkit-backdrop-filter:var(--hc-glass-blur, blur(25px));box-shadow:var(--hc-glass-shadow, 0 0 35px rgba(0, 0, 0, 0.4));transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);isolation:isolate;pointer-events:none;top:0;bottom:0;left:-100px;right:-100px}@media(min-width: 768px){.homecloud .glass-panel-border{top:-100px;bottom:-100px;left:0;right:0}}.homecloud .glass-panel .content-wrapper{width:100%;max-width:380px;position:relative;z-index:30;padding:1rem}.homecloud .glass-panel.glass-panel-open{visibility:visible;pointer-events:all;transform:translate3d(0, 0, 0) !important;transition-delay:0s}.homecloud .glass-panel-left{top:0;padding:2rem 2rem 5rem 2rem;transform:translate3d(0, calc(-100% - 100px), 0)}@media(min-width: 768px){.homecloud .glass-panel-left{bottom:0;left:0;right:auto;padding:2rem 6rem 2rem 2rem;transform:translate3d(calc(-100% - 100px), 0, 0)}}.homecloud .glass-panel-left .glass-panel-border{border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-bottom:3px solid var(--hc-glass-border, rgba(255, 255, 255, 0.18));border-top:none}@media(min-width: 768px){.homecloud .glass-panel-left .glass-panel-border{border-radius:0;border-top-right-radius:50%;border-bottom-right-radius:50%;border-right:3px solid var(--hc-glass-border, rgba(255, 255, 255, 0.18));border-bottom:none}}.homecloud .glass-panel-right{bottom:0;padding:5rem 2rem 2rem 2rem;transform:translate3d(0, calc(100% + 100px), 0)}@media(min-width: 768px){.homecloud .glass-panel-right{top:0;right:0;left:auto;padding:2rem 2rem 2rem 6rem;transform:translate3d(calc(100% + 100px), 0, 0)}}.homecloud .glass-panel-right .glass-panel-border{border-top-left-radius:50%;border-top-right-radius:50%;border-top:3px solid var(--hc-glass-border, rgba(255, 255, 255, 0.18));border-bottom:none}@media(min-width: 768px){.homecloud .glass-panel-right .glass-panel-border{border-radius:0;border-top-left-radius:50%;border-bottom-left-radius:50%;border-left:3px solid var(--hc-glass-border, rgba(255, 255, 255, 0.18));border-top:none}}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.form-label{font-size:var(--hc-fs-sm, 1.4rem);font-weight:500;color:var(--hc-text-main);margin-bottom:.6rem;display:flex;justify-content:space-between;align-items:center}.form-input{width:100%;padding:1.2rem 1.4rem;font-size:var(--hc-fs-base, 1.6rem);font-family:var(--hc-font-sans);color:var(--hc-text-main);background-color:rgba(0,0,0,.25);border:1px solid var(--hc-glass-border);border-radius:var(--hc-radius-sm, 8px);outline:none;box-sizing:border-box;transition:border-color var(--hc-transition-fast),box-shadow var(--hc-transition-fast),background-color var(--hc-transition-fast)}.form-input::placeholder{color:var(--hc-text-muted);opacity:.6}.form-input:focus{border-color:var(--hc-color-accent);background-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(222,106,48,.25)}.form-input:disabled{opacity:.5;cursor:not-allowed}.form-hint{font-size:var(--hc-fs-xs, 1.2rem);color:var(--hc-text-muted);margin-top:.5rem}.form-group.has-error .form-input{border-color:#ef4444}.form-group.has-error .form-input:focus{box-shadow:0 0 0 3px rgba(239,68,68,.25)}.form-group.has-error .form-hint,.form-group.has-error .form-label{color:#fca5a5}@keyframes hvr-pop{50%{-webkit-transform:scale(1.02);transform:scale(1.03)}}.hcui--component--button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;margin:2px 0;font-family:var(--hc-font-sans, -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif);font-size:.875rem;font-weight:500;letter-spacing:-0.01em;text-decoration:none;white-space:nowrap;border-radius:8px;border:1px solid rgba(0,0,0,0);cursor:pointer;box-sizing:border-box;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:background-color .15s ease,border-color .15s ease,color .15s ease}.hcui--component--button:focus-visible{outline:none;box-shadow:0 0 0 2px #ea580c}.hcui--component--button.hcui--component--button--full-width{display:flex;width:100%}.hcui--component--button.hcui--component--button--primary{color:#fff;background-color:#ea580c;border-color:#ea580c}.hcui--component--button.hcui--component--button--primary:hover{background-color:#c2410c;border-color:#c2410c;animation:hvr-pop .3s ease-in-out forwards}.hcui--component--button.hcui--component--button--primary:active{background-color:#9a3412;border-color:#9a3412;transform:scale(0.97)}.hcui--component--button.hcui--component--button--secondary{color:#f3f4f6;background-color:#1f2937;border-color:#374151}.hcui--component--button.hcui--component--button--secondary:hover{color:#fff;background-color:#374151;border-color:#4b5563;animation:hvr-pop .3s ease-in-out forwards}.hcui--component--button.hcui--component--button--secondary:active{background-color:#111827;border-color:#1f2937;transform:scale(0.97)}@keyframes hvr-pop{50%{-webkit-transform:scale(1.02);transform:scale(1.03)}}.hcui--component--download-button{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;margin:.5rem 0 1rem 0;font-family:var(--hc-font-sans, -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif);color:#f9fafb;text-decoration:none;box-sizing:border-box;user-select:none;background-color:#111827;border:1px solid #374151;border-radius:8px;transition:background-color .15s ease,border-color .15s ease}.hcui--component--download-button:hover{cursor:pointer;background-color:#1f2937;border-color:#4b5563;animation:hvr-pop .3s ease-in-out forwards}.hcui--component--download-button:active{background-color:#030712;border-color:#1f2937;transform:scale(0.98)}.hcui--component--download-button:focus-visible{outline:none;border-color:#ea580c}.hcui--component--download-button.hcui--component--download-button--recommended{background-color:#18181b;border-color:#ea580c}.hcui--component--download-button.hcui--component--download-button--recommended:hover{background-color:#27272a;border-color:#f97316;animation:hvr-pop .3s ease-in-out forwards}.hcui--component--download-button.hcui--component--download-button--recommended::after{content:"Recommended";position:absolute;top:-10px;right:14px;padding:.15rem .5rem;background-color:#ea580c;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:4px}@keyframes hvr-pop{50%{transform:scale(1.05)}}.hcui--component--icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.85);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 0 rgba(255,255,255,.15);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .1s ease}.hcui--component--icon-button:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.12),inset 0 1px 0 0 rgba(255,255,255,.3);animation-name:hvr-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.hcui--component--icon-button:active{transform:scale(0.95);background:rgba(255,255,255,.08)}.hcui--component--icon-button--success:hover{background:rgba(46,213,115,.2);border-color:rgba(46,213,115,.4);color:#2ed573}.hcui--component--icon-button--danger:hover{background:rgba(255,71,87,.2);border-color:rgba(255,71,87,.4);color:#ff4757}.hcui--component--icon-button__icon,.hcui--component--icon-button svg{width:1.1rem;height:1.1rem;display:block;pointer-events:none;stroke:currentColor}@keyframes hvr-pop{50%{-webkit-transform:scale(1.02);transform:scale(1.03)}}.hcui--component--menu-button{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.85rem 1.1rem;gap:.85rem;background:rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:12px;color:rgba(255,255,255,.85);font-family:inherit;font-size:.95rem;font-weight:500;letter-spacing:.01em;text-align:left;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 0 rgba(255,255,255,.15);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.hcui--component--menu-button:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1),inset 0 1px 0 0 rgba(255,255,255,.3);animation-name:hvr-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.hcui--component--menu-button:active{transform:scale(0.98);background:rgba(255,255,255,.08)}.hcui--component--menu-button--active{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.4);color:#fff;font-weight:600;box-shadow:0 8px 20px rgba(0,0,0,.15),inset 0 1px 0 0 rgba(255,255,255,.5)}.hcui--component--menu-button--active:hover{background:rgba(255,255,255,.28);border-color:rgba(255,255,255,.5)}.hcui--component--menu-button__icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;flex-shrink:0;opacity:.9}.hcui--component--menu-button__icon svg{width:100%;height:100%;fill:currentColor}.hcui--component--menu-button__label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hcui--component--menu-button__badge{font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.15);color:#fff}.hcui--component--file-upload{display:flex;flex-direction:column;gap:.5rem;width:100%}.hcui--component--file-upload__zone{position:relative;display:flex;align-items:center;justify-content:center;width:180px;height:180px;padding:1rem;border:2px dashed var(--hcui-border-color, #d1d5db);border-radius:var(--hcui-border-radius, 12px);background-color:var(--hcui-bg-subtle, #f9fafb);cursor:pointer;transition:all .2s ease-in-out;box-sizing:border-box}.hcui--component--file-upload__zone:hover{border-color:var(--hcui-primary-color, #3b82f6);background-color:var(--hcui-bg-hover, #f3f4f6)}.hcui--component--file-upload__zone:focus-within{outline:2px solid var(--hcui-primary-color, #3b82f6);outline-offset:2px}.hcui--component--file-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hcui--component--file-upload__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.35rem;pointer-events:none}.hcui--component--file-upload__icon{width:28px;height:28px;color:var(--hcui-icon-color, #6b7280)}.hcui--component--file-upload__text{font-size:.85rem;font-weight:500;color:var(--hcui-text-color, #374151);line-height:1.2}.hcui--component--file-upload__hint{font-size:.72rem;color:var(--hcui-muted-color, #9ca3af)}.hcui--component--layout--hstack{align-items:var(--hstack-align, center);display:flex;flex-direction:row;flex-wrap:var(--hstack-wrap, nowrap);gap:var(--hstack-gap, 1rem);justify-content:var(--hstack-justify, flex-start);max-width:var(--hstack-max-width, none);width:100%}.hcui--component--layout--vstack{align-items:var(--vstack-align, stretch);display:flex;flex-direction:column;gap:var(--vstack-gap, 1rem);height:auto;justify-content:var(--vstack-justify, flex-start);max-width:var(--vstack-max-width, none);padding:1rem;width:100%}.hcui--component--layout--vstack--scrollable{height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden}@keyframes hvr-pop{50%{-webkit-transform:scale(1.02);transform:scale(1.03)}}.hcui--component--dom-link{display:inline-flex;align-items:center;position:relative;border-radius:12px;color:inherit;text-decoration:none;padding:.85rem 1.1rem;cursor:pointer;box-sizing:border-box;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.hcui--component--dom-link--block{display:flex;width:100%}.hcui--component--dom-link--haze{backdrop-filter:var(--hc-glass-blur, blur(25px));-webkit-backdrop-filter:var(--hc-glass-blur, blur(25px));box-shadow:var(--hc-glass-shadow, 0 0 35px rgba(0, 0, 0, 0.4))}.hcui--component--dom-link--border{border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 0 rgba(255,255,255,.15)}.hcui--component--dom-link--haze.hcui--component--dom-link--border{box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 0 rgba(255,255,255,.15)}.hcui--component--dom-link--sm{padding:.5rem .75rem}.hcui--component--dom-link--flush{padding:0}.hcui--component--dom-link:hover{color:#fff}.hcui--component--dom-link:hover.hcui--component--dom-link--haze{background:rgba(255,255,255,.12)}.hcui--component--dom-link:hover.hcui--component--dom-link--border{border-color:rgba(255,255,255,.25)}.hcui--component--dom-link:hover.hcui--component--dom-link--haze.hcui--component--dom-link--border{box-shadow:0 6px 16px rgba(0,0,0,.1),inset 0 1px 0 0 rgba(255,255,255,.3)}.hcui--component--dom-link:hover{animation-name:hvr-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.hcui--component--dom-link:active{transform:scale(0.98)}.hcui--component--dom-link:active.hcui--component--dom-link--haze{background:rgba(255,255,255,.08)}.hcui--component--dom-link:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.hcui--component--table-wrapper{width:100%;overflow-x:auto;background:var(--hc-glass-bg);backdrop-filter:var(--hc-glass-blur);border:1px solid var(--hc-glass-border);border-radius:var(--hc-radius-lg)}.hcui--component--table-wrapper .hcui--component--table{width:100%;border-collapse:collapse;font-family:var(--hc-font-sans);font-size:var(--hc-fs-sm);color:var(--hc-text-main);text-align:left}.hcui--component--table-wrapper .hcui--component--table th,.hcui--component--table-wrapper .hcui--component--table td{padding:1.2rem 1.6rem;border-bottom:1px solid var(--hc-glass-border)}.hcui--component--table-wrapper .hcui--component--table th{font-weight:600;color:var(--hc-text-muted);text-transform:uppercase;font-size:var(--hc-fs-xs);letter-spacing:.05em}.hcui--component--table-wrapper .hcui--component--table tr{transition:background var(--hc-transition-fast)}.hcui--component--table-wrapper .hcui--component--table tr:hover{background:rgba(255,255,255,.03)}.hcui--component--table-wrapper .hcui--component--table tr.is-selected{background:rgba(222,106,48,.1)}.hcui--component--table-wrapper .hcui--component--table .hcui--component--table-cell-select{width:4rem;text-align:center}.hcui--component--table-wrapper .hcui--component--table .hcui--component--table-cell-select input[type=checkbox]{cursor:pointer;accent-color:var(--hc-color-accent)}.hcui--component--table-action-bar{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(0);z-index:1000;width:min(90%,600px);display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;background:rgba(15,23,42,.75);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 8px 10px -6px rgba(0,0,0,.3);border-radius:var(--hc-radius-md, 12px);opacity:1;pointer-events:auto;transition:opacity var(--hc-transition-fast, 0.2s ease),transform var(--hc-transition-fast, 0.2s ease),visibility var(--hc-transition-fast, 0.2s ease)}.hcui--component--table-action-bar.is-hidden{opacity:0;pointer-events:none;visibility:hidden;transform:translateX(-50%) translateY(1rem)}.hcui--component--table-action-bar .hcui--component--table-action-bar-count{font-family:var(--hc-font-sans);font-size:var(--hc-fs-sm, 0.875rem);color:var(--hc-text-main, #fff);font-weight:600;letter-spacing:.01em}.hcui--component--table-action-bar .hcui--component--table-action-bar-actions{display:flex;align-items:center;gap:.75rem}.hcui--component--clock{display:inline-flex;align-items:baseline;gap:.35em;font-family:var(--hcui-font-family, system-ui, -apple-system, sans-serif);font-weight:200;font-size:3rem;color:var(--hcui-clock-color, currentColor);line-height:1;user-select:none}.hcui--component--clock__time{font-variant-numeric:tabular-nums;letter-spacing:-0.02em}.hcui--component--clock__meridiem{font-size:.55em;font-weight:700;text-transform:uppercase;opacity:.75;letter-spacing:.05em}.hc-component-icon{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:100px;padding:8px 4px;cursor:pointer;user-select:none;transition:transform .18s cubic-bezier(0.2, 0, 0.1, 1)}.hc-component-icon:hover{transform:scale(1.08)}.hc-component-icon:hover .hc-icon-box{box-shadow:0 12px 28px rgba(0,0,0,.45)}.hc-component-icon:active{transform:scale(0.94)}.hc-component-icon:active .hc-icon-box{box-shadow:0 4px 12px rgba(0,0,0,.3);filter:brightness(0.9)}.hc-icon-box{position:relative;width:80px;height:80px;border-radius:18px;overflow:hidden;margin-bottom:8px;background:linear-gradient(135deg, #6366f1 0%, #a855f7 100%);box-shadow:0 8px 20px rgba(0,0,0,.35);transition:box-shadow .18s ease,filter .18s ease}.hc-icon-box .hc-icon-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:18px}.hc-icon-box .hc-icon-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",sans-serif;font-size:34px;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.25)}.hc-icon-label{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",sans-serif;font-size:12px;font-weight:500;color:rgba(255,255,255,.95);text-align:center;text-transform:capitalize;line-height:1.3;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.8),0 0 6px rgba(0,0,0,.4)}.hcui--component--image{display:block;max-width:100%;height:auto;object-fit:contain}.hcui--component--image--cover{object-fit:cover}.hcui--component--image--contain{object-fit:contain}.hcui--component--image--fill{object-fit:fill}.hcui--component--image--sm{width:3rem;height:3rem}.hcui--component--image--md{width:8rem;height:8rem}.hcui--component--image--lg{width:12rem;height:12rem}.hcui--component--image--full{width:100%;height:100%}.hcui--component--image--rounded{border-radius:.375rem}.hcui--component--image--circle{border-radius:50%}.hcui--component--serenity-logo{width:60%;aspect-ratio:1;margin:20px auto;display:flex;align-items:center;justify-content:center}.hcui--component--serenity-logo.small{min-height:50px;min-width:50px}.hcui--component--serenity-logo.medium{min-height:150px;min-width:150px}.hcui--component--serenity-logo.large{min-height:300px;min-width:300px}.hcui--component--serenity-logo>svg{display:block;height:100%;width:100%}.hcui--component--serenity-logo>svg path{filter:drop-shadow(10px 5px 4px rgba(0, 0, 0, 0.4))}.hcui--component--status-indicator{display:inline-flex;align-items:center;gap:.5rem}.hcui--component--status-indicator__dot{width:.65rem;height:.65rem;border-radius:50%;background:rgba(255,255,255,.3);box-shadow:0 0 0 2px rgba(255,255,255,.05)}.hcui--component--status-indicator__dot--running{background:#2ed573;box-shadow:0 0 8px rgba(46,213,115,.6)}.hcui--component--status-indicator__dot--stopped{background:#ffa502;box-shadow:0 0 8px rgba(255,165,2,.4)}.hcui--component--status-indicator__dot--error{background:#ff4757;box-shadow:0 0 8px rgba(255,71,87,.6)}.hcui--component--status-indicator__label{font-size:.85rem;font-weight:500;color:rgba(255,255,255,.75);text-transform:capitalize}.hcui--component--video{display:block;width:100%;height:auto;border-radius:var(--border-radius, 6px);border:1px solid var(--border-color, #ccc);background-color:var(--video-bg, #000)}.hcui--component--video--contain{object-fit:contain}.hcui--component--video--cover{object-fit:cover}.hcui--component--video--fill{object-fit:fill}.hcui--component--video--sm{max-height:150px}.hcui--component--video--md{max-height:250px}.hcui--component--video--lg{max-height:400px}.hcui--component--video--full{width:100%;max-height:100%}/*# sourceMappingURL=main.css.map */
