@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#d4e6d3;color:#2d2d2d;min-height:100dvh}.app-header{position:fixed;top:12px;left:12px;z-index:100}.app-header__logo{width:48px;height:auto;opacity:.85;transition:opacity .2s}.app-header__logo:hover{opacity:1}.page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:20px 16px;max-width:500px;margin:0 auto}.logo{font-family:Dancing Script,cursive;font-size:2.2rem;color:#2d6b3f}.btn,.logo{text-align:center}.btn{display:inline-block;padding:10px 24px;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s}.btn-green{background:#4a7c4f;color:#fff}.btn-green:hover{background:#3d6641}.btn-save{background:#4a7c4f;color:#fff;width:100%;margin-top:10px}.btn-save:hover{background:#3d6641}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-back{background:#4a7c4f;color:#fff}.btn-back:hover{background:#3d6641}.btn-group{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:16px;width:100%}.btn-group .btn{flex:1 1;min-width:120px}h1{font-family:Dancing Script,cursive;font-size:1.8rem;color:#2d6b3f;margin-bottom:16px;text-align:center}