*{box-sizing:border-box}:root{--ccio-bg: #111827;--ccio-fg: #f3f4f6;--ccio-muted: #1f2937;--ccio-muted-fg: #9ca3af;--ccio-border: #374151;--ccio-card: #1f2937;--ccio-input-bg: #111827;--ccio-accent: #22c55e;--ccio-accent-hover: #16a34a}:root.light{--ccio-bg: #f5f5f5;--ccio-fg: #1a1a1a;--ccio-muted: #e5e7eb;--ccio-muted-fg: #6b7280;--ccio-border: #d1d5db;--ccio-card: #ffffff;--ccio-input-bg: #ffffff;--ccio-accent: #16a34a;--ccio-accent-hover: #15803d}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--ccio-bg);color:var(--ccio-fg);transition:background .2s ease,color .2s ease}#root{min-height:100vh}.ccio-logo{display:inline-flex;align-items:baseline;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.ccio-logo--sm{font-size:1.25rem}.ccio-logo--md{font-size:1.5rem}.ccio-logo--lg{font-size:2rem}.ccio-logo-static{color:var(--ccio-fg)}.ccio-logo-shift{display:inline-block;background:linear-gradient(90deg,#22c55e,#3b82f6,#8b5cf6,#22c55e);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:ccio-logo-shift 6s linear infinite}@keyframes ccio-logo-shift{0%,to{background-position:0% center}50%{background-position:100% center}}.ccio-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;max-width:1200px;margin:0 auto;border-bottom:1px solid var(--ccio-border)}.ccio-header-logo{text-decoration:none;color:inherit}.ccio-header-right{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.ccio-header-nav{display:flex;align-items:center;gap:1.5rem}.ccio-header-link{color:var(--ccio-muted-fg);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.ccio-header-link:hover{color:var(--ccio-fg)}.ccio-header-muted{color:var(--ccio-muted-fg);font-size:.9rem}.ccio-header-user{font-size:.9rem;color:var(--ccio-muted-fg)}.ccio-header-btn{padding:.35rem .75rem;font-size:.9rem;border:1px solid var(--ccio-border);border-radius:6px;background:var(--ccio-card);color:var(--ccio-fg);cursor:pointer}.ccio-header-btn:hover{background:var(--ccio-muted)}.theme-toggle{position:relative;width:3rem;height:1.75rem;border-radius:9999px;background:var(--ccio-muted);border:1px solid var(--ccio-border);cursor:pointer;padding:0}.theme-toggle-icons{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:0 .4rem;pointer-events:none}.theme-toggle-moon,.theme-toggle-sun{color:var(--ccio-muted-fg);opacity:.5;transition:opacity .2s}.theme-toggle-moon.active,.theme-toggle-sun.active{opacity:1;color:#eab308}.theme-toggle-thumb{position:absolute;top:2px;left:2px;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--ccio-card);border:1px solid var(--ccio-border);box-shadow:0 1px 2px #0003;transition:transform .25s ease;pointer-events:none}:root:not(.dark) .theme-toggle-thumb{transform:translate(1.5rem)}.home{min-height:100vh;display:flex;flex-direction:column}.hero{text-align:center;padding:3rem 1.5rem 2.5rem;background:linear-gradient(180deg,var(--ccio-muted) 0%,transparent 70%);border-bottom:1px solid var(--ccio-border)}.hero-title{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--ccio-fg)}.hero-subtitle{margin:.75rem 0 0;font-size:1.05rem;color:var(--ccio-muted-fg);max-width:520px;margin-left:auto;margin-right:auto}.trust-bar{padding:1.5rem 1.5rem 2rem;max-width:1200px;margin:0 auto;width:100%}.trust-badge{text-align:center;font-size:.9rem;font-weight:600;color:var(--ccio-accent);margin:0 0 1.25rem}.trust-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.trust-item{padding:1rem;background:var(--ccio-card);border:1px solid var(--ccio-border);border-radius:10px;transition:border-color .2s,box-shadow .2s}.trust-item:hover{border-color:var(--ccio-accent);box-shadow:0 4px 12px #00000026}.trust-title{display:block;font-weight:600;font-size:.95rem;color:var(--ccio-fg)}.trust-desc{display:block;font-size:.85rem;color:var(--ccio-muted-fg);margin-top:.25rem}.ad-section{margin-bottom:1rem}.ad-section-top{max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem;min-height:90px}.ad-section-left,.ad-section-right{min-height:250px;min-width:160px}.widget-section{display:grid;grid-template-columns:1fr minmax(320px,2fr) 1fr;gap:1.25rem;align-items:start;max-width:1200px;margin:0 auto;padding:0 1rem 2rem}@media (max-width: 900px){.widget-section{grid-template-columns:1fr;grid-template-rows:auto auto auto}.ad-section-left{order:1;min-height:90px}.widget-main{order:2}.ad-section-right{order:3;min-height:90px}}.widget-main{min-width:0}.how-section{padding:2.5rem 1rem 3rem;background:var(--ccio-muted);border-top:1px solid var(--ccio-border)}.how-title{text-align:center;margin:0 0 2rem;font-size:1.5rem;font-weight:700;color:var(--ccio-fg)}.how-steps{list-style:none;padding:0;max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.how-step{display:flex;gap:1rem;align-items:flex-start}.how-step-num{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--ccio-accent);color:#fff;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center}.how-step-title{margin:0;font-size:1rem;font-weight:600;color:var(--ccio-fg)}.how-step-desc{margin:.25rem 0 0;font-size:.9rem;color:var(--ccio-muted-fg)}.site-footer{margin-top:auto;padding:2rem 1rem 1.5rem;border-top:1px solid var(--ccio-border);background:var(--ccio-bg)}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem 3rem;margin-bottom:1.5rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col-title{font-weight:600;font-size:.9rem;color:var(--ccio-fg);margin-bottom:.25rem}.footer-col a{font-size:.9rem;color:var(--ccio-muted-fg);text-decoration:none}.footer-col a:hover{color:var(--ccio-accent)}.footer-bottom{text-align:center;margin:0;font-size:.85rem;color:var(--ccio-muted-fg)}.ad-slot{margin-bottom:0}.ad-placeholder{display:flex;align-items:center;justify-content:center;background:var(--ccio-muted);border:1px dashed var(--ccio-border);border-radius:8px;width:100%;height:100%;min-height:inherit}.ad-placeholder-label{font-size:.9rem;color:var(--ccio-muted-fg)}.ad-creative{display:block;width:100%;height:100%;min-height:inherit}.ad-creative-image img{max-width:100%;max-height:100%;object-fit:contain}.ad-creative-link{color:var(--ccio-accent);text-decoration:none}.ad-creative-html{font-size:.85rem;overflow:auto}.ad-adsense{display:flex;align-items:center;justify-content:center}.changelly-widget{background:var(--ccio-card);border-radius:12px;border:1px solid var(--ccio-border);box-shadow:0 2px 12px #00000026;overflow:hidden}.changelly-widget-tabs{display:flex;border-bottom:1px solid var(--ccio-border)}.changelly-widget-tab{flex:1;padding:.75rem 1rem;border:none;background:transparent;font-size:.95rem;cursor:pointer;color:var(--ccio-muted-fg)}.changelly-widget-tab.active{font-weight:600;color:var(--ccio-fg);border-bottom:2px solid var(--ccio-accent);margin-bottom:-1px}.changelly-widget-body{padding:1.25rem}.widget-row{margin-bottom:1rem}.widget-row label{display:block;font-size:.85rem;color:var(--ccio-muted-fg);margin-bottom:.35rem}.widget-input-group{display:flex;gap:.5rem;align-items:center}.widget-amount{flex:1;padding:.6rem .75rem;border:1px solid var(--ccio-border);border-radius:8px;font-size:1rem;background:var(--ccio-input-bg);color:var(--ccio-fg)}.widget-currency,.widget-currency-select{padding:.6rem 1rem;border:1px solid var(--ccio-border);border-radius:8px;background:var(--ccio-input-bg);color:var(--ccio-fg);font-size:.9rem;cursor:pointer;min-width:100px}.widget-currency-select{cursor:pointer}.widget-loading{padding:0 .5rem;color:var(--ccio-muted-fg)}.widget-error{color:#c00;font-size:.85rem;margin:.25rem 0 0}.widget-hint{font-size:.8rem;color:var(--ccio-muted-fg);margin:.25rem 0 0}.widget-back{width:100%;margin-top:.5rem;padding:.5rem;border:1px solid var(--ccio-border);border-radius:8px;background:var(--ccio-card);color:var(--ccio-fg);font-size:.9rem;cursor:pointer}.widget-step-summary{font-size:.9rem;color:var(--ccio-muted-fg);margin-bottom:1rem}.widget-payin{margin:1rem 0;padding:1rem;background:var(--ccio-muted);border-radius:8px;border:1px solid var(--ccio-border)}.widget-address{display:block;word-break:break-all;font-size:.85rem;padding:.5rem 0}.widget-status-badge{display:inline-block;padding:.35rem .75rem;border-radius:6px;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.widget-status-badge[data-status=finished]{background:#cfc;color:#060}.widget-status-badge[data-status=sending]{background:#ffc;color:#660}.widget-status-badge[data-status=confirming]{background:#cff;color:#066}.widget-status-badge[data-status=waiting],.widget-status-badge[data-status=new]{background:var(--ccio-muted);color:var(--ccio-fg)}.widget-swap{display:block;margin:.5rem auto;padding:.35rem;border:none;background:var(--ccio-muted);border-radius:6px;cursor:pointer;font-size:1.1rem;color:var(--ccio-fg)}.widget-checkbox{display:flex;align-items:center;gap:.5rem;margin:1rem 0;font-size:.9rem;cursor:pointer}.widget-cta{width:100%;padding:.85rem 1rem;margin-top:1rem;border:none;border-radius:8px;background:var(--ccio-accent);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.widget-cta:hover{background:var(--ccio-accent-hover)}.widget-placeholder{padding:2rem;text-align:center;color:var(--ccio-muted-fg)}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:400px;padding:2rem;background:var(--ccio-card);border:1px solid var(--ccio-border);border-radius:12px;box-shadow:0 4px 20px #0003}.auth-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--ccio-fg)}.auth-subtitle{margin:.5rem 0 1.5rem;font-size:.95rem;color:var(--ccio-muted-fg)}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-field label{font-size:.9rem;font-weight:500;color:var(--ccio-fg)}.auth-input{padding:.65rem .85rem;border:1px solid var(--ccio-border);border-radius:8px;background:var(--ccio-input-bg);color:var(--ccio-fg);font-size:1rem}.auth-input:focus{outline:none;border-color:var(--ccio-accent)}.auth-hint{font-size:.8rem;color:var(--ccio-muted-fg)}.auth-field-hint{margin:.35rem 0 0;font-size:.9rem}.auth-input-invalid{border-color:#ef4444}.auth-field-status{display:block;margin-top:.35rem;font-size:.85rem}.auth-field-status-error{color:#ef4444}.auth-field-status-ok{color:var(--ccio-accent)}.auth-error{margin:0;padding:.5rem 0;font-size:.9rem;color:#ef4444}.auth-success{margin:0;padding:1rem 0;font-size:.95rem;color:var(--ccio-accent)}.auth-submit{margin-top:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;background:var(--ccio-accent);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-submit:hover:not(:disabled){background:var(--ccio-accent-hover)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{margin:1.25rem 0 0;font-size:.9rem;color:var(--ccio-muted-fg)}.auth-link{color:var(--ccio-accent);text-decoration:none}.auth-link:hover{text-decoration:underline}.admin-loading{padding:3rem;text-align:center;color:var(--ccio-muted-fg)}.admin-layout{min-height:100vh;display:flex;flex-direction:column}.admin-body{flex:1;display:flex;max-width:1400px;margin:0 auto;width:100%}.admin-sidebar{width:12rem;flex-shrink:0;padding:1.5rem 1rem;border-right:1px solid var(--ccio-border);background:var(--ccio-card)}.admin-sidebar-title{margin:0 0 1rem;font-size:1rem;font-weight:700;color:var(--ccio-fg)}.admin-sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.admin-sidebar-link{padding:.5rem .75rem;border-radius:6px;color:var(--ccio-muted-fg);text-decoration:none;font-size:.95rem}.admin-sidebar-link:hover{color:var(--ccio-fg);background:var(--ccio-muted)}.admin-sidebar-link.active{color:var(--ccio-accent);background:var(--ccio-muted)}.admin-main{flex:1;padding:1.5rem;min-width:0}.admin-page{max-width:100%}.admin-page-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:var(--ccio-fg)}.admin-error{margin:0 0 1rem;padding:.5rem;font-size:.9rem;color:#ef4444}.admin-table-wrap{overflow-x:auto;border:1px solid var(--ccio-border);border-radius:8px;background:var(--ccio-card)}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--ccio-border)}.admin-table th{font-weight:600;color:var(--ccio-fg);background:var(--ccio-muted)}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:var(--ccio-muted)}.admin-select{padding:.35rem .5rem;border:1px solid var(--ccio-border);border-radius:6px;background:var(--ccio-input-bg);color:var(--ccio-fg);font-size:.9rem;cursor:pointer}
