: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{font-size:2.25rem;font-weight:700;font-family:var(--main-font-mono);color:var(--custom-primary)}._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{align-items:center;gap:.75rem;display:flex}._custom-select-group{align-items:center;gap:.375rem;display:flex}._custom-select-label{color:var(--custom-toolbar-muted);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;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;padding:.5rem 1.75rem .5rem .625rem;font-family:inherit;font-size:.8125rem;transition:border-color .15s,box-shadow .15s}._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{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}@media (max-width:640px){._custom-container{min-height:380px;padding:1.5rem 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-inner{flex-direction:column;gap:.625rem}._custom-toolbar-selects{flex-direction:column;gap:.5rem;width:100%}._custom-select-group{width:100%}._custom-select{flex:1}._custom-toolbar-right{width:100%}._custom-create-btn{justify-content:center;width:100%}._custom-form-actions{flex-direction:column}._custom-form-btn{justify-content:center;width:100%}}
