*{box-sizing:border-box}html{min-height:100%;-webkit-text-size-adjust:100%}:root{--page-padding: clamp(12px, 3.5vw, 24px);--card-padding: clamp(16px, 4vw, 24px);--safe-top: max(env(safe-area-inset-top), 0px);--safe-right: max(env(safe-area-inset-right), 0px);--safe-bottom: max(env(safe-area-inset-bottom), 0px);--safe-left: max(env(safe-area-inset-left), 0px)}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f5efe6,#f3e8dd);color:#5b4a3c;overflow-x:hidden;min-width:320px}.app{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:calc(var(--safe-top) + var(--page-padding)) calc(var(--safe-right) + var(--page-padding)) calc(var(--safe-bottom) + var(--page-padding)) calc(var(--safe-left) + var(--page-padding))}.app-centered{flex-direction:column;text-align:center;gap:12px}.card{width:100%;max-width:520px;background:#fffaf5;border:1px solid #eddcc9;border-radius:20px;padding:var(--card-padding);display:flex;flex-direction:column;gap:14px;box-shadow:0 10px 30px #795e481f;min-width:0}.auth-card{max-width:720px;padding:0;background:transparent;border:none;box-shadow:none}.auth-shell{width:min(100%,760px);margin:0 auto;min-height:auto;border-radius:0;overflow:visible;position:relative;padding:0;display:flex;justify-content:center;background:transparent;box-shadow:none}.auth-shell:before{content:none}.auth-panel{width:min(100%,430px);min-height:568px;position:relative;z-index:1;padding:34px 34px 28px;display:flex;flex-direction:column;gap:24px;border-radius:22px;background:linear-gradient(180deg,#fffaf5,#fbf4eb);border:1px solid rgba(228,205,181,.7);box-shadow:0 14px 30px #a37d5c1f}.auth-panel-head{display:flex;flex-direction:column;gap:26px}.auth-header{display:flex;align-items:flex-start;gap:14px}.auth-brand{display:flex;flex-direction:column;gap:4px}.auth-kicker{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#96785cb8}.auth-brand .subtitle{display:none}.auth-tabs,.oauth-row{display:flex;gap:18px}.auth-tab{position:relative;padding:0 0 12px;border:0;background:none;color:#85695094;border-radius:0;text-transform:uppercase;letter-spacing:.04em;font-weight:700;cursor:pointer;transition:color .2s ease}.auth-tab.active{color:#6d4e35}.auth-tab.active:after{content:"";position:absolute;left:0;bottom:0;width:48px;height:3px;border-radius:999px;background:#e6c9ab}.auth-form{gap:18px}.auth-form-wrap{flex:1;display:flex;flex-direction:column;gap:22px}.form-intro{display:flex;flex-direction:column;gap:8px}.form-intro h2{margin:0;font-size:1.55rem;color:#5b4230}.form-intro p{color:#85684d;line-height:1.5}.field{display:flex;flex-direction:column;gap:10px}.field-label{font-size:12px;font-weight:700;text-transform:uppercase;color:#8d6d50;letter-spacing:.08em}.form-actions{display:flex;flex-direction:column;gap:10px;padding-top:4px}.auth-actions-stack{gap:12px}.auth-submit{width:100%;min-height:52px;border-radius:999px}.auth-secondary-btn{background:#fcf5ed;color:#7a5940;border-color:#e8d2bc}.auth-utility-row{display:flex;align-items:center;gap:12px;color:#8b6a4d}.auth-utility-text{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.auth-toggle{position:relative;display:inline-flex;align-items:center;width:44px;height:24px;padding:2px;border-radius:999px;background:#ead7c475;border:1px solid rgba(226,201,176,.6);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.auth-toggle.active{background:#e7ceb2;border-color:#e7ceb2}.auth-toggle input{position:absolute;opacity:0;pointer-events:none}.auth-toggle-thumb{width:18px;height:18px;border-radius:50%;background:#fffaf5;transition:transform .2s ease;box-shadow:0 3px 6px #795e4829}.auth-toggle.active .auth-toggle-thumb{transform:translate(20px)}.auth-support{display:flex;flex-direction:column;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid rgba(228,205,181,.65)}.auth-link-btn{align-self:center;padding:0;border:0;background:none;color:#7a5940cc;font:inherit;font-weight:600;cursor:pointer}.auth-link-btn:hover{color:#6f5037}.forgot-form{padding:18px;border-radius:18px;background:#f8f0e6;border:1px solid #e9d5c1}.logo{width:44px;height:44px;border-radius:12px;background:#f1e0cc;color:#7c624a;display:grid;place-items:center;font-size:22px;font-weight:700}.auth-panel h1,.auth-panel h2,.auth-panel p,.auth-panel .subtitle{color:#7d6248}.auth-panel h1,.auth-panel h2{color:#5b4230}.auth-panel input{border:1px solid #e4cfba;background:#fff;color:#5b4a3c}.auth-panel input::placeholder{color:#aa9177}.auth-panel input:focus{border-color:#d7b89b;box-shadow:0 0 0 3px #d7b89b29}.auth-panel .btn{background:#fcf5ed;border-color:#e6d0bb;color:#75563d}.auth-panel .btn.active{background:#ead0b2;border-color:#ead0b2;color:#6d4a30}.auth-panel .status{background:#f7ede2;border:1px solid #e4cfba;color:#7a5940}.subtitle{color:#85684d;margin-top:0}h1{margin:0;font-size:1.95rem;color:#5b4230}p{margin:0}.form{display:flex;flex-direction:column;gap:10px}.form.compact{margin-top:2px}input{width:100%;border:1px solid #e4cfba;border-radius:999px;background:#fff;color:#5b4a3c;padding:14px 18px;font-size:16px}input::placeholder{color:#aa9177}textarea{width:100%;border:1px solid #e8d2bc;border-radius:12px;background:#fff;color:#5b4a3c;padding:10px 12px;font-size:16px;resize:vertical;min-height:110px;font-family:inherit}input:focus{outline:none;border-color:#d7b89b;box-shadow:0 0 0 3px #d7b89b29}textarea:focus{outline:none;border-color:#ccab8f}.input-error{border-color:#d25a5a!important;box-shadow:0 0 0 2px #d25a5a1f}.field-error{margin-top:-4px;font-size:13px;color:#b03b3b}.btn{border:1px solid #e6d0bb;background:#fcf5ed;color:#75563d;border-radius:16px;padding:12px 16px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;min-height:46px}.btn.active{background:#ead0b2;border-color:#ead0b2;color:#6d4a30}.btn:hover{filter:brightness(.98)}.status{background:#f7ede2;border:1px solid #e4cfba;border-radius:16px;padding:10px;font-size:14px;color:#7a5940;overflow-wrap:anywhere}.admin-shell .btn,.memory-shell .btn,.profile-page .btn,.public-memory-shell .btn{background:#fff;border-color:#e2d0bc;color:#6b523c}.admin-shell .btn.active,.memory-shell .btn.active,.profile-page .btn.active,.public-memory-shell .btn.active{background:#ead1b3;border-color:#ead1b3;color:#6b4526}.admin-shell input,.memory-shell input,.profile-page input,.public-memory-shell input{border:1px solid #e8d2bc;background:#fff;color:#5b4a3c}.admin-shell input::placeholder,.memory-shell input::placeholder,.profile-page input::placeholder,.public-memory-shell input::placeholder{color:#a18b76}.admin-shell input:focus,.memory-shell input:focus,.profile-page input:focus,.public-memory-shell input:focus{border-color:#d5b392;box-shadow:0 0 0 3px #d5b39226}.admin-content h1,.memory-dashboard-copy h1,.profile-hero-text h1{color:#5b4a3c}.admin-shell .status,.memory-shell .status,.profile-page .status,.public-memory-shell .status{background:#f8eee3;border:1px solid #e0c5ae;color:#6b523c}@media (max-width: 640px){.app{padding:16px}.auth-card{max-width:100%}.auth-shell{min-height:auto;padding:0;border-radius:0}.auth-panel{width:100%;min-height:auto;padding:22px 20px;gap:18px}.auth-tabs,.oauth-row{gap:16px}.form-intro h2{font-size:1.25rem}.auth-utility-row{flex-wrap:wrap}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.admin-sidebar{background:#f6efe6;border-right:1px solid #e7d8c7;padding:24px;display:flex;flex-direction:column;gap:14px}.admin-sidebar h2{margin:0;font-size:24px}.admin-menu{display:flex;flex-direction:column;gap:8px}.admin-user{margin-top:auto;display:flex;flex-direction:column;gap:2px}.admin-user span{color:#8f765f;font-size:13px}.admin-content{padding:28px;display:flex;flex-direction:column;gap:14px}.admin-content h1{margin:0;font-size:30px}.admin-card{max-width:980px}.roles-list{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.role-chip{display:inline-block;border:1px solid #d9c0a9;border-radius:999px;padding:6px 10px;background:#f8eee3;font-size:13px}.users-list{display:flex;flex-direction:column;gap:10px}.users-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.users-table-wrap{overflow-x:auto;overflow-y:auto;max-height:420px;border:1px solid #e8d2bc;border-radius:12px;background:#fff}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{text-align:left;padding:8px 10px;border-bottom:1px solid #f0e0d0;font-size:13px;vertical-align:middle}.users-table th{font-weight:700;color:#6c5642}.user-row{border:1px solid #e8d2bc;border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.user-meta{display:flex;flex-direction:column;gap:2px}.user-meta span{color:#8f765f;font-size:13px}.user-actions{display:flex;gap:8px}.user-actions.compact{justify-content:flex-end}.user-actions.compact .btn{padding:8px 10px}.user-actions.compact select{min-width:120px}select{border:1px solid #e8d2bc;border-radius:10px;padding:8px 10px;background:#fff;color:#5b4a3c}.memory-shell{min-height:100dvh;padding:calc(var(--safe-top) + var(--page-padding)) calc(var(--safe-right) + var(--page-padding)) calc(var(--safe-bottom) + 28px) calc(var(--safe-left) + var(--page-padding));display:flex;justify-content:center;align-items:flex-start;background:linear-gradient(180deg,#fffaf5,#f7ecdf 62%,#f3e4d3)}.memory-main-card{width:100%;max-width:520px;display:flex;flex-direction:column;gap:10px}.memory-main-card h1,.memory-main-card h2,.memory-main-card strong,.profile-page h1,.profile-page h2,.profile-page strong,.memory-main-card .subtitle,.memory-main-card p,.profile-page .subtitle,.profile-page p,.memory-shell,.profile-page,.public-memory-shell,.memory-shell .field-label,.profile-page .field-label,.public-memory-shell .field-label,.memory-shell .upload-field-hint,.profile-page .upload-field-hint,.public-memory-shell .upload-field-hint,.memory-shell .privacy-toggle,.profile-page .privacy-toggle,.public-memory-shell .privacy-toggle,.memory-shell label,.profile-page label,.public-memory-shell label,.memory-shell input,.memory-shell textarea,.memory-shell select,.profile-page input,.profile-page textarea,.profile-page select,.public-memory-shell input,.public-memory-shell textarea,.public-memory-shell select{color:#000}.memory-shell input::placeholder,.memory-shell textarea::placeholder,.profile-page input::placeholder,.profile-page textarea::placeholder,.public-memory-shell input::placeholder,.public-memory-shell textarea::placeholder{color:#5c5c5c}.memory-shell .btn,.profile-page .btn,.public-memory-shell .btn,.memory-shell .btn.active,.profile-page .btn.active,.public-memory-shell .btn.active,.memory-shell h1,.memory-shell h2,.memory-shell h3,.memory-shell h4,.profile-page h1,.profile-page h2,.profile-page h3,.profile-page h4,.public-memory-shell h1,.public-memory-shell h2,.public-memory-shell h3,.public-memory-shell h4,.memory-shell p,.profile-page p,.public-memory-shell p,.memory-shell span,.profile-page span,.public-memory-shell span,.memory-shell strong,.profile-page strong,.public-memory-shell strong{color:#000}.memory-main-card .status,.profile-page .status{background:#f8eee3;border-color:#e0c5ae;color:#6b523c}.memory-dashboard-head{display:flex;height:60px;min-height:60px;align-items:center;margin-bottom:0;border:0;border-radius:24px;background:#fffaf5;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.memory-dashboard-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;height:60px;min-height:60px;width:100%;padding:0 14px 0 16px}.memory-dashboard-tabs{display:flex;gap:8px;flex-wrap:wrap}.memory-dashboard-tab{border:1px solid #ead7c3;background:#f8ecdf8c;color:#735741;border-radius:999px;padding:10px 14px;white-space:nowrap;font:inherit;font-weight:600;cursor:pointer}.memory-dashboard-tab.active{background:#ead0b2;border-color:#ead0b2}.mobile-bottom-nav{display:none;position:fixed;left:50%;right:auto;bottom:calc(var(--safe-bottom) + 10px);width:min(300px,calc(100vw - 28px));transform:translate(-50%);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:8px 10px;border:1px solid #e7d8c8;border-radius:18px;background:#fffbf7fa;box-shadow:0 10px 24px #684e381a;z-index:100}.mobile-bottom-nav-item{min-height:56px;border:0;border-radius:16px;background:transparent;color:#8d8072;font:inherit;font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 8px;text-align:center;transition:color .18s ease,transform .18s ease}.mobile-bottom-nav-item:active{transform:translateY(1px)}.mobile-bottom-nav-icon{width:20px;height:20px;flex:0 0 20px;background-color:currentColor;display:block}.mobile-bottom-nav-item:first-child .mobile-bottom-nav-icon{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5 12 4l8 6.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5V20h11V9.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5 12 4l8 6.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5V20h11V9.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.mobile-bottom-nav-item:last-child .mobile-bottom-nav-icon{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='3.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M5 19c1.6-3.2 4.1-4.8 7-4.8s5.4 1.6 7 4.8' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='3.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='M5 19c1.6-3.2 4.1-4.8 7-4.8s5.4 1.6 7 4.8' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat}.mobile-bottom-nav-label{font-size:12px;line-height:1.2}.mobile-bottom-nav-item.active{color:#b98349}.memory-dashboard-copy:before{content:"Ваш список";font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8b725d}.memory-dashboard-title{font-size:1.32rem;line-height:1;color:#5b4230;margin:0;letter-spacing:-.01em}.memory-dashboard-avatar-button{border:0;background:transparent;padding:0;cursor:pointer;flex-shrink:0}.memory-dashboard-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid #e8d2bc;background:#fff}.memory-dashboard-copy{min-width:0}.memory-dashboard-copy:before{display:block;margin-bottom:5px}.memory-dashboard-avatar-button{width:48px;height:48px;display:grid;place-items:center;border:0;border-radius:16px;background:transparent;box-shadow:none}.memory-dashboard-avatar{width:38px;height:38px}.memory-dashboard-copy:before{content:none!important;display:none!important}.memory-dashboard-head,.memory-dashboard-avatar-button,.memory-dashboard-avatar{border:0!important;outline:none!important;box-shadow:none!important}.memory-toolbar-user{display:flex;align-items:center;gap:14px;padding:14px 18px;border:1px solid #ead7c3;border-radius:20px;background:#f8ecdf8c;text-align:left}.memory-toolbar-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:1px solid #e8d2bc;background:#fff;flex-shrink:0}.memory-toolbar-avatar-fallback{display:grid;place-items:center;font-size:1.35rem;font-weight:700;color:#7a6049;background:#ead7c4}.memory-loading{padding:32px;text-align:center}.memory-dashboard-summary{display:none}.memory-summary-card{border:1px solid #ead7c3;border-radius:16px;padding:16px;background:#f8ecdf73;display:flex;flex-direction:column;gap:6px}.memory-summary-card strong{font-size:1.6rem;color:#5f4a38}.memory-summary-label{font-size:13px;font-weight:700;color:#856a54;letter-spacing:.02em}.memory-form-card{width:100%;max-width:680px}.memory-head{display:flex;align-items:center;gap:12px}.memory-head .btn{margin-left:auto}.memory-create-card{max-width:100%;box-shadow:none;border-style:dashed}.privacy-toggle{display:flex;align-items:center;gap:8px;font-size:14px}.privacy-toggle input{width:auto}.memory-list-wrap{display:flex;flex-direction:column;gap:16px}.memory-list-tools{display:flex;flex-direction:column;gap:12px}.memory-search{display:block;position:relative}.memory-search:after{content:"";position:absolute;right:16px;top:50%;width:18px;height:18px;transform:translateY(-50%);background:#9a7f63;opacity:.82;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='6.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='m16 16 4 4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='6.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cpath d='m16 16 4 4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;pointer-events:none}.memory-search input{background:#ffffffe6;border-radius:18px;padding:14px 48px 14px 16px;border:1px solid #ead9c7;box-shadow:inset 0 1px #ffffffeb}.memory-segmented{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.memory-segmented::-webkit-scrollbar{display:none}.memory-segment{border:0!important;outline:none!important;box-shadow:none!important;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#efe1d29e;color:#735741;border-radius:999px;padding:7px 12px;white-space:nowrap;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.memory-segment:focus,.memory-segment:focus-visible,.memory-segment:hover{border:0!important;outline:none!important;box-shadow:none!important}.memory-segment.active{background:linear-gradient(180deg,#edd6bb,#e6c7a3);color:#5e422c}.memory-list{display:flex;flex-direction:column;gap:12px}.memory-card-main{flex:1;display:flex;align-items:flex-start;gap:14px;min-width:0;border:0;background:transparent;padding:0;color:inherit;text-align:left;cursor:pointer}.memory-avatar{width:68px;height:68px;border-radius:50%;object-fit:cover;border:1px solid #e8d2bc;background:#fff;flex-shrink:0}.memory-avatar-fallback{display:grid;place-items:center;font-size:28px;font-weight:700;background:#ead7c4;color:#7a6049}.memory-item-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.memory-item-copy{min-width:0;padding-top:2px}.memory-item-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.memory-item-title{display:block;font-size:16px;line-height:1.32;color:#3f2f23}.memory-visibility{flex-shrink:0;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1}.memory-visibility.list{background:#f4e6d4f2;color:#8a6647}.memory-item-dates{margin-top:6px;color:#6e5644;font-size:13px;font-weight:600}.memory-preview-text{color:#755c48;margin-top:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.4}.memory-item{background:linear-gradient(180deg,#fffffff5,#fcf6f0f5);border:1px solid #eadccc;border-radius:22px;padding:14px 14px 14px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:flex-start;box-shadow:0 10px 24px #72583f14}.memory-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.memory-item-actions{display:flex;align-items:center;justify-content:center;gap:8px}.memory-icon-button{width:38px;height:38px;border:1px solid #e8d7c6;border-radius:50%;background:#fffcf8f5;color:#8c7055;cursor:pointer;display:grid;place-items:center;box-shadow:inset 0 1px #fffffff2}.memory-icon-button.active{background:linear-gradient(180deg,#efd6b8,#e7c8a3);color:#6d4a30}.memory-item-menu-wrap{position:relative}.memory-item-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:160px;padding:6px;border:1px solid #eadccc;border-radius:16px;background:#fffcf8fa;box-shadow:0 12px 24px #72583f1f;z-index:20;display:flex;flex-direction:column;gap:4px}.memory-item-menu-button{width:100%;border:0;border-radius:12px;background:transparent;color:#6d523d;font:inherit;font-size:14px;font-weight:600;text-align:left;padding:10px 12px;cursor:pointer}.memory-item-menu-button:hover{background:#efe1d28c}.memory-item-menu-button.danger{color:#a24e4e}.memory-icon-share{width:18px;height:18px;background:currentColor;display:block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 8a3 3 0 1 0-2.8-4h-.4A3 3 0 0 0 9 8c0 .2 0 .3.1.5L7.2 9.6A3 3 0 1 0 8 12c0-.1 0-.2-.1-.3l2.3-1.1A3 3 0 0 0 12 11a3 3 0 0 0 2-.8l2.1 1.1V12a3 3 0 1 0 .8-2l-2.3-1.2c.3-.3.4-.7.4-.8Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 8a3 3 0 1 0-2.8-4h-.4A3 3 0 0 0 9 8c0 .2 0 .3.1.5L7.2 9.6A3 3 0 1 0 8 12c0-.1 0-.2-.1-.3l2.3-1.1A3 3 0 0 0 12 11a3 3 0 0 0 2-.8l2.1 1.1V12a3 3 0 1 0 .8-2l-2.3-1.2c.3-.3.4-.7.4-.8Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat}.memory-icon-more{width:18px;height:18px;background:currentColor;display:block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='12' r='2' fill='%23000'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23000'/%3E%3Ccircle cx='19' cy='12' r='2' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='12' r='2' fill='%23000'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23000'/%3E%3Ccircle cx='19' cy='12' r='2' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat}.memory-empty-card{text-align:center}.memory-fab{position:fixed;right:calc(var(--safe-right) + 24px);bottom:calc(var(--safe-bottom) + 8px);width:62px;height:62px;border:0;border-radius:50%;background:linear-gradient(180deg,#edd5b7,#e1bc90);color:#6d4a30;font-size:38px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 28px #926d483d,inset 0 1px #ffffff8c;z-index:101}.memory-media-section{margin-top:8px;border-top:1px solid #efdfcf;padding-top:10px;display:flex;flex-direction:column;gap:10px}.memory-media-section h4{margin:0;font-size:15px}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.media-card{border:1px solid #ead8c6;border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:8px;background:#fffdfb}.media-card img,.media-card video{width:100%;border-radius:8px;border:1px solid #e8d2bc;background:#fff}.media-text{white-space:pre-wrap;font-size:14px}.btn.danger{border-color:#d7adad;background:#f9e6e6;color:#834646}.memory-badge{border:1px solid #d9c0a9;border-radius:999px;padding:4px 8px;font-size:12px;background:#f8eee3}.memory-badge.public{background:#e8f5e7;border-color:#b7d9b5;color:#3f6b3f}.memory-badge.private{background:#f7ece4;border-color:#e0c5ae;color:#7a5b45}.memory-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.memory-form-heading{display:flex;flex-direction:column;gap:6px}.memory-form-heading h2{margin:0}.memory-form-preview{display:block;width:96px;height:96px;object-fit:cover;border-radius:16px;border:1px solid #e8d2bc;margin:8px 0 12px}.memory-form-actions{display:flex;gap:10px;flex-wrap:wrap}.memory-form-back{align-self:flex-start}.file-input-hidden{display:none}.upload-field{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.upload-field .btn{flex-shrink:0}.upload-field-hint{color:#856a54;font-size:14px;overflow-wrap:anywhere}.map-preview{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:18px;border:1px solid #e8d2bc;background:#fffdf9}.map-preview-error{background:#f9f0e7}.map-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.map-preview-copy{display:flex;flex-direction:column;gap:6px}.map-preview-copy strong{font-size:1rem}.map-preview-copy p{line-height:1.5}.map-preview-coords{padding:8px 10px;border-radius:999px;background:#f5eadf;border:1px solid #ead5bf;font-size:13px;font-weight:600;white-space:normal;overflow-wrap:anywhere}.map-frame-wrap{overflow:hidden;border-radius:16px;border:1px solid #e2cfba;background:#f4ede6}.map-frame{width:100%;height:280px;border:0;display:block}.map-preview-actions{display:flex;gap:10px;flex-wrap:wrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#34251873;z-index:1000;display:flex;align-items:center;justify-content:center;padding:calc(var(--safe-top) + 12px) calc(var(--safe-right) + 12px) calc(var(--safe-bottom) + 12px) calc(var(--safe-left) + 12px)}.modal-card{position:relative;width:min(560px,100%);max-height:min(720px,calc(100dvh - 24px - var(--safe-top) - var(--safe-bottom)));overflow-y:auto;background:#fffaf5;border:1px solid #e8d2bc;border-radius:20px;padding:24px;box-shadow:0 20px 50px #3222162e}.modal-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:28px;color:#7a5b45;cursor:pointer}.share-panel{display:flex;flex-direction:column;gap:14px}.share-panel h2{margin:0}.share-qr{display:flex;justify-content:center}.share-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.share-actions .btn{width:100%}.share-warning,.share-status{font-size:14px}.share-warning{color:#8b5f27}.admin-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-memory-list{display:flex;flex-direction:column;gap:10px}.admin-memory-row{border:1px solid #e8d2bc;background:#fff;color:#5b4a3c;border-radius:12px;padding:12px 14px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:8px;text-align:left;cursor:pointer}.admin-section-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-memory-detail{max-width:980px}.admin-memory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-text-list,.public-memory-text-list{display:flex;flex-direction:column;gap:10px}.public-memory-shell{min-height:100dvh;padding:calc(var(--safe-top) + var(--page-padding)) calc(var(--safe-right) + var(--page-padding)) calc(var(--safe-bottom) + var(--page-padding)) calc(var(--safe-left) + var(--page-padding));display:flex;justify-content:center}.public-memory-card{width:100%;max-width:860px}.public-memory-hero,.gallery-image{width:100%;border-radius:16px;border:1px solid #e8d2bc;background:#fff}.gallery-image{aspect-ratio:1 / 1;object-fit:cover}.public-memory-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.public-memory-text,.public-memory-meta{line-height:1.5}.public-memory-section{display:flex;flex-direction:column;gap:10px}.profile-page{width:100%;max-width:980px;gap:18px;min-width:0}.profile-topbar{display:flex;justify-content:flex-start}.profile-layout{display:flex;flex-direction:column;gap:18px}.profile-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 4px}.profile-page-title{margin:0;font-size:1.2rem;font-weight:700;color:#243b7a}.profile-top-icon-btn,.profile-top-icon-spacer{width:38px;height:38px;flex:0 0 38px}.profile-top-icon-btn{border:0;border-radius:50%;background:transparent;color:#243b7a;display:grid;place-items:center;cursor:pointer}.profile-top-icon{width:21px;height:21px;background:currentColor;display:block}.profile-top-icon-back{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.5 5 7.5 12l7 7' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12h8.5' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.5 5 7.5 12l7 7' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12h8.5' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat}.profile-top-icon-logout{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 5h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16l4-4-4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 12H5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 5h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16l4-4-4-4' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 12H5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat}.profile-hero{position:relative;display:flex;gap:18px;align-items:center;border:1px solid #ead7c3;border-radius:26px;padding:26px 20px 22px;background:#fffdfb}.profile-info-panel{display:flex;flex-direction:column;gap:0;border:1px solid #ead7c3;border-radius:22px;background:#fffdfbf5}.profile-info-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:14px 18px}.profile-info-row+.profile-info-row{border-top:1px solid rgba(234,215,195,.8)}.profile-info-label{font-size:.92rem;font-weight:600;color:#8a6d56}.profile-info-value{font-size:.96rem;line-height:1.35;color:#243b7a;overflow-wrap:anywhere;text-align:right}.profile-avatar-wrap{display:flex;align-items:center;justify-content:center}.profile-avatar-trigger{cursor:pointer}.profile-avatar-trigger.is-disabled{pointer-events:none;opacity:.7}.profile-avatar{width:108px;height:108px;border-radius:50%;object-fit:cover;border:1px solid #e8d2bc;background:#fff}.profile-avatar-fallback{display:grid;place-items:center;font-size:2rem;font-weight:700;background:#ead7c4;color:#7a6049}.profile-hero-text{display:flex;flex-direction:column;gap:10px}.profile-hero-text h1,.profile-section-head h2{margin:0}.profile-email{color:#8a6d56;overflow-wrap:anywhere}.profile-name{margin:0;font-size:1.5rem;font-weight:700;color:#243b7a}.profile-avatar-hint{max-width:260px;font-size:13px;text-align:left;color:#846b56}.profile-section-head{display:flex;flex-direction:column;gap:6px}.profile-password-grid{display:grid;gap:12px}.profile-edit-icon-btn{position:absolute;top:16px;right:16px;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#243b7a;display:grid;place-items:center;cursor:pointer}.profile-edit-icon{width:20px;height:20px;background:currentColor;display:block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 20 4.2-1 9.1-9.1-3.2-3.2L5 15.8 4 20Z' fill='%23000'/%3E%3Cpath d='m13.6 5.4 3.2 3.2 1.4-1.4a2.3 2.3 0 0 0 0-3.2 2.3 2.3 0 0 0-3.2 0l-1.4 1.4Z' fill='%23000'/%3E%3Cpath d='M12 20h8' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m4 20 4.2-1 9.1-9.1-3.2-3.2L5 15.8 4 20Z' fill='%23000'/%3E%3Cpath d='m13.6 5.4 3.2 3.2 1.4-1.4a2.3 2.3 0 0 0 0-3.2 2.3 2.3 0 0 0-3.2 0l-1.4 1.4Z' fill='%23000'/%3E%3Cpath d='M12 20h8' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat}.profile-status-error{background:#f9e6e6;border-color:#d7adad;color:#834646}.profile-loading{padding:32px;text-align:center}.profile-edit-card{max-width:680px}.profile-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-password-block{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #ead7c3;border-radius:18px;background:#fffdfb}.profile-edit-preview,.profile-edit-avatar-fallback{width:96px;height:96px;border-radius:16px}.profile-edit-avatar-fallback{display:grid;place-items:center;margin:8px 0 12px;border:1px solid #e8d2bc;background:#ead7c4;color:#7a6049;font-size:2rem;font-weight:700}@media (max-width: 1024px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-right:0;border-bottom:1px solid #e7d8c7}.admin-menu{flex-direction:row}.admin-user{margin-top:0}.admin-content{padding:18px}}@media (max-width: 720px){.app,.memory-shell{padding:0 calc(var(--safe-right) + 12px) calc(var(--safe-bottom) + 146px) calc(var(--safe-left) + 12px)}.card{padding:16px;border-radius:14px}h1{font-size:1.6rem}.switcher{grid-template-columns:1fr}.btn,input,select{min-height:42px}.admin-sidebar,.admin-content{padding:12px}.admin-menu{flex-direction:column}.memory-head{align-items:flex-start;flex-direction:column}.memory-head .btn{margin-left:0;width:100%}.memory-dashboard-head{height:60px;min-height:60px;border-radius:22px;margin-bottom:0}.memory-dashboard-copy,.memory-dashboard-copy h1,.public-memory-header h1,.profile-hero-text h1{width:100%}.profile-edit-grid{grid-template-columns:1fr}.profile-info-row{grid-template-columns:1fr;gap:6px}.profile-info-value{text-align:left}.profile-hero{align-items:flex-start;padding-top:52px}.memory-main-card{border-radius:26px;padding:0 14px 18px;gap:10px}.memory-dashboard-bar{gap:12px;height:60px;min-height:60px;padding:0 12px 0 14px}.profile-hero-actions,.profile-actions,.memory-item-actions,.user-actions.compact,.memory-form-actions,.map-preview-actions{flex-direction:column;align-items:stretch}.memory-dashboard-summary,.memory-form-grid,.admin-memory-grid,.admin-filters,.share-actions,.admin-memory-row{grid-template-columns:1fr}.memory-card-main{align-items:flex-start}.modal-card{padding:20px 16px 16px;border-radius:18px}.users-table th,.users-table td{font-size:12px;padding:7px 8px}.users-table thead{display:none}.users-table,.users-table tbody,.users-table tr,.users-table td{display:block;width:100%}.users-table tr{border-bottom:1px solid #f0e0d0;padding:10px}.users-table td{border:0;padding:6px 0}.users-table td:before{content:attr(data-label);display:block;font-size:11px;color:#8f765f;margin-bottom:4px}.user-actions.compact select,.user-actions.compact .btn,.memory-item-actions .btn,.media-card .btn,.share-actions .btn,.memory-toolbar-actions .btn,.profile-hero-actions .btn,.profile-actions .btn{width:100%}.media-grid{grid-template-columns:1fr}.memory-item-actions{flex-direction:row;align-items:center;justify-content:flex-end}.memory-list-tools,.memory-segmented{width:100%}.mobile-bottom-nav{display:grid}.memory-fab{right:calc(var(--safe-right) + 20px);bottom:calc(var(--safe-bottom) + 72px)}.public-memory-shell{padding:calc(var(--safe-top) + 12px) calc(var(--safe-right) + 12px) calc(var(--safe-bottom) + 12px) calc(var(--safe-left) + 12px)}}@media (max-width: 420px){.card{padding:14px}h1{font-size:1.4rem}.subtitle{font-size:13px}.memory-item{padding:10px}.public-memory-shell{padding:calc(var(--safe-top) + 10px) calc(var(--safe-right) + 10px) calc(var(--safe-bottom) + 10px) calc(var(--safe-left) + 10px)}.auth-panel{padding:18px 16px}.memory-toolbar-avatar{width:40px;height:40px}.memory-card-main{gap:10px}.memory-dashboard-copy h1{font-size:1.55rem}.memory-item-topline{flex-direction:column;gap:6px}.memory-fab{width:58px;height:58px;font-size:34px}.share-actions{grid-template-columns:1fr}.map-frame{height:220px}.profile-hero,.profile-section,.memory-summary-card{padding:16px}.profile-avatar-hint{max-width:none;text-align:left}}
