:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;color:#2c2c2c;background-color:#f7fbf7}body{margin:0;min-height:100vh}button:focus-visible{outline:2px solid #4caf50}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg,#0e9b36 0% 100%);color:#f5faf5;box-shadow:0 2px 10px #00000014}.layout-logo{font-size:1.25rem;font-weight:700;color:inherit;text-decoration:none}.layout-nav{display:flex;align-items:center;gap:1rem}.nav-link{color:#c8e6c4;text-decoration:none;padding:.5rem .75rem;border-radius:6px}.nav-link:hover{background:#ffffff1a}.btn{padding:.6rem 1.2rem;border-radius:8px;font-size:1rem;cursor:pointer;border:none;font-weight:500}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#66bb6a}.btn-text{background:transparent;color:#c8e6c4}.btn-text:hover{text-decoration:underline}.layout-main{flex:1;padding:1.5rem;max-width:900px;margin:0 auto;width:100%}@media(max-width:600px){.layout-header{flex-wrap:wrap;gap:.5rem}.layout-nav{flex-wrap:wrap}}.landing{padding:0 0 2rem}.hero{text-align:center;padding:2.5rem 0 3rem}.hero h1{font-size:1.9rem;margin-bottom:1rem;color:#2d5a3d;font-weight:700;letter-spacing:-.02em}.tagline{font-size:1.15rem;color:#4a4a4a;max-width:560px;margin:0 auto 2rem;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-large{padding:1rem 1.75rem;font-size:1.1rem;min-height:52px;min-width:200px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:600;transition:transform .15s ease,box-shadow .15s ease}.btn-large:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}.btn-secondary{background:#fff8f0;color:#c45c26;border:2px solid #e8a85c}.btn-secondary:hover{background:#ffecd9;box-shadow:0 4px 12px #c45c2633}.how h2{font-size:1.35rem;margin-bottom:1.5rem;color:#2d5a3d}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{padding:1.35rem;background:linear-gradient(135deg,#f8fdf8,#f0f8f0);border-radius:16px;border-left:4px solid #6baf6b;box-shadow:0 2px 8px #0000000a}.step-num{display:inline-block;width:2.25rem;height:2.25rem;line-height:2.25rem;text-align:center;background:linear-gradient(145deg,#6baf6b,#5a9f5a);color:#fff;border-radius:50%;font-weight:700;margin-bottom:.5rem;box-shadow:0 2px 6px #4caf5059}.step h3{font-size:1.1rem;margin-bottom:.5rem;color:#2d5a3d}.step p{margin:0;color:#555;line-height:1.6}.catalog h1{font-size:1.5rem;margin-bottom:.5rem}.catalog-desc{color:#555;margin-bottom:1.5rem}.filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f5f9f5;border-radius:10px}.filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.filters input[type=number],.filters input[type=text]{padding:.5rem;border:1px solid #ccc;border-radius:6px;min-width:100px}.checkbox-label{flex-direction:row;align-items:center}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.child-card{display:block;padding:1.35rem;background:#fff;border:2px solid #e8ede8;border-radius:14px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.child-card:hover{border-color:#6baf6b;box-shadow:0 4px 14px #6baf6b33}.child-card-title{font-weight:600;color:#1a3a2e;margin-bottom:.25rem}.child-card-name{font-size:1.1rem;margin-bottom:.5rem}.child-card-interests,.child-card-wishes{font-size:.9rem;color:#555;margin:.25rem 0}.child-card-cta{display:inline-block;margin-top:.5rem;color:#4caf50;font-weight:500}.page-loading,.empty{text-align:center;padding:2rem;color:#666}.child-page{max-width:560px}.child-header{margin-bottom:1.5rem}.child-header h1{font-size:1.5rem;margin-bottom:.25rem}.child-meta{color:#666;margin:0}.child-page section{margin-bottom:1rem}.child-page section h2{font-size:1rem;margin-bottom:.25rem;color:#444}.child-page section p{margin:0;line-height:1.5}.child-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.child-actions .btn-large{padding:1rem 1.5rem;font-size:1.05rem;min-height:52px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600}.page-error{color:#c62828;padding:1rem}.record-page h1{font-size:1.35rem;margin-bottom:1.5rem}.record-form{display:flex;flex-direction:column;gap:1.5rem}.record-controls{display:flex;justify-content:center}.btn-record{min-height:80px;min-width:220px;font-size:1.25rem;font-weight:600;border-radius:12px;cursor:pointer;border:none}.btn-start{background:linear-gradient(145deg,#6baf6b,#5a9f5a);color:#fff;box-shadow:0 4px 14px #4caf5059}.btn-start:hover{background:linear-gradient(145deg,#7bc47b,#6baf6b);box-shadow:0 6px 18px #4caf5066}.btn-stop{background:#c62828;color:#fff}.btn-stop:hover{background:#e53935}.record-preview{padding:1rem;background:#f5f5f5;border-radius:10px}.record-preview p{margin:0 0 .5rem;font-size:.95rem}.record-audio{width:100%;max-width:400px;height:48px}.record-title-label{display:flex;flex-direction:column;gap:.5rem;font-weight:500}.record-title-input{padding:.75rem;font-size:1rem;border:2px solid #ccc;border-radius:8px}.form-error{color:#c62828;margin:0}.back-link{display:inline-block;margin-top:1rem;color:#2e7d32;text-decoration:none}.record-done{text-align:center;padding:2rem}.record-done h1{margin-bottom:1rem}.record-done p{margin-bottom:1.5rem;color:#555}.auth-page{max-width:400px;margin:0 auto}.auth-page h1{font-size:1.5rem;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:500}.auth-form input,.auth-form select{padding:.75rem;font-size:1rem;border:2px solid #ccc;border-radius:8px}.auth-form .btn-large{margin-top:.5rem;padding:1rem;font-size:1.05rem;min-height:52px}.auth-footer{margin-top:1.5rem;text-align:center;color:#555}.auth-footer a{color:#2e7d32;font-weight:500}.cabinet h1{font-size:1.5rem;margin-bottom:1.5rem}.cabinet-section{margin-bottom:2rem}.cabinet-section h2{font-size:1.15rem;margin-bottom:1rem;color:#333}.empty-text{color:#666;margin-bottom:1rem}.children-list,.recordings-list{list-style:none;padding:0;margin:0 0 1rem}.child-item,.recording-item{padding:.75rem;background:#f5f9f5;border-radius:8px;margin-bottom:.5rem}.status{margin-left:.5rem;font-size:.9rem;color:#666}.status-approved{color:#2e7d32}.status-rejected{color:#c62828}.cabinet-form{display:flex;flex-direction:column;gap:.75rem;max-width:400px;padding:1rem 0}.cabinet-form label{font-weight:500}.cabinet-form input,.cabinet-form select{padding:.5rem;font-size:1rem;border:2px solid #ccc;border-radius:6px}.form-actions{display:flex;gap:.5rem;margin-top:.5rem}.recording-title{font-weight:500;margin-bottom:.25rem}.recording-date{font-size:.9rem;color:#666;margin-bottom:.5rem}.audio-player{width:100%;max-width:400px;height:40px;margin-top:.25rem}.audio-loading,.audio-error{font-size:.9rem;color:#666}.audio-error{color:#c62828}.admin-page h1{font-size:1.5rem;margin-bottom:1rem}.admin-section{margin-bottom:2rem}.admin-section h2{font-size:1.15rem;margin-bottom:.75rem}.admin-select{padding:.5rem;margin-bottom:1rem;font-size:1rem;border:2px solid #ccc;border-radius:6px}.admin-list{list-style:none;padding:0;margin:0}.admin-item{padding:1rem;background:#f5f5f5;border-radius:8px;margin-bottom:.75rem}.admin-item-status{font-size:.9rem;color:#666;margin:.25rem 0}.admin-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-sm{padding:.4rem .8rem;font-size:.9rem}.btn-danger{background:#c62828;color:#fff}.btn-danger:hover{background:#e53935}.recording-admin-title{font-weight:500}.recording-admin-date{font-size:.9rem;color:#666}.recording-admin-audio{margin:.5rem 0}.recording-admin-audio .audio-player{max-width:400px}.admin-list .empty{color:#666;padding:1rem}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#fafafa;color:#222}a{color:#2e7d32}button,input,select{font-family:inherit}
