.layout{flex:1;display:flex;flex-direction:column;min-height:100dvh}.layout-header{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffff8c;border-bottom:1px solid rgba(132,155,143,.22);padding:.85rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));position:sticky;top:0;z-index:20}.layout-brand{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.6rem}.layout-title{font-weight:800;font-size:1.25rem;color:var(--accent);letter-spacing:-.02em}.layout-domain{font-size:.8rem;color:var(--muted)}.layout-nav-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-nav{display:flex;flex-wrap:wrap;gap:.5rem}.nav-link{color:#355648;font-size:.9rem;padding:.36rem .7rem;border:1px solid transparent;border-radius:999px;transition:all .14s ease}.nav-link:hover{border-color:#849b8f59;background:#ffffffa3;text-decoration:none}.nav-link.active{color:#0f4d36;font-weight:600;border-color:#1d7a5752;background:#aae4c65c}.layout-main{flex:1;padding:1rem 1rem 1.2rem;padding-bottom:calc(1rem + var(--safe-bottom));max-width:52rem;width:100%;margin:0 auto}.layout-footer{padding:.85rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));border-top:1px solid rgba(132,155,143,.2);background:#ffffff73;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.layout-footer-text{margin:0;font-size:.75rem;color:var(--muted);text-align:center;max-width:36rem;margin-inline:auto}.page-title{margin:0 0 .4rem;font-size:clamp(1.45rem,1.3rem + .7vw,1.9rem);font-weight:800;letter-spacing:-.02em}.page-lead{margin:0 0 1.25rem;color:var(--muted);font-size:.98rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;margin-bottom:.75rem;box-shadow:var(--shadow-soft);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.card h2{margin:0 0 .35rem;font-size:1.05rem}.card p{margin:0;color:var(--muted);font-size:.9rem}.auth-form{display:grid;gap:.6rem;margin-top:.25rem}.auth-form input{width:100%;background:#ffffffbf;border:1px solid rgba(132,155,143,.4);border-radius:12px;padding:.72rem .8rem;color:var(--text)}.auth-line{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--muted);font-size:.88rem}.grid-links{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-links a{display:block;padding:.95rem 1rem;background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-weight:600;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.grid-links a:hover{background:var(--accent-soft);text-decoration:none;border-color:#1d7a5780;transform:translateY(-1px)}.tg-message{display:flex;gap:8px;margin-bottom:8px;align-items:flex-end}.tg-message.own{flex-direction:row-reverse}.tg-message.own .tg-message-body{align-items:flex-end}.tg-message-body{display:flex;flex-direction:column;gap:2px;max-width:75%}.tg-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.tg-name{font-size:.75rem;font-weight:600;color:var(--accent);margin-left:8px}.tg-bubble{background:#fff;border-radius:4px 16px 16px;padding:8px 12px;box-shadow:0 1px 2px #0000001a}.tg-message.own .tg-bubble{background:var(--accent-soft);border-radius:16px 4px 16px 16px}.tg-bubble p{margin:0;font-size:.95rem;line-height:1.4}.tg-bubble p:empty{display:none}.tg-image{max-width:220px;max-height:220px;border-radius:8px;cursor:pointer;display:block;margin-bottom:4px}.tg-time{font-size:.65rem;color:var(--muted);display:block;text-align:right;margin-top:2px}.date-divider{text-align:center;margin:12px 0;position:relative}.date-divider span{background:var(--bg);padding:0 12px;font-size:.75rem;color:var(--muted);position:relative;z-index:1}.chat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.chat-messages{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;max-height:55vh;overflow-y:auto;padding:.5rem;background:var(--surface);border-radius:var(--radius)}.date-divider{text-align:center;font-size:.75rem;color:var(--muted);padding:.5rem 0}.file-link{color:var(--accent);text-decoration:none;font-size:.85rem}.image-preview{position:relative;display:inline-block;margin-bottom:.5rem}.image-preview img{width:120px;height:120px;object-fit:cover;border-radius:8px;border:2px solid var(--border)}.image-preview button{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;border:none;background:#f44336;color:#fff;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-input{display:flex;gap:.5rem;align-items:center;background:var(--surface);padding:.5rem;border-radius:var(--radius);border:1px solid var(--border)}.chat-input input[type=text]{flex:1;padding:.6rem .8rem;border:2px solid var(--border);border-radius:999px;font-size:.95rem;background:#fff}.chat-input input[type=text]:focus{border-color:var(--accent);outline:none}.nickname-setup{max-width:400px;margin:0 auto;text-align:center}.nickname-card{text-align:center}.nickname-card input{width:100%;padding:.8rem;border:2px solid var(--border);border-radius:12px;font-size:1rem;margin-bottom:.75rem}.send-btn{width:40px;height:40px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.send-btn:hover:not(:disabled){filter:brightness(1.1)}.send-btn:disabled{background:#ccc;cursor:not-allowed}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-primary:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 640px){.layout-header{display:none}.layout-main{padding-inline:.8rem;padding-top:1rem}.layout-footer{display:none}.chat-messages{max-height:50vh}.message{max-width:90%}}.chats-list{display:flex;flex-direction:column;gap:.5rem}.chat-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.chat-item:hover{background:var(--surface-strong);transform:translate(4px)}.chat-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;overflow:hidden}.chat-avatar.group{background:var(--accent-soft);font-size:1.3rem}.chat-info{flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}.chat-name{font-weight:600;font-size:1rem}.chat-preview{font-size:.85rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-badge{font-size:1.2rem}.chat-header-bar{display:flex;align-items:center;gap:12px;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.chat-header-title{font-weight:600;font-size:1rem}.member-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.member-item:hover{background:var(--surface-strong);transform:translate(4px)}.member-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;overflow:hidden}.member-avatar-sm{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;overflow:hidden}.member-name{font-weight:600;font-size:1rem}.chat-header-user{display:flex;align-items:center;gap:8px;font-weight:600}.empty-chat{text-align:center;color:var(--muted);padding:2rem}.auth-line{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.auth-user{display:flex;align-items:center;gap:.6rem}.auth-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.auth-name{font-weight:600;display:block}.auth-birthday{font-size:.75rem;color:var(--muted);display:block}.account-form{display:flex;flex-direction:column;gap:.75rem}.account-form h3{margin:0}.account-form input{padding:.7rem;border:2px solid var(--border);border-radius:12px;font-size:1rem}.account-form input:focus{border-color:var(--accent);outline:none}.avatar-picker{display:flex;flex-direction:column;gap:.5rem}.avatar-picker p{margin:0;font-weight:600;font-size:.9rem}.preview-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-btn{display:flex;align-items:center;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 10px 4px 4px;cursor:pointer;transition:all .15s ease}.profile-btn:hover{background:var(--surface-strong)}.profile-btn-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.profile-btn svg{color:var(--muted)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.profile-modal{position:absolute;top:50px;right:16px;background:#fff;border-radius:16px;width:300px;box-shadow:0 8px 32px #0003;overflow:hidden}.profile-modal-header{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,var(--accent-soft),var(--bg))}.profile-modal-avatar{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.profile-modal-header h3{margin:0;font-size:1.1rem}.profile-modal-birthday{margin:4px 0 0;font-size:.85rem;color:var(--muted)}.profile-modal-actions{padding:12px;display:flex;flex-direction:column;gap:8px}.profile-modal-btn{display:flex;align-items:center;gap:8px;padding:12px;border:none;background:var(--surface);border-radius:10px;cursor:pointer;font-size:.95rem;transition:background .15s}.profile-modal-btn:hover{background:var(--surface-strong)}.profile-modal-btn.logout{color:#d32f2f}.profile-edit-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--border)}.profile-edit-header h3{margin:0}.back-btn{width:32px;height:32px;border:none;background:var(--surface);border-radius:50%;cursor:pointer;font-size:1.1rem}.profile-edit-body{padding:16px;display:flex;flex-direction:column;gap:12px}.avatar-edit-section{display:flex;flex-direction:column;align-items:center;gap:8px}.avatar-edit-preview{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.btn-secondary{padding:8px 16px;border:1px solid var(--border);background:var(--surface);border-radius:999px;cursor:pointer;font-size:.85rem}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:.85rem;font-weight:600;color:var(--muted)}.form-group input{padding:10px 12px;border:2px solid var(--border);border-radius:10px;font-size:.95rem}.form-group input:focus{border-color:var(--accent);outline:none}.emoji-section,.color-section{display:flex;flex-direction:column;gap:6px}.emoji-section label,.color-section label{font-size:.85rem;font-weight:600;color:var(--muted)}.emoji-grid,.color-grid{display:flex;flex-wrap:wrap;gap:6px}.emoji-grid button{width:36px;height:36px;border-radius:8px;border:2px solid transparent;background:var(--surface);font-size:1.2rem;cursor:pointer}.emoji-grid button.selected{border-color:var(--accent)}.color-grid button{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer}.color-grid button.selected{border-color:var(--text)}.btn-primary{width:100%;padding:12px;border:none;background:var(--accent);color:#fff;border-radius:10px;font-weight:600;cursor:pointer;margin-top:8px}.btn-primary:hover{filter:brightness(1.1)}.fridge-top-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}.fridge-stat-card{position:relative;overflow:hidden}.fridge-stat-card:after{content:"";position:absolute;inset:auto -30% -45% auto;width:160px;height:160px;background:radial-gradient(circle,rgba(43,186,131,.32),transparent 70%)}.fridge-stat-card-buy:after{background:radial-gradient(circle,rgba(255,179,109,.35),transparent 70%)}.fridge-stat-value{margin-top:.15rem;font-size:2rem;font-weight:700;color:var(--text)}.fridge-form{display:grid;grid-template-columns:1.3fr 1fr;gap:.6rem}.fridge-form input,.fridge-form select{width:100%;background:#ffffffbf;border:1px solid rgba(132,155,143,.4);border-radius:12px;padding:.72rem .8rem;color:var(--text);font:inherit}.fridge-form input:focus,.fridge-form select:focus{border-color:#1b6f4fb3;outline:2px solid rgba(27,111,79,.15);outline-offset:1px}.btn-primary{border:none;border-radius:12px;padding:.72rem 1rem;color:#fff;background:linear-gradient(135deg,#1d7a57,#124334);font-weight:600;transition:transform .14s ease,box-shadow .14s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1243343d}.fridge-filter{display:flex;gap:.5rem;margin:.75rem 0}.pill{border:1px solid rgba(132,155,143,.38);background:#ffffffa8;color:var(--text);border-radius:999px;padding:.45rem .82rem;transition:background-color .14s ease,border-color .14s ease,transform .14s ease;cursor:pointer}.pill:hover{transform:translateY(-1px)}.pill.active{background:#1d7a5724;border-color:#1d7a575c}.fridge-list{display:grid;gap:.55rem}.fridge-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.fridge-item-title{margin:0 0 .12rem;font-weight:600}.fridge-item-meta{margin:0;color:var(--muted);font-size:.9rem}.fridge-item-actions{display:flex;align-items:center;gap:.5rem}.fridge-item-info{flex:1}.quantity-control{display:flex;align-items:center;gap:.5rem;background:#ffffffbf;border:1px solid rgba(132,155,143,.4);border-radius:12px;padding:.4rem .6rem}.quantity-control-sm{padding:.25rem .4rem}.quantity-btn{width:1.75rem;height:1.75rem;border:none;background:var(--accent);color:#fff;border-radius:50%;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s ease}.quantity-btn:hover{transform:scale(1.1)}.quantity-control-sm .quantity-btn{width:1.5rem;height:1.5rem;font-size:1rem}.quantity-value{min-width:1.5rem;text-align:center;font-weight:600;font-size:1rem}.icon-btn{border:1px solid rgba(132,155,143,.38);background:#ffffffa8;color:#5d6e65;width:2rem;height:2rem;border-radius:50%;font-size:1.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width: 640px){.fridge-top-grid,.fridge-form{grid-template-columns:1fr}.fridge-item{flex-wrap:wrap}}:root{--bg: #edf4f0;--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(255, 255, 255, .9);--text: #182821;--muted: #567167;--accent: #1d7a57;--accent-soft: #def1e8;--border: rgba(132, 155, 143, .3);--radius: 16px;--font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--shadow-soft: 0 14px 40px rgba(18, 52, 40, .08);--safe-bottom: env(safe-area-inset-bottom, 0)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;font-family:var(--font);color:var(--text);line-height:1.5;background:radial-gradient(circle at 8% 0%,rgba(118,228,172,.24),transparent 40%),radial-gradient(circle at 95% 0%,rgba(146,191,255,.2),transparent 38%),linear-gradient(180deg,#f3f9f6,#e8f1ec)}#root{min-height:100dvh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
