:root{font-family:Inter,system-ui,sans-serif;color:#363a38;background:#f7fbfb}*{box-sizing:border-box}body{margin:0}header{background:white;box-shadow:0 2px 20px #00000012;position:sticky;top:0;z-index:2}.top{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:18px}.top-actions{display:flex;gap:10px;align-items:center}a{text-decoration:none}main{min-height:calc(100vh - 165px)}.hero,.admin-panel{max-width:1180px;margin:34px auto;display:grid;grid-template-columns:260px 1fr;gap:34px;background:white;border-radius:28px;padding:34px;box-shadow:0 16px 40px #71b7c51c}.blob{height:240px;border-radius:32px;background:url('/ChatGPT Image Jun 12, 2026 at 04_53_05 PM.webp') center/cover,linear-gradient(135deg,#d9f4fb,#ffe8d7)}h1{font-size:44px;margin:18px 0 10px}.owners{font-size:21px;font-weight:700}.admin-panel{grid-template-columns:320px 1fr}.eyebrow{color:#00a9e7;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.item-form,.modal{display:grid;gap:14px}label{display:grid;gap:7px;text-align:left;font-weight:800;color:#4d5754}input,select,textarea{width:100%;border:1px solid #d8eef3;border-radius:14px;padding:13px 14px;font:inherit;background:white}textarea{resize:vertical}.form-row,.product-link-row{display:grid;grid-template-columns:1fr 180px;gap:14px}.product-link-row{align-items:end}.form-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}button{border:0;border-radius:999px;padding:12px 20px;font-weight:800;cursor:pointer;display:inline-flex;gap:8px;align-items:center;justify-content:center;background:#00a9e7;color:white;text-transform:uppercase}.secondary,.login-button,.basket-button{background:#eef8fb;color:#31515a}.basket-button span{background:#d9e4e7;border-radius:999px;padding:2px 8px}.grid{max-width:1180px;margin:0 auto 50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.card{background:white;border-radius:24px;overflow:hidden;box-shadow:0 10px 28px #2c5b6614;display:flex;flex-direction:column}.pic{height:210px;width:100%;object-fit:contain;background:linear-gradient(135deg,#f5ded6,#dff6ef);padding:16px}.body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}h2{font-size:19px;margin:0;line-height:1.25}.meta{display:flex;gap:8px;flex-wrap:wrap}.meta span{background:#f4f1ec;border-radius:999px;padding:5px 10px;font-size:12px}.bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}strong{font-size:23px}.give,.give-now{background:#000;color:white}.give:hover,.give-now:hover{background:#222}.give:disabled{background:#b8c1c4;color:#fff;cursor:not-allowed}.full-width{width:100%}.empty-state{max-width:1180px;margin:40px auto 80px;background:white;border:2px dashed #d8eef3;border-radius:24px;padding:44px;text-align:center;color:#65716d;font-weight:800}footer{background:#363a38;color:white;padding:36px;display:flex;gap:22px;justify-content:center;flex-wrap:wrap}.overlay{position:fixed;inset:0;background:#14191abb;display:grid;place-items:center;z-index:5;padding:20px}.modal{position:relative;background:white;border-radius:28px;max-width:560px;width:100%;padding:30px;text-align:center;box-shadow:0 20px 80px #0008;max-height:92vh;overflow:auto}.small-modal{max-width:380px}.add-modal{max-width:730px;padding:0;border-radius:4px;background:#fff4ee;gap:0}.modal-header{background:#f58b80;color:white;margin:0;padding:27px 56px;font-family:Georgia,serif;font-size:27px}.add-content{padding:30px;display:grid;gap:18px}.close{position:absolute;right:14px;top:14px;background:#f1f5f5;color:#31515a;padding:9px 13px}.light-close{background:transparent;color:white;font-size:28px}.amount{font-size:30px;font-weight:900;color:#31515a;margin:8px}.iban,.split-info{background:#f6fbfc;border:1px solid #d8eef3;border-radius:16px;padding:14px;margin:4px 0;display:grid;gap:5px}.split-info p{margin:0}.modal-image{width:100%;max-height:220px;object-fit:contain;border-radius:4px;background:white}.quantity-label{display:flex;grid-template-columns:none;flex-direction:row;align-items:center;justify-content:center;gap:14px;color:#111}.quantity-label select{width:65px;background:#e7f7f8}.modal-actions{display:grid;grid-template-columns:1fr 1.8fr;gap:20px;max-width:460px;margin:auto;width:100%}.outline{background:transparent;color:#f58b80;border:1px solid #f58b80}.link-button{background:transparent;color:#111;text-decoration:underline;text-transform:none;padding:8px}.qr{width:260px;height:260px;justify-self:center;border:10px solid white;box-shadow:0 0 0 1px #e4eeee;border-radius:12px}.note,.status{font-size:13px;color:#65716d}.error{color:#c2410c;font-weight:800}.hidden{display:none!important}.basket-list,.gifts-list{display:grid;gap:12px}.basket-row,.gift-row{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;background:#f6fbfc;border-radius:16px;padding:12px;text-align:left}.basket-row img{width:70px;height:70px;object-fit:contain;background:white;border-radius:12px}.basket-row small,.gift-row small{display:block;color:#65716d}.remove{background:#fee2e2;color:#991b1b}.gift-row{grid-template-columns:1fr auto;}.gift-row small{grid-column:1/-1}@media(max-width:720px){.top{align-items:flex-start}.top-actions{flex-wrap:wrap;justify-content:flex-end}.hero,.admin-panel{grid-template-columns:1fr;margin:14px;padding:22px}.blob{height:150px}h1{font-size:32px}.grid,.empty-state{margin-left:14px;margin-right:14px}.form-row,.product-link-row,.modal-actions{grid-template-columns:1fr}.bottom{align-items:flex-start;flex-direction:column}.give{width:100%}.quantity-label{flex-wrap:wrap}.basket-row{grid-template-columns:55px 1fr}.basket-row .remove{grid-column:1/-1}.modal-header{font-size:23px}}
.hero{grid-template-columns:1fr;padding:0;overflow:hidden;text-align:center;gap:0}.hero .blob{width:100%;height:35vh;min-height:260px;border-radius:28px 28px 0 0}.hero-copy{padding:32px 34px 40px;background:radial-gradient(circle at 15% 15%,#fff7d6 0 11%,transparent 12%),linear-gradient(180deg,#fff,#fff8fb)}.welcome-badge{display:inline-flex;margin:0 0 8px;padding:8px 16px;border-radius:999px;background:#ffe8d7;color:#c46b45;font-weight:900;letter-spacing:.03em}.welcome-text{font-size:20px;color:#65716d;margin:12px auto 0;max-width:560px}.owners{color:#31515a}.card-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.item-remove{font-size:12px;padding:10px 14px}footer{flex-direction:column;align-items:center;text-align:center;gap:8px}footer b{font-size:20px}footer span{color:#d8eef3}@media(max-width:720px){.hero .blob{height:35vh;min-height:220px;border-radius:24px 24px 0 0}.hero-copy{padding:26px 20px 32px}.card-actions{width:100%;justify-content:stretch}.card-actions button{flex:1}}
