:root{--custom-primary:#6366f1;--custom-primary-dark:#4f46e5;--custom-secondary:#8b5cf6;--custom-accent:#f59e0b;--custom-bg:linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);--custom-text:#1e293b;--custom-text-muted:#1e293bb3;--custom-toolbar-bg:#fff;--custom-toolbar-text:#1e293b;--custom-toolbar-border:#e2e8f0;--custom-toolbar-muted:#64748b;--custom-card-bg:#ffffffe6;--custom-card-shadow:0 4px 20px #0000001a}._custom-loading{z-index:9999;background:linear-gradient(#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s,visibility .5s;display:flex;position:fixed;top:0;left:0}._custom-loading.hidden{opacity:0;visibility:hidden;pointer-events:none}._custom-loading-content{text-align:center}._custom-loading-spinner{border-style:solid;border-width:3px;border-color:var(--custom-primary);border-top-color:#0000;border-radius:50%;width:48px;height:48px;margin:0 auto 1.5rem;animation:1s linear infinite custom-spin}@keyframes custom-spin{to{transform:rotate(360deg)}}._custom-loading-text{color:var(--custom-primary,#6366f1);letter-spacing:2px;text-transform:uppercase;font-size:1rem;font-weight:500}._custom-container{background:var(--custom-bg);justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex;position:relative;overflow:hidden}._custom-effects{pointer-events:none;z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}._custom-decorations{pointer-events:none;z-index:2;position:absolute;top:0;bottom:0;left:0;right:0}._custom-content{z-index:10;text-align:center;width:100%;max-width:650px;padding-top:2rem;position:relative}._custom-header{margin-bottom:2.5rem}._custom-icon{color:var(--custom-primary);filter:drop-shadow(0 0 10px #6366f166);margin-bottom:1rem}._custom-title{color:var(--custom-text);text-shadow:0 2px 10px #0000001a;margin:0;font-size:2.25rem;font-weight:700}._custom-countdown{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}._custom-unit{flex-direction:column;align-items:center;gap:.75rem;display:flex}._custom-card{background:var(--custom-card-bg);width:90px;height:90px;box-shadow:var(--custom-card-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;justify-content:center;align-items:center;display:flex}._custom-value{color:var(--custom-primary);font-size:2.25rem;font-weight:700}._custom-label{color:var(--custom-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}._custom-date{color:var(--custom-text-muted);margin-bottom:1rem;font-size:1rem}._custom-message{color:var(--custom-text);border-radius:var(--main-radius);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff9;max-width:500px;margin:1.5rem auto 0;padding:1rem 1.5rem;font-size:1.125rem;font-style:italic}._custom-completed{z-index:10;text-align:center;padding:3rem 2rem;position:relative}._custom-completed-icon{color:var(--custom-accent);margin-bottom:1.5rem;animation:1s ease-in-out infinite custom-bounce}@keyframes custom-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._custom-completed-title{color:var(--custom-text);margin:0 0 1rem;font-size:2.5rem;font-weight:700}._custom-completed-message{color:var(--custom-text-muted);margin:0;font-size:1.125rem}._custom-settings{max-width:650px;margin-top:1.5rem;margin-left:auto;margin-right:auto}._custom-settings-inner{background:var(--custom-toolbar-bg);border-radius:var(--main-radius-lg);box-shadow:var(--main-shadow-sm);padding:1rem 1.25rem}._custom-settings-row{align-items:flex-end;gap:1rem;display:flex}._custom-settings-field{flex:1}._custom-settings-label{color:var(--custom-toolbar-muted);align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;display:flex}._custom-settings-label svg{width:14px;height:14px}._custom-settings-input{border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);width:100%;color:var(--custom-toolbar-text);background:#f9fafb;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}._custom-settings-input:focus{border-color:var(--custom-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}._custom-settings-field .flatpickr-input{border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);width:100%;color:var(--custom-toolbar-text);cursor:pointer;background:#f9fafb;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}._custom-settings-field .flatpickr-input:focus{border-color:var(--custom-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}._custom-settings-btn{white-space:nowrap;background:var(--custom-primary);color:#fff;border-radius:var(--main-radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:opacity .2s;display:flex}._custom-settings-btn:hover{opacity:.9}._custom-settings-btn:disabled{opacity:.5;cursor:not-allowed}._custom-settings-row--message{border-top-style:solid;border-top-width:1px;border-top-color:var(--custom-toolbar-border);margin-top:.75rem;padding-top:.75rem}._custom-settings-field--full{flex:1;width:100%}._custom-settings-optional{color:var(--custom-toolbar-muted);margin-left:.25rem;font-size:.75rem;font-weight:400}._custom-settings-textarea{border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);width:100%;color:var(--custom-toolbar-text);resize:none;background:#f9fafb;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}._custom-settings-textarea:focus{border-color:var(--custom-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}._custom-toolbar{max-width:700px;margin-top:1rem;margin-left:auto;margin-right:auto}._custom-toolbar-inner{background:var(--custom-toolbar-bg);border-radius:var(--main-radius-lg);box-shadow:var(--main-shadow-sm);justify-content:space-between;align-items:center;gap:1rem;padding:.625rem 1rem;display:flex}._custom-toolbar-selects{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}._custom-select-group{align-items:center;gap:.375rem;display:flex}._custom-select-label{color:var(--custom-toolbar-muted);flex-shrink:0;align-items:center;display:flex}._custom-select-label svg{width:14px;height:14px}._custom-select{border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);color:var(--custom-toolbar-text);cursor:pointer;-webkit-appearance:none;appearance:none;text-overflow:ellipsis;white-space:nowrap;background:#f3f4f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L2 4h8z'/%3E%3C/svg%3E") right .5rem center no-repeat;max-width:180px;padding:.5rem 1.75rem .5rem .625rem;font-family:inherit;font-size:.8125rem;transition:border-color .15s,box-shadow .15s;overflow:hidden}._custom-select:hover{border-color:var(--custom-primary)}._custom-select:focus{border-color:var(--custom-primary);outline:none;box-shadow:0 0 0 2px #6366f11a}._custom-toolbar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}._custom-create-btn{background:var(--custom-primary);color:#fff;border-radius:var(--main-radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:opacity .2s;display:flex}._custom-create-btn:hover{opacity:.9}._custom-create-btn svg{width:14px;height:14px}._custom-create-panel{background:var(--custom-toolbar-bg);border-radius:var(--main-radius-lg);box-shadow:var(--main-shadow);margin-top:1rem;overflow:hidden}._custom-create-form{padding:1.5rem}._custom-form-group{margin-bottom:1rem}._custom-form-group:last-of-type{margin-bottom:1.5rem}._custom-form-label{color:var(--custom-toolbar-text);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}._custom-form-optional{color:var(--custom-toolbar-muted);font-weight:400}._custom-form-input,._custom-form-textarea{border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);width:100%;color:var(--custom-toolbar-text);background:#f9fafb;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}._custom-form-input:focus,._custom-form-textarea:focus{border-color:var(--custom-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}._custom-form-textarea{resize:none}._custom-form-group .flatpickr-input{border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);width:100%;color:var(--custom-toolbar-text);cursor:pointer;background:#f9fafb;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}._custom-form-group .flatpickr-input:focus{border-color:var(--custom-primary);outline:none;box-shadow:0 0 0 3px #6366f11a}._custom-form-actions{justify-content:flex-end;gap:.75rem;display:flex}._custom-form-btn{border-radius:var(--main-radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:opacity .2s,background .2s;display:inline-flex}._custom-form-btn--cancel{color:var(--custom-toolbar-muted);background:0 0}._custom-form-btn--cancel:hover{background:#0000000d}._custom-form-btn--primary{background:var(--custom-primary);color:#fff}._custom-form-btn--primary:hover{opacity:.9}._custom-form-btn--secondary{color:var(--custom-toolbar-text);background:#f3f4f6}._custom-form-btn--secondary:hover{background:#e5e7eb}._custom-link-result{border-top-style:solid;border-top-width:1px;border-top-color:var(--custom-toolbar-border);background:#f9fafb;padding:1.5rem}._custom-link-success{color:#16a34a;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:500;display:flex}._custom-link-box{gap:.5rem;margin-bottom:1rem;display:flex}._custom-link-input{font-size:.875rem;font-family:var(--main-font-mono);background:var(--custom-toolbar-bg);border-style:solid;border-width:1px;border-color:var(--custom-toolbar-border);border-radius:var(--main-radius);color:var(--custom-toolbar-text);flex:1;padding:.75rem 1rem}._custom-link-copy{background:var(--custom-primary);color:#fff;border-radius:var(--main-radius);cursor:pointer;border:none;justify-content:center;align-items:center;width:44px;padding:0;transition:opacity .2s;display:flex}._custom-link-copy:hover{opacity:.9}._custom-link-actions{justify-content:center;display:flex}.site-header{z-index:1000;transition:transform .3s;top:0;left:0;right:0;transform:translateY(-100%);position:fixed!important}.site-header.header-visible{transform:translateY(0)}body,.site-content{padding-top:0!important}body.app-fullscreen-mode ._custom-toolbar{display:none!important}body.app-fullscreen-mode ._custom-container{justify-content:center;align-items:center;min-height:100vh;display:flex}._custom-container.is-loading:after{content:"";z-index:100;background:#fffc;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}._custom-toolbar-preview{border-radius:var(--main-radius-lg);background:linear-gradient(135deg,#6366f114 0%,#8b5cf614 100%);border:1px dashed #6366f14d;justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem 1rem;display:flex}._custom-preview-btn{color:#fff;border-radius:var(--main-radius);cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:opacity .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #6366f14d}._custom-preview-btn:hover{opacity:.9;box-shadow:0 4px 12px #6366f166}._custom-preview-btn:active{animation:.5s custom-preview-spin}@keyframes custom-preview-spin{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}._custom-preview-btn:disabled{opacity:.5;cursor:not-allowed}._custom-preview-btn--active{animation:1s ease-in-out infinite custom-preview-active-pulse}@keyframes custom-preview-active-pulse{0%,to{box-shadow:0 2px 8px #6366f14d}50%{box-shadow:0 4px 20px #6366f199}}._custom-preview-btn svg{width:16px;height:16px}._custom-preview-hint{color:var(--custom-toolbar-muted);font-size:.75rem}._custom-completed{z-index:150;justify-content:center;align-items:center;animation:.8s forwards custom-completed-appear;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}@keyframes custom-completed-appear{0%{opacity:0}to{opacity:1}}._custom-completed--hidden{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}._custom-completed-bg{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4338ca 100%);position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}._custom-completed-gradient{background:radial-gradient(#6366f166 0%,#0000 60%);width:150%;height:150%;animation:4s ease-in-out infinite custom-gradient-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes custom-gradient-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}._custom-completed-rays{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-completed-rays span{transform-origin:50%;opacity:0;background:linear-gradient(#0000,#ffffff1a,#0000);width:2px;height:100vh;animation:8s linear infinite custom-ray-sweep;position:absolute;top:50%;left:50%}._custom-completed-rays span:first-child{animation-delay:0s;transform:translate(-50%,-50%)rotate(0)}._custom-completed-rays span:nth-child(2){animation-delay:.5s;transform:translate(-50%,-50%)rotate(30deg)}._custom-completed-rays span:nth-child(3){animation-delay:1s;transform:translate(-50%,-50%)rotate(60deg)}._custom-completed-rays span:nth-child(4){animation-delay:1.5s;transform:translate(-50%,-50%)rotate(90deg)}._custom-completed-rays span:nth-child(5){animation-delay:2s;transform:translate(-50%,-50%)rotate(120deg)}._custom-completed-rays span:nth-child(6){animation-delay:2.5s;transform:translate(-50%,-50%)rotate(150deg)}._custom-completed-rays span:nth-child(7){animation-delay:3s;transform:translate(-50%,-50%)rotate(180deg)}._custom-completed-rays span:nth-child(8){animation-delay:3.5s;transform:translate(-50%,-50%)rotate(210deg)}._custom-completed-rays span:nth-child(9){animation-delay:4s;transform:translate(-50%,-50%)rotate(240deg)}._custom-completed-rays span:nth-child(10){animation-delay:4.5s;transform:translate(-50%,-50%)rotate(270deg)}._custom-completed-rays span:nth-child(11){animation-delay:5s;transform:translate(-50%,-50%)rotate(300deg)}._custom-completed-rays span:nth-child(12){animation-delay:5.5s;transform:translate(-50%,-50%)rotate(330deg)}@keyframes custom-ray-sweep{0%,to{opacity:0}50%{opacity:.6}}._custom-completed-symbol{width:200px;height:200px;animation:1s cubic-bezier(.34,1.56,.64,1) forwards custom-symbol-appear;position:relative}@keyframes custom-symbol-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}._custom-completed-glow{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-completed-ring{border:1px solid #ffffff4d;border-radius:50%;width:100%;height:100%;animation:3s ease-out infinite custom-ring-expand;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-completed-ring--2{animation-delay:1s}._custom-completed-ring--3{animation-delay:2s}@keyframes custom-ring-expand{0%{opacity:.8;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}._custom-completed-emblem{width:140px;height:140px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-completed-emblem-border{border:3px solid #fffc;border-color:#fffc #fff6 #0000 #0000;border-radius:50%;animation:3s linear infinite custom-emblem-rotate;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes custom-emblem-rotate{to{transform:rotate(360deg)}}._custom-completed-emblem-core{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff26 0%,#ffffff0d 100%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #6366f180,0 0 80px #6366f14d,inset 0 0 30px #ffffff1a}._custom-completed-emblem-core svg{color:#fff;width:64px;height:64px}._custom-completed-check{stroke-dasharray:50;stroke-dashoffset:50px;animation:1s .5s forwards custom-check-draw}@keyframes custom-check-draw{to{stroke-dashoffset:0}}._custom-completed-star{animation:2s ease-in-out infinite custom-star-twinkle}._custom-completed-star--1{animation-delay:0s}._custom-completed-star--2{animation-delay:.3s}._custom-completed-star--3{animation-delay:.6s}@keyframes custom-star-twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}._custom-completed-orbit{width:180px;height:180px;animation:10s linear infinite custom-orbit-rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes custom-orbit-rotate{to{transform:translate(-50%,-50%)rotate(360deg)}}._custom-completed-dot{background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 10px #fffc}._custom-completed-dot:first-child{top:0;left:50%;transform:translate(-50%)}._custom-completed-dot:nth-child(2){bottom:15%;right:5%}._custom-completed-dot:nth-child(3){bottom:15%;left:5%}._custom-completed-sparkles{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}._custom-sparkle-float{color:#fffc;font-size:16px;animation:6s ease-in-out infinite custom-sparkle-float;position:absolute}._custom-sparkle-float:first-child{animation-delay:0s;top:10%;left:10%}._custom-sparkle-float:nth-child(2){animation-delay:.5s;top:20%;right:15%}._custom-sparkle-float:nth-child(3){animation-delay:1s;top:60%;left:5%}._custom-sparkle-float:nth-child(4){animation-delay:1.5s;bottom:20%;right:10%}._custom-sparkle-float:nth-child(5){animation-delay:2s;top:40%;left:15%}._custom-sparkle-float:nth-child(6){animation-delay:2.5s;bottom:30%;left:20%}._custom-sparkle-float:nth-child(7){animation-delay:3s;top:15%;right:25%}._custom-sparkle-float:nth-child(8){animation-delay:3.5s;bottom:15%;right:25%}@keyframes custom-sparkle-float{0%,to{opacity:0;transform:translateY(20px)scale(.5)}50%{opacity:1;transform:translateY(-20px)scale(1)}}._custom-preview-close{color:var(--custom-text);border-radius:var(--main-radius-lg);cursor:pointer;z-index:999;background:#fffffff2;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .2s,box-shadow .2s;animation:.3s forwards custom-close-appear;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 20px #0003;pointer-events:auto!important}._custom-preview-close:hover{background:#fff;box-shadow:0 6px 25px #00000040}._custom-preview-close svg{width:16px;height:16px}@keyframes custom-close-appear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._custom-celebration-overlay{pointer-events:none;z-index:50;background:radial-gradient(#6366f114 0%,#0000 70%);animation:2s ease-in-out infinite custom-celebration-glow;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes custom-celebration-glow{0%,to{opacity:.5}50%{opacity:1}}._custom-countdown--exciting ._custom-card{border:1px solid #6366f133;animation:1s ease-in-out infinite custom-card-exciting;box-shadow:0 4px 20px #6366f140,0 0 30px #6366f11a}@keyframes custom-card-exciting{0%,to{transform:scale(1);box-shadow:0 4px 20px #6366f140}50%{transform:scale(1.03);box-shadow:0 6px 25px #6366f159}}._custom-countdown--exciting ._custom-value{color:var(--custom-primary);animation:1s ease-in-out infinite custom-value-exciting}@keyframes custom-value-exciting{0%,to{opacity:1}50%{opacity:.85}}._custom-countdown--critical ._custom-card{background:linear-gradient(#fffffff2 0%,#fef3c7e6 100%);border:1px solid #f59e0b66;animation:.6s ease-in-out infinite custom-card-critical;box-shadow:0 4px 25px #f59e0b59,0 0 40px #f59e0b26}@keyframes custom-card-critical{0%,to{transform:scale(1);box-shadow:0 4px 25px #f59e0b59}50%{transform:scale(1.05);box-shadow:0 6px 35px #f59e0b80}}._custom-countdown--critical ._custom-value{color:#d97706;text-shadow:0 0 8px #d977064d;font-weight:700;animation:.6s ease-in-out infinite custom-value-critical}@keyframes custom-value-critical{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}._custom-countdown--critical ._custom-label{color:#b45309;font-weight:500}._custom-countdown--final{position:relative}._custom-countdown--final:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(#ef444426 0%,#0000 70%);width:120%;height:200%;animation:1s ease-in-out infinite custom-final-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes custom-final-glow{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}._custom-countdown--final ._custom-card{background:linear-gradient(#fffffff2 0%,#fee2e2e6 100%);border:2px solid #ef444480;animation:.5s ease-in-out infinite custom-card-final;box-shadow:0 0 20px #ef444466,0 0 40px #ef444433,0 0 60px #ef44441a}@keyframes custom-card-final{0%,to{transform:scale(1);box-shadow:0 0 20px #ef444466,0 0 40px #ef444433,0 0 60px #ef44441a}50%{transform:scale(1.08);box-shadow:0 0 30px #ef444499,0 0 50px #ef44444d,0 0 80px #ef444433}}._custom-countdown--final ._custom-value{color:#dc2626;text-shadow:0 0 10px #dc262680;font-weight:800;animation:.5s ease-in-out infinite custom-value-final}@keyframes custom-value-final{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}._custom-countdown--final ._custom-label{color:#dc2626;font-weight:600;animation:.5s ease-in-out infinite custom-label-final}@keyframes custom-label-final{0%,to{opacity:1}50%{opacity:.7}}._custom-countdown--final ._custom-unit:last-child ._custom-card{border-color:#dc2626;animation:.3s ease-in-out infinite custom-card-heartbeat}@keyframes custom-card-heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.12)}50%{transform:scale(1.05)}75%{transform:scale(1.1)}}._custom-countdown--final ._custom-unit:last-child ._custom-value{animation:.3s ease-in-out infinite custom-value-heartbeat}@keyframes custom-value-heartbeat{0%,to{color:#dc2626;transform:scale(1)}50%{color:#b91c1c;transform:scale(1.2)}}._custom-countdown--zero{display:none!important}._custom-zero{width:160px;height:160px;margin:0 auto;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards custom-zero-appear;display:none;position:relative}@keyframes custom-zero-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}._custom-zero-orb{width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-zero-pulse{border-style:solid;border-width:2px;border-color:var(--custom-primary);border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite custom-zero-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-zero-pulse--2{animation-delay:.5s}._custom-zero-pulse--3{animation-delay:1s}@keyframes custom-zero-pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}._custom-zero-core{background:linear-gradient(135deg, var(--custom-primary) 0%, var(--custom-secondary) 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:1.5s ease-in-out infinite custom-zero-core-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #6366f180,0 0 60px #6366f14d}._custom-zero-core svg{color:#fff;width:40px;height:40px}@keyframes custom-zero-core-pulse{0%,to{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 30px #6366f180,0 0 60px #6366f14d}50%{transform:translate(-50%,-50%)scale(1.05);box-shadow:0 0 40px #6366f199,0 0 80px #6366f166}}._custom-zero-particles{width:160px;height:160px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._custom-zero-particle{background:var(--custom-primary);border-radius:50%;width:6px;height:6px;animation:3s ease-in-out infinite custom-zero-particle;position:absolute}._custom-zero-particle:first-child{animation-delay:0s;top:0;left:50%}._custom-zero-particle:nth-child(2){animation-delay:.2s;top:15%;right:10%}._custom-zero-particle:nth-child(3){animation-delay:.4s;top:50%;right:0}._custom-zero-particle:nth-child(4){animation-delay:.6s;bottom:15%;right:10%}._custom-zero-particle:nth-child(5){animation-delay:.8s;bottom:0;left:50%}._custom-zero-particle:nth-child(6){animation-delay:1s;bottom:15%;left:10%}._custom-zero-particle:nth-child(7){animation-delay:1.2s;top:50%;left:0}._custom-zero-particle:nth-child(8){animation-delay:1.4s;top:15%;left:10%}@keyframes custom-zero-particle{0%,to{opacity:0;transform:scale(.5)translateY(0)}50%{opacity:1;transform:scale(1)translateY(-10px)}}@media (max-width:640px){._custom-container{min-height:380px;padding:1.5rem 1rem}._custom-settings,._custom-toolbar{padding-left:1rem;padding-right:1rem}._custom-countdown{gap:.5rem}._custom-card{border-radius:12px;width:70px;height:70px}._custom-value{font-size:1.75rem}._custom-label{font-size:.75rem}._custom-title{font-size:1.75rem}._custom-settings-row{flex-direction:column;align-items:stretch}._custom-settings-btn{justify-content:center;width:100%}._custom-toolbar-preview{flex-direction:column;gap:.5rem}._custom-preview-btn{justify-content:center;width:100%}._custom-preview-hint{text-align:center}._custom-toolbar-inner{flex-direction:column;gap:.625rem}._custom-toolbar-selects{flex-direction:column;flex:none;gap:.5rem;width:100%;min-width:0}._custom-select-group{width:100%;display:flex}._custom-select{flex:1;width:100%;min-width:0;max-width:none}._custom-toolbar-right{flex-shrink:1;width:100%}._custom-create-btn{justify-content:center;width:100%}._custom-form-actions{flex-direction:column}._custom-form-btn{justify-content:center;width:100%}._custom-form-btn--primary{order:-1}._custom-form-btn--cancel{order:1}._custom-completed-symbol{width:150px;height:150px}._custom-completed-emblem{width:100px;height:100px}._custom-completed-emblem-core{width:90px;height:90px}._custom-completed-emblem-core svg{width:48px;height:48px}._custom-completed-orbit{width:140px;height:140px}._custom-sparkle-float{font-size:12px}._custom-preview-close{padding:.625rem 1rem;font-size:.8125rem;top:12px;right:12px}._custom-zero{width:120px;height:120px}._custom-zero-orb{width:80px;height:80px}._custom-zero-core{width:60px;height:60px}._custom-zero-core svg{width:30px;height:30px}._custom-zero-particles{width:120px;height:120px}._custom-zero-particle{width:4px;height:4px}}
