.app-shell{--paper-bg: #ffffff;--ink: #0f172a;--ink-muted: #475569;min-height:100vh;background:linear-gradient(180deg,#f8fafc,#fff 32%,#f5f7fa);color:var(--ink);display:flex;flex-direction:column;font-family:Inter,Merriweather,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.01em}.auth-page{min-height:100vh;display:grid;place-items:center;background:#f8fafc;padding:40px 16px 56px}.auth-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 20px 50px #0f172a14;display:grid;gap:8px;width:min(520px,100%);padding:28px}.auth-card.elevated{box-shadow:0 18px 48px #0f172a24}.auth-card-header{display:grid;gap:6px}.auth-eyebrow{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0ea5e9;font-weight:700}.auth-title{margin:0;font-size:24px;font-weight:800;color:#0f172a}.auth-subtitle{margin:0;color:#475569;font-size:14px}.auth-card-body{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px 18px 20px;display:grid;gap:14px}.form-fields{display:grid;gap:12px}.form-fields.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.auth-hint{margin:0;text-align:center;color:#64748b;font-size:13px;display:flex;gap:8px;justify-content:center;align-items:center}.link-button{border:none;background:none;color:#0ea5e9;font-weight:700;cursor:pointer;padding:0}.tab-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px 0;margin:0 0 -1px}.tab-row{display:flex;align-items:flex-end;gap:5px}.tab{display:inline-flex;align-items:center;gap:6px;min-height:18px;padding:6px 12px;background:#f8fafc;color:var(--ink-muted);border:1px solid #e2e8f0;border-bottom:none;border-radius:8px 8px 0 0;box-shadow:inset 0 1px #fffc;cursor:pointer;position:relative;transition:background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease;font-weight:700}.tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:transparent}.tab.active{background:var(--paper-bg);color:var(--ink);box-shadow:0 1px 0 var(--paper-bg);border-color:#e2e8f0;margin-bottom:-1px}.tab.active:after{background:var(--paper-bg)}.tab-label{font-weight:600;letter-spacing:.01em;font-size:13px}.home-icon{width:14px;height:14px}.tab-add{display:grid;place-items:center;height:22px;width:22px;border-radius:8px;font-size:14px;line-height:1;font-weight:800;background:#e2e8f0;color:var(--ink);border:1px solid #cbd5e1;box-shadow:0 1px #fffc;cursor:pointer}.tab-add:hover{background:#cbd5e1;border-color:#94a3b8}.tab-settings{display:inline-flex;align-items:center;justify-content:center;height:32px;width:32px;border-radius:16px;border:1px solid #e2e8f0;background:#fff;color:#0ea5e9;box-shadow:inset 0 1px #ffffffeb,0 1px 2px #0f172a1a;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.tab-settings:hover,.tab-settings:focus-visible{border-color:#94a3b8;background:#f8fafc;color:#0284c7;transform:translateY(-1px)}.settings-icon{width:20px;height:20px}.content{flex:1;background:var(--paper-bg);border-radius:12px;margin:0 16px 18px;padding:28px 32px;box-shadow:0 18px 40px #0f172a1a;border:1px solid #e2e8f0}.content-header{max-width:800px;line-height:1.6;margin-bottom:24px}.content-eyebrow{margin:0 0 4px;font-weight:700;color:#0ea5e9;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.content-title{margin:0 0 6px;font-size:26px;font-weight:800;color:var(--ink);letter-spacing:.02em}.content-body{margin:0;color:var(--ink-muted)}.content-body.muted{color:#94a3b8}.field{display:grid;gap:6px;font-size:14px;color:#0f172a;letter-spacing:.01em}.field span{font-weight:700}.field input,.field select{border-radius:10px;border:1px solid #e2e8f0;padding:12px;font-size:14px;background:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;box-shadow:inset 0 1px #ffffffe6}.field input:focus,.field select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933;background:#f8fafc}.input-group{display:grid;grid-template-columns:1fr max-content;align-items:stretch;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}.input-group input{border:none;padding:12px}.input-group input:focus{outline:none;box-shadow:none}.input-group:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933}.input-suffix{display:inline-flex;align-items:center;padding:0 12px;background:transparent;color:#0f172a;font-weight:600;letter-spacing:.01em;white-space:nowrap}.input-group:focus-within .input-suffix{background:transparent}.input-affix{position:relative;display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:inset 0 1px #ffffffe6;padding-right:12px}.input-affix input{border:none;padding:12px;flex:1;background:transparent}.input-affix input:focus{outline:none;box-shadow:none}.input-affix:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933}.input-affix__suffix{position:absolute;right:12px;color:#0f172a;font-weight:600;letter-spacing:.01em;pointer-events:none}.username-inline{display:flex;align-items:center;gap:10px}.username-input{flex:1;color:#e11d48;font-weight:600;text-align:center}.username-suffix{font-weight:800;color:#0f172a;white-space:nowrap}.primary-button{height:44px;width:100%;border-radius:12px;border:1px solid #0ea5e9;background:linear-gradient(180deg,#0ea5e9,#0284c7);color:#fff;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:0 10px 22px #0ea5e938;letter-spacing:.01em}.primary-button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0ea5e940;background:linear-gradient(180deg,#38bdf8,#0ea5e9)}.primary-button:active{transform:translateY(0);box-shadow:0 8px 16px #0ea5e92e}.primary-button.full{width:100%}.secondary-button{height:44px;width:100%;border-radius:12px;border:1px solid #0ea5e9;background:#fff;color:#0f172a;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease;box-shadow:0 10px 22px #0ea5e914;letter-spacing:.01em}.secondary-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0ea5e91f;color:#0ea5e9;background:#f8fafc}.secondary-button:active{transform:translateY(0);box-shadow:0 8px 16px #0ea5e91a}.button-stack{display:grid;gap:10px}.signup-shell{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;width:min(1140px,100%);align-items:stretch}.signup-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;width:min(1080px,100%);align-items:stretch}.signup-hero{position:relative;overflow:hidden;min-height:520px;border-radius:20px;background:linear-gradient(135deg,#0ea5e9,#0284c7 40%,#0ea5e9);box-shadow:inset 0 1px #ffffff59,0 24px 48px #0ea5e959;border:1px solid #0ea5e9;display:flex;flex-direction:column;justify-content:space-between;padding:28px 28px 26px}.hero-surface{position:absolute;inset:32px;background:linear-gradient(180deg,#ffffff24,#ffffff0a);border-radius:12px;box-shadow:inset 0 1px #fff6;opacity:.35}.hero-content{position:relative;color:#fff;display:flex;align-items:center;justify-content:center;height:100%}.hero-stack{position:relative;width:100%;max-width:520px;min-height:360px}.hero-base{position:absolute;inset:40px 18px;border-radius:20px;background:#fff3;box-shadow:inset 0 1px #ffffff52,0 28px 60px #0f172a3d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border:1px solid rgba(255,255,255,.3)}.hero-slide-card{position:relative;background:linear-gradient(180deg,#1d9ce5,#0b7bc2);border-radius:20px;padding:18px 18px 22px;box-shadow:0 16px 36px #0f172a40,inset 0 1px #fff6;border:1px solid rgba(255,255,255,.28);display:grid;gap:12px}.auth-title.light,.auth-subtitle.light,.auth-eyebrow.light{color:#fff}.hero-image{width:100%;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 1px #fff9,0 16px 32px #0f172a33;background:#ffffff1f}.hero-image img{width:100%;height:200px;object-fit:cover;display:block}.hero-copy{display:grid;gap:6px}.hero-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:6px}.hero-arrow{height:32px;width:32px;border-radius:10px;border:1px solid rgba(255,255,255,.6);background:#ffffff24;color:#fff;font-weight:800;cursor:pointer;box-shadow:inset 0 1px #ffffff80,0 6px 16px #0003;transition:transform .12s ease,background .12s ease,border-color .12s ease}.hero-arrow:hover{transform:translateY(-1px);background:#fff3;border-color:#ffffffe6}.signup-dots{display:inline-flex;gap:8px;align-items:center;justify-content:center;width:100%}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff8c;border:none;cursor:pointer;transition:transform .14s ease,background .14s ease}.dot.active{transform:scale(1.1);background:#fff}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px;z-index:10}.modal-card{width:min(480px,100%);background:#fff;border-radius:16px;padding:22px;border:1px solid #e2e8f0;box-shadow:0 24px 60px #0000002e;display:grid;gap:12px}.dob-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-shell{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#eef2f7 32%,#e7edf5);color:#0f172a;padding:18px 18px 28px;display:flex;flex-direction:column;gap:0}.home-loading{min-height:60vh;display:grid;place-items:center}.home-loading__text{color:#cbd5e1;font-weight:600}.home-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.home-tabs{display:flex;align-items:center;gap:0;background:#fff;padding:10px 14px 0;border:1px solid #d6dde7;border-bottom:none;border-radius:12px 12px 0 0;box-shadow:0 12px 30px #0f172a1f}.home-tab{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;background:linear-gradient(180deg,#eef2f7,#e5ebf3);border:1px solid #d6dde7;border-bottom:none;border-radius:10px 10px 0 0;color:#64748b;font-weight:600;letter-spacing:.01em;box-shadow:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease,color .15s ease;position:relative;overflow:hidden}.home-tab:hover{background:linear-gradient(180deg,#f4f7fb,#e9eef5);border-color:#cfd6e0}.home-tab:not(.active){background:linear-gradient(180deg,#f2f4f7,#e9edf3);border-color:#d8e0ec;color:#94a3b8}.home-tab.active{background:#fff;border-color:#c8d0dc;border-bottom-color:#fff;color:#0f172a;box-shadow:none}.home-tab.active:after{content:none}.home-tab.add{width:auto;padding:0 12px;justify-content:center;font-size:20px;font-weight:800;color:#475569;margin-left:28px;border:none;border-left:1px solid #d6dde7;background:transparent;box-shadow:none}.home-tab__icon{width:16px;height:16px}.home-tab__label{white-space:nowrap}.home-tab+.home-tab{margin-left:-6px}.home-tab.active{z-index:2}.home-actions{display:flex;align-items:center;gap:8px;position:relative;isolation:isolate;z-index:10}.home-action{height:36px;width:36px;border-radius:12px;position:relative;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffffeb,0 1px 1px #0f172a14;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease,color .15s ease;overflow:visible}.home-action:hover,.home-action:focus-visible{background:#e2e8f0;border-color:#cbd5e1;color:#0ea5e9;transform:translateY(-1px)}.home-action.danger{color:#f43f5e;border-color:#fecdd3;background:#fff1f2}.home-action.danger:hover,.home-action.danger:focus-visible{background:#ffe4e6;border-color:#fb7185;color:#be123c}.home-action:after,.home-action:before{pointer-events:none;opacity:0;transition:opacity .14s ease,transform .14s ease}.home-action:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 16px);transform:translate(-50%,4px);background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:12px;padding:6px 10px;font-size:12px;font-weight:700;letter-spacing:.01em;white-space:nowrap;box-shadow:0 10px 24px #0f172a2e;z-index:9999}.home-action:before{content:"";position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%,-2px) rotate(45deg);width:10px;height:10px;background:#fff;border-left:1px solid #cbd5e1;border-top:1px solid #cbd5e1;box-shadow:-2px -2px 10px #0f172a1a;z-index:9998}.home-action:hover:after,.home-action:focus-visible:after{opacity:1;transform:translate(-50%)}.home-action:hover:before,.home-action:focus-visible:before{opacity:1;transform:translate(-50%) rotate(45deg)}.home-canvas{flex:1;background:#fff;border:1px solid #d6dde7;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 16px 36px #0f172a1f;min-height:calc(100vh - 120px);padding:14px 24px 22px}.home-feed{display:grid;gap:0;height:auto;border:1px solid #d6dde7;border-radius:12px;background:#fff;overflow:visible}.home-feed__surface{flex:1;min-height:0;height:auto;background:#fff;box-shadow:none;border:none}.home-feed__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-radius:12px 12px 0 0}.home-feed-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;background:#fff;color:#94a3b8;font-weight:700;letter-spacing:.01em;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .15s ease,color .15s ease,transform .12s ease,box-shadow .15s ease,border-color .15s ease;position:relative}.home-feed-tab:last-of-type{border-right:none}.home-feed-tab:first-of-type{border-radius:10px 0 0}.home-feed-tab:last-of-type{border-radius:0 10px 0 0}.home-feed-tab:hover{background:#fff;color:#0284c7;transform:translateY(-1px)}.home-feed-tab:not(.active){background:#f5f7fb;color:#94a3b8}.home-feed-tab.active{background:#fff;color:#0f172a;transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6;border-color:#e5e7eb;border-bottom:0}.home-feed-tab__icon{display:inline-flex}.home-feed-tab__label{white-space:nowrap}.home-feed__panel{background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:inset 0 1px #ffffffe6,0 12px 28px #0f172a14;padding:16px 18px 18px;display:grid;gap:10px;height:auto}.home-feed__panel-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#0ea5e9;font-size:12px}.home-feed__panel-header{display:grid;gap:4px}.home-feed__panel-title{margin:0;font-size:18px;font-weight:800;color:#0f172a}.home-feed__panel-subtitle{margin:0;color:#475569;font-weight:500}.home-feed__list{margin:0;padding:0 0 0 18px;color:#334155;display:grid;gap:6px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-card{padding:8px 24px 24px;display:grid;gap:24px;height:auto}.profile-header{display:grid;grid-template-columns:220px minmax(0,820px);gap:32px;align-items:start}.avatar-stack{display:grid;gap:12px;justify-items:center}.profile-avatar{width:180px;height:180px;border-radius:0;object-fit:cover;border:4px solid #1f2937;box-shadow:0 12px 28px #0f172a2e}.profile-avatar.placeholder{border-radius:0;border:4px solid #1f2937;background:#fff}.avatar-upload input{display:none}.avatar-upload{display:inline-flex;cursor:pointer}.avatar-upload:hover .profile-avatar,.avatar-upload:focus-within .profile-avatar{box-shadow:0 12px 28px #0f172a3d;border-color:#0f172a}.profile-uploading{font-size:12px;color:#475569;font-weight:600}.profile-summary{display:grid;gap:18px;align-content:center;transform:translateY(40px)}.profile-field-inline{display:grid;gap:8px}.profile-row{display:grid;gap:20px;align-items:start}.profile-row.three-cols,.profile-row.two-cols{grid-template-columns:minmax(200px,1fr) minmax(280px,2fr) minmax(160px,.1fr);column-gap:12px}.profile-row.one-col{grid-template-columns:170px}.profile-value-row{display:flex;align-items:center;gap:8px;width:100%}.profile-label-inline{font-size:14px;color:#0f172a;font-weight:600;white-space:nowrap;flex-shrink:0}.profile-label{font-size:14px;color:#0f172a;font-weight:600}.profile-value{font-size:16px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:visible;text-overflow:clip;min-width:0}.profile-value.with-icon{display:inline-flex;align-items:center;gap:8px}.profile-edit{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#e2e8f0;color:#0f172a;flex-shrink:0;border:none;cursor:pointer}.profile-icon{color:#0f172a}.profile-input{border:none;border-bottom:2px solid #cbd5e1;padding:4px 0;font-size:16px;font-weight:600;color:#0f172a;background:transparent;width:100%;max-width:160px}.profile-input.text{width:100%;max-width:200px}.profile-input.date{width:100%;max-width:170px}.profile-value-row>.profile-value,.profile-value-row>.profile-input,.profile-value-row>.profile-select{min-width:0}.profile-select{border-radius:8px;border:1px solid #cbd5e1;padding:6px 10px;font-size:16px;font-weight:600;color:#0f172a;background:#fff}.profile-input:focus{outline:none;border-color:#0ea5e9}.profile-details{display:grid;gap:6px}.profile-message{margin:0;font-weight:600;color:#0f172a}.profile-message.muted{color:#94a3b8}.profile-section-tabs{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:-12px;transform:translateY(-50%);border-top:2px solid #cbd5e1;border-left:2px solid #cbd5e1;border-right:2px solid #cbd5e1}.profile-section-feed{border:2px solid #cbd5e1;border-top:none;border-radius:0 0 12px 12px;background:#fff;min-height:260px;margin-top:-18px;padding:16px 16px 28px;display:grid;gap:12px}.profile-section-feed__header{display:flex;align-items:center;justify-content:space-between}.profile-section-feed__title{font-size:16px;font-weight:700;color:#0f172a}.profile-section-feed__body{min-height:120px;border-radius:10px;background:#fff;border:1px dashed #e2e8f0;display:flex;align-items:stretch;justify-content:flex-start}.profile-section-feed__empty{margin:0;font-size:14px;font-weight:600;color:#94a3b8}.diary-visibility{width:100%;display:grid;gap:16px}.diary-visibility__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.diary-visibility__content{border-radius:12px;background:transparent;border:none;min-height:220px;padding:0}.diary-visibility__content-block{width:100%;min-height:180px;border-radius:10px;background:#fff;border:2px solid #111827;padding:20px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.diary-visibility__content-block.is-private{background:#fff}.diary-entry-prompt{width:100%;max-width:100%;border:2px solid #111827;border-radius:8px;background:#fff;padding:14px 16px;text-align:center;font-weight:600;font-size:15px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.diary-entry-prompt:hover{border-color:#334155;box-shadow:0 4px 12px #0f172a1f}.diary-entry-list{display:flex;flex-direction:column;gap:16px}.diary-entry-empty{margin:0;font-size:14px;font-weight:600;color:#94a3b8;text-align:center}.diary-entry-message{margin:0;font-size:13px;font-weight:600;color:#ef4444;text-align:center}.diary-entry{border:2px solid #111827;border-radius:8px;padding:14px 16px;background:#fff;max-width:100%;box-sizing:border-box}.diary-entry__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;position:relative}.diary-entry__tags{display:flex;flex-wrap:wrap;gap:8px}.diary-entry__tag{border:2px solid #111827;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600}.diary-entry__time{font-size:13px;font-weight:600;color:#0f172a;display:inline-flex;align-items:center;gap:6px}.diary-entry__lock{color:#0f172a}.diary-entry__actions{display:inline-flex;align-items:center;gap:12px}.diary-entry__menu-wrapper{position:relative}.diary-entry__menu{border:1px solid #cbd5f5;border-radius:8px;background:#fff;padding:2px 8px;cursor:pointer;font-size:18px;line-height:1}.diary-modal__tag-control{display:flex;justify-content:flex-start}.diary-modal__tag-button{border:2px solid #111827;border-radius:8px;background:#fff;width:32px;height:32px;font-size:20px;line-height:1;cursor:pointer}.diary-entry__menu-list{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #111827;border-radius:8px;display:flex;flex-direction:column;min-width:140px;z-index:2;box-shadow:0 8px 20px #0f172a26}.diary-entry__menu-list button{background:transparent;border:none;padding:8px 12px;text-align:left;font-size:14px;cursor:pointer}.diary-entry__menu-list button:hover{background:#f1f5f9}.diary-entry__menu-list button.danger{color:#dc2626}.diary-entry{cursor:pointer}.diary-entry:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.diary-detail{display:flex;flex-direction:column;gap:16px}.diary-detail__header{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.diary-detail__content{margin:0;font-size:15px;font-weight:600;color:#0f172a;word-break:break-word}.diary-detail__actions{display:flex;justify-content:flex-end}.diary-entry__content{margin:0;font-size:15px;font-weight:600;color:#0f172a;word-break:break-word}.diary-entry__images{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.diary-entry__image{width:100%;height:100px;object-fit:cover;border-radius:8px;border:2px solid #111827}.diary-modal .modal-card{max-width:780px;width:min(90vw,780px);padding:20px}.diary-modal__card{border:2px solid #111827}.diary-modal__input{display:flex;flex-direction:column;gap:16px;width:100%;box-sizing:border-box}.diary-modal__textarea{width:100%;border:2px solid #111827;border-radius:8px;padding:16px;font-size:15px;font-weight:600;resize:vertical;box-sizing:border-box}.diary-modal__tag-input{display:flex;gap:10px;width:100%;box-sizing:border-box;position:relative}.diary-modal__tag-slots{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%}.diary-modal__tag-slot{border:2px solid #111827;border-radius:8px;padding:8px 10px;font-size:13px;min-width:0;box-sizing:border-box;width:100%}.diary-modal__tag-slot[readonly]{background:#f8fafc;color:#334155}.diary-modal__tag-slot--filled{background:#e2e8f0;font-weight:600}.diary-modal__tag-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #111827;border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:6px;box-shadow:0 10px 24px #0f172a1f;z-index:4}.diary-modal__tag-hint{margin:0;font-size:12px;font-weight:600;color:#64748b}.diary-modal__tag-suggestion{border:none;background:transparent;text-align:left;padding:6px 8px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.diary-modal__tag-suggestion:hover{background:#f1f5f9}.diary-modal__tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.diary-modal__tag{border:2px solid #111827;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;background:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:6px;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab}.diary-modal__tag:active{cursor:grabbing}.diary-modal__tag-remove{border:none;background:transparent;font-size:14px;line-height:1;cursor:pointer;padding:0}.diary-modal__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.diary-modal__image{border:2px solid #111827;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:8px}.diary-modal__image img{width:100%;height:120px;object-fit:cover;border-radius:6px}.diary-modal__image button{border:2px solid #111827;border-radius:6px;background:#fff;font-weight:600;padding:4px 8px;cursor:pointer}.diary-modal__footer{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.diary-modal__left{display:flex;align-items:center;gap:12px}.diary-modal__camera{display:inline-flex;align-items:center;justify-content:center;border:2px solid #111827;border-radius:8px;padding:6px;cursor:pointer}.diary-modal__camera input{display:none}.diary-modal__visibility{font-size:13px;font-weight:600;color:#0f172a}.diary-modal__actions{display:flex;align-items:center;gap:12px}.diary-modal__post,.diary-modal__cancel{border:2px solid #111827;border-radius:8px;padding:8px 16px;font-weight:700;cursor:pointer}.diary-modal__post:disabled,.diary-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.diary-modal__post,.diary-modal__cancel{background:#fff}
