:root{color-scheme:light;--page-bg:#f7f8fa;--page-fg:#101820;--accent-muted:#d6dbe3}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;height:100%;background:var(--page-bg);color:var(--page-fg)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Segoe UI,Helvetica Neue,Arial,sans-serif}main{height:100%}a{color:inherit;text-decoration:none}img{display:block}.page-shell{position:relative;min-height:100vh;padding:96px 32px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.85),transparent 60%),var(--page-bg)}.dot-field{z-index:0;pointer-events:none}.dot-field,.dot-field canvas{position:absolute;inset:0;width:100%;height:100%}.pico-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.pico-content img,.pico-content svg{max-width:min(420px,70vw);width:100%;height:auto}.pico-tagline{width:100%;max-width:min(420px,70vw);font-size:1.35rem;line-height:1.55;color:rgba(16,24,32,.7);letter-spacing:.01em}.feedback-intro{width:100%;max-width:min(480px,80vw);font-size:.95rem;line-height:1.6;color:rgba(16,24,32,.6);margin:0}@media (max-width:640px){.page-shell{padding:64px 24px}.pico-content{gap:24px}.pico-tagline{font-size:1.15rem}}.feedback-form{position:relative;width:100%;max-width:min(480px,80vw);margin:0 auto;display:flex;flex-direction:column;gap:16px;padding:6px;border-radius:16px;background:rgba(255,255,255,.85);box-shadow:0 18px 45px rgba(16,24,32,.12);text-align:left}.feedback-form fieldset{border:none;padding:0;margin:0;display:flex;flex-direction:row;align-items:center;gap:10px}.feedback-form legend{font-size:1.1rem;font-weight:600;margin-bottom:4px;color:rgba(16,24,32,.85)}.feedback-form label{display:block;font-size:.85rem;font-weight:500;color:rgba(16,24,32,.7);margin-bottom:4px}.feedback-form input,.feedback-form textarea{width:100%;flex:1 1 auto;font:inherit;border-radius:10px;border:none;padding:10px 12px;background:rgba(255,255,255,.96);transition:box-shadow .2s ease;color:rgba(16,24,32,.6)}.feedback-form__input{position:relative;display:flex;align-items:center;gap:10px;flex:1 1 auto}.feedback-form input:focus,.feedback-form textarea:focus{outline:none;box-shadow:none}.feedback-form textarea::placeholder{color:rgba(16,24,32,.45)}.feedback-form textarea{min-height:0;height:40px;resize:none;overflow:hidden}.feedback-form input{height:40px}.feedback-form__row{display:flex;gap:12px;flex-wrap:wrap}.feedback-form__field{flex:1 1;min-width:180px}.feedback-form button[type=submit]{width:36px;height:36px;padding:0;border-radius:50%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:0;transition:background-color .2s ease;flex-shrink:0}.feedback-form button[type=submit] svg{width:25px;height:25px;flex-shrink:0}.feedback-form button[type=submit]:disabled{opacity:.6}.feedback-form button[type=submit].feedback-form__submit--inactive{background:#b6bbc3;color:#ffffff}.feedback-form button[type=submit].feedback-form__submit--active{background:#007aff;color:#ffffff}.feedback-form__status-message{position:absolute;top:50%;left:12px;right:12px;color:rgba(16,24,32,.45);font-size:1rem;line-height:1.4;pointer-events:none;opacity:0;transform:translateY(-50%);transition:opacity .4s ease}.feedback-form__status-message.is-visible{opacity:1}@media (max-width:640px){.feedback-form{padding:5px;gap:14px}.feedback-form__row{flex-direction:column}}