@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{--ink: #27304b;--muted: #73798a;--green-950: #1b3f7f;--green-900: #204a89;--green-800: #285898;--green-700: #3473a8;--green-100: #d7f2f7;--green-50: #effafd;--cream: #eaf7fa;--line: #e5e7eb;--surface: #fff;--danger: #bb3e3e;font-family:DM Sans,Noto Sans JP,sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}#root{min-height:100vh}.auth-loading{display:grid;min-height:100vh;place-items:center;color:var(--green-950);background:var(--cream);font-size:.82rem;font-weight:600}.brand{display:inline-flex;align-items:center;color:var(--green-950)}.brand-logo{display:block;width:76px;height:62px;object-fit:contain}.brand--light .brand-logo{width:112px;height:112px;border-radius:18px;box-shadow:0 12px 32px #1b3f7f2e}.login-page{display:grid;min-height:100vh;padding:48px 20px;place-items:center;background:var(--cream)}.login-visual{position:relative;display:none;flex-direction:column;min-height:100vh;padding:45px 6vw 35px;overflow:hidden;color:#fff;background:#58bdd3}.login-visual:before,.login-visual:after{position:absolute;border:1px solid rgb(255 255 255 / 8%);border-radius:50%;content:""}.login-visual:before{width:640px;height:640px;right:-300px;top:-240px}.login-visual:after{width:420px;height:420px;left:-210px;bottom:-190px}.login-copy{position:relative;z-index:1;margin:auto 0;padding-bottom:80px}.login-copy h1{margin:20px 0 24px;font-family:Noto Sans JP,sans-serif;font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.26;letter-spacing:.03em}.login-copy>p:last-child{margin:0;color:#ffffffad;font-family:Noto Sans JP,sans-serif;font-size:.96rem;line-height:2}.login-copyright{position:relative;z-index:1;margin:0;color:#ffffff59;font-size:.67rem;letter-spacing:.11em}.login-orbit{position:absolute;z-index:2;right:5vw;bottom:12vh;width:260px;height:210px;opacity:.78}.login-orbit:before{position:absolute;top:35px;right:30px;bottom:35px;left:30px;border:1px dashed rgb(255 255 255 / 15%);border-radius:50%;content:"";transform:rotate(-22deg)}.orbit-card{position:absolute;display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgb(255 255 255 / 12%);border-radius:10px;color:#ffffffbf;background:#ffffff12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.7rem}.orbit-card svg{width:16px;height:16px;color:#fff36a}.orbit-card--one{right:0;top:15px}.orbit-card--two{left:0;top:90px}.orbit-card--three{right:14px;bottom:0}.login-panel{display:grid;width:min(100%,520px);place-items:center;padding:48px 52px;border-radius:5px;background:#fff;box-shadow:0 3px 14px #1a284e14}.login-form{width:min(100%,430px)}.mobile-brand{display:inline-flex;margin-bottom:42px}.login-heading{margin-bottom:38px}.login-heading h2{margin:12px 0;font-family:Noto Sans JP,sans-serif;font-size:2rem;letter-spacing:.04em}.login-heading>p:last-child{margin:0;color:var(--muted);font-size:.87rem;line-height:1.8}.form-field{display:grid;gap:9px;min-width:0}.form-field+.form-field{margin-top:21px}.form-field>span{color:#425149;font-size:.8rem;font-weight:700}.form-field input,.form-field select{width:100%;min-height:50px;padding:12px 15px;border:1px solid #dcdee4;border-radius:4px;outline:none;color:var(--ink);background:#fff;transition:border-color .2s,box-shadow .2s}.form-field input::placeholder{color:#a2aaa5}.form-field input:focus,.form-field select:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #287b571a}.form-field input:disabled{color:#89948d;background:#f4f6f3;cursor:not-allowed}.password-field{position:relative}.password-field input{padding-right:62px}.password-field button{position:absolute;right:7px;top:7px;height:36px;padding:0 9px;border:0;color:var(--green-700);background:transparent;font-size:.72rem;font-weight:700}.form-error{margin:16px 0 0;padding:11px 13px;border:1px solid #edcccc;border-radius:6px;color:#9c3535;background:#fdf4f3;font-size:.78rem;line-height:1.55}.field-error{color:#a13939!important;font-size:.66rem!important}.login-button,.primary-button,.secondary-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:999px;font-weight:700;transition:.2s ease}.login-button{width:100%;min-height:53px;margin-top:30px;padding:12px 18px;border:0;color:#fff;background:var(--green-800);box-shadow:0 8px 20px #1651392e}.login-button:hover,.primary-button:hover{background:var(--green-950);transform:translateY(-1px)}.login-button svg{width:18px}.login-button:disabled,.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.login-help{margin:22px 0 0;color:#929a95;font-size:.7rem;text-align:center}.app-page{min-height:100vh;background:var(--cream)}.app-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:36px;height:72px;padding:0 max(24px,calc((100vw - 1100px)/2));border-bottom:1px solid #eceef1;background:#fffffff7}.brand-button{padding:0;border:0;background:transparent}.brand-button .brand-logo{width:70px;height:66px}.header-search{display:flex;align-items:center;gap:10px;width:min(100%,680px);min-height:38px;justify-self:center;padding:8px 14px;border:1px solid #dedfe4;border-radius:5px;color:#969aa5;background:#fafafa;font-size:.72rem;text-align:left}.header-search:hover{color:var(--green-950);border-color:#b9bfce;background:#fff}.header-search svg{width:19px;height:19px;color:#26304f}.header-user{display:flex;align-items:center;gap:10px}.user-button{display:flex;align-items:center;gap:10px;padding:5px 6px 5px 5px;border:0;border-radius:8px;color:var(--ink);background:transparent;text-align:left}.user-button:hover{background:var(--green-50)}.user-avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:var(--green-950);font-size:.8rem;font-weight:700}.user-button>span:nth-child(2){display:grid;min-width:100px;font-size:.74rem;font-weight:700}.user-button small{color:#98a19a;font-size:.6rem;font-weight:500}.user-button>svg{width:16px;color:#9ba49e}.icon-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #dfe1e7;border-radius:50%;color:var(--green-950);background:#fff}.icon-button:hover{color:var(--green-800);border-color:#b9cec0}.icon-button svg{width:19px}.login-link-button{display:flex;width:auto;min-width:88px;padding:0 18px;border:2px solid var(--green-950);border-radius:999px;font-size:.72rem;font-weight:700}.app-nav{position:sticky;z-index:19;top:72px;border-bottom:1px solid #dfe8e6;background:#fff}.app-nav-inner{display:flex;width:min(1100px,calc(100% - 48px));height:48px;margin:0 auto;gap:8px}.app-nav button{position:relative;display:flex;min-width:150px;align-items:center;justify-content:center;gap:8px;height:100%;padding:0 18px;border:0;color:#9296a1;background:transparent;font-size:.73rem;font-weight:600}.app-nav button:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:3px 3px 0 0;background:transparent;content:""}.app-nav button svg{width:18px;height:18px}.app-nav button:hover,.app-nav button.is-active{color:var(--green-950)}.app-nav button.is-active:after{background:#58bdd3}.app-main{width:min(1100px,calc(100% - 48px));margin:0 auto;padding:30px 0 70px}.content-section{animation:reveal .28s ease}@keyframes reveal{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.page-heading h1{margin:7px 0;font-family:Noto Sans JP,sans-serif;font-size:1.38rem;font-weight:600;letter-spacing:.02em}.page-heading>div>p:last-child{margin:0;color:var(--muted);font-size:.78rem}.heading-actions{display:flex;align-items:center;gap:17px}.last-updated{color:#98a09b;font-size:.62rem;line-height:1.5;text-align:right}.last-updated strong{color:#5f6c64;font-size:.69rem;font-weight:600}.secondary-button{padding:8px 17px;border:1px solid #cbd0dc;color:var(--green-950);background:#fff;font-size:.75rem}.secondary-button:hover{color:var(--green-800);border-color:#9db9a6;background:var(--green-50)}.secondary-button svg,.primary-button svg,.danger-button svg{width:17px;height:17px}.primary-button{padding:10px 20px;border:0;color:#fff;background:var(--green-950);font-size:.76rem}.danger-button{padding:9px 15px;border:1px solid #e7c7c7;color:#aa3c3c;background:#fff8f7;font-size:.75rem}.is-spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{position:fixed;z-index:60;top:82px;left:50%;display:flex;align-items:center;gap:18px;width:min(620px,calc(100% - 30px));padding:12px 14px 12px 18px;border:1px solid;border-radius:8px;box-shadow:0 12px 28px #182c2121;transform:translate(-50%);font-size:.78rem}.notice--success{border-color:#abd0b7;color:#1e6845;background:#eff9f2}.notice--error{border-color:#ecc4c1;color:#a13939;background:#fff5f3}.notice--info{border-color:#bdd1dd;color:#315d76;background:#f2f8fb}.notice>span{flex:1}.notice button{display:grid;padding:0;border:0;color:inherit;background:transparent}.notice svg{width:17px}.config-note{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:12px 16px;border:1px solid #ead9a9;border-radius:7px;color:#756126;background:#fffbef;font-size:.72rem}.config-note strong{flex:none}.config-note code{padding:2px 5px;border-radius:3px;background:#f3ecd9}.post-list{display:grid;gap:15px;width:min(100%,980px)}.posts-heading{width:min(100%,980px)}.post-card{overflow:hidden;border:1px solid #e8e9ed;border-radius:5px;background:#fff;box-shadow:0 2px 8px #1d274b0a;transition:box-shadow .2s,border-color .2s}.post-card:hover{border-color:#d4d8e2;box-shadow:0 5px 18px #1d274b12}.post-author{display:flex;align-items:center;gap:11px;padding:17px 20px 12px}.post-author-avatar{width:38px;height:38px;flex:none;border-radius:50%;object-fit:cover}.post-author-avatar--default{display:grid;place-items:center;color:#fff;background:#638c72}.post-author-avatar--default svg{width:30px;height:30px}.post-author div{display:grid;gap:1px}.post-author strong{font-size:.78rem}.post-author small{color:#9aa29d;font-size:.64rem}.post-author time{margin-left:auto;color:#9aa39d;font-size:.64rem}.post-main{display:block;padding:5px 20px 17px 69px}.post-main.has-image{display:grid;grid-template-columns:1fr 200px;gap:25px}.post-copy{min-width:0}.category-chip{display:inline-flex;margin-bottom:8px;padding:3px 8px;border-radius:999px;color:#347052;background:#edf6f0;font-size:.6rem;font-weight:700}.post-copy h2{margin:0 0 8px;font-family:Noto Sans JP,sans-serif;font-size:.96rem;line-height:1.6}.post-copy p{display:-webkit-box;margin:0;overflow:hidden;color:#5f6a63;font-family:Noto Sans JP,sans-serif;font-size:.74rem;line-height:1.85;white-space:pre-line;-webkit-box-orient:vertical;-webkit-line-clamp:5}.post-image{width:200px;height:145px;border-radius:8px;object-fit:cover;background:#eef1ed}.post-footer{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:8px 20px 8px 69px;border-top:1px solid #edf0ed}.post-stats,.post-actions{display:flex;align-items:center;gap:17px}.post-stats span,.post-actions a,.post-actions button{display:inline-flex;align-items:center;gap:5px;color:#849087;font-size:.67rem}.post-stats svg,.post-actions svg{width:16px;height:16px}.post-actions a{color:#5d7467}.post-actions a:hover{color:var(--green-700)}.post-actions button{padding:7px 11px;border:1px solid #bfd2c4;border-radius:5px;color:var(--green-800);background:#f7fbf8;font-weight:700}.post-actions button:hover{background:var(--green-100)}.post-actions button:disabled{cursor:not-allowed;opacity:.45}.post-card--skeleton{height:220px;background:linear-gradient(100deg,#fff 30%,#f3f5f2,#fff 66%);background-size:300% 100%;animation:skeleton 1.4s infinite}@keyframes skeleton{to{background-position:-150% 0}}.empty-panel{display:grid;min-height:300px;place-items:center;align-content:center;padding:40px;border:1px solid #e6e8ec;border-radius:5px;color:#858a99;background:#fff;box-shadow:0 2px 8px #1d274b0a;text-align:center}.empty-panel>svg{width:40px;height:40px;color:#a9bbb0}.empty-panel h2{margin:15px 0 4px;color:#516058;font-size:1rem}.empty-panel p{margin:0;font-size:.75rem}.register-layout{display:grid;grid-template-columns:minmax(0,1fr) 355px;gap:18px;align-items:start}.panel-card{border:1px solid #e7e8ec;border-radius:5px;background:#fff;box-shadow:0 2px 9px #1d274b0d}.panel-title{display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:14px 19px;border-bottom:1px solid #e8ece8}.panel-title>div{display:flex;align-items:center;gap:11px}.panel-title h2{margin:0 0 3px;font-size:.9rem}.panel-title p{margin:0;color:#909991;font-size:.64rem}.step-number{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:var(--green-950);font-size:.7rem;font-weight:700}.result-count,.total-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;color:var(--green-950);background:var(--green-100);font-size:.66rem;font-weight:700}.total-badge{margin-bottom:2px}.total-badge svg{width:14px}.search-controls{display:grid;grid-template-columns:1.4fr 1fr auto;gap:12px;align-items:end;padding:17px 19px}.search-controls .form-field+.form-field{margin:0}.search-controls .form-field input,.search-controls .form-field select{min-height:42px;padding:8px 10px;font-size:.72rem}.search-controls .primary-button{min-height:42px}.input-with-icon{position:relative}.input-with-icon>svg{position:absolute;z-index:1;left:11px;top:50%;width:17px;color:#9ca69f;transform:translateY(-50%)}.form-field .input-with-icon input{padding-left:36px}.table-wrap{overflow-x:auto}.data-table{width:100%;min-width:690px;border-collapse:collapse}.data-table th{padding:11px 16px;border-top:1px solid #eceef1;border-bottom:1px solid #e5e7eb;color:#818695;background:#fafafa;font-size:.62rem;font-weight:700;text-align:left;white-space:nowrap}.data-table td{padding:13px 16px;border-bottom:1px solid #edf0ed;color:#59665e;font-size:.71rem;vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfdfb}.data-table tbody tr.is-selected{background:#f0f8f3}.data-table td strong{display:block;color:#27352d;font-size:.74rem}.data-table td small{display:block;margin-top:2px;color:#a0a9a3;font-size:.6rem}.table-empty{height:180px;color:#939d96!important;text-align:center}.table-loading{display:grid;min-height:220px;place-items:center;color:#87928a;font-size:.75rem}.status-pill{display:inline-flex;padding:3px 7px;border-radius:999px;color:var(--green-950);background:var(--green-100);font-size:.58rem;font-weight:700}.status-pill.is-closed{color:#9b4747;background:#f9eaea}.row-select-button{display:inline-flex;align-items:center;gap:2px;padding:6px 7px 6px 10px;border:1px solid #d4ded6;border-radius:5px;color:#47705a;background:#fff;font-size:.63rem;font-weight:700}.row-select-button svg{width:14px}.registration-card{position:sticky;top:137px;overflow:hidden}.registration-card>.form-field{margin:20px 19px 0}.registration-card .form-field input{min-height:45px;font-size:.7rem}.selected-shop{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;margin:18px 19px 0;padding:13px;border:1px solid #bde2dc;border-radius:4px;background:var(--green-50)}.selected-shop .selected-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:6px;color:#fff;background:var(--green-700)}.selected-shop .selected-icon svg{width:19px}.selected-shop div{display:grid;min-width:0}.selected-shop small{color:#789083;font-size:.57rem}.selected-shop strong{overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.selected-shop div span{color:#849188;font-size:.61rem}.selected-shop>svg{width:18px;color:var(--green-700)}.selected-shop--empty{display:flex;justify-content:center;min-height:84px;border-style:dashed;color:#909b93;background:#fafbfa;font-size:.68rem}.selected-shop--empty svg{color:#a5b2aa}.registration-submit{width:calc(100% - 38px);margin:18px 19px 0;min-height:45px}.registration-hint{display:flex;align-items:center;justify-content:center;gap:5px;margin:12px 10px 18px;color:#94a097;font-size:.59rem}.registration-hint svg{width:13px}.records-card{overflow:hidden}.records-table{min-width:900px}.record-link{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:390px;color:var(--green-700)}.record-link>span{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-link svg{width:14px;flex:none}.table-actions{display:flex;gap:5px}.table-actions button{display:grid;width:30px;height:30px;place-items:center;border:1px solid #dce3dd;border-radius:5px;color:#65736a;background:#fff}.table-actions button:hover{color:var(--green-800);border-color:#adc2b3}.table-actions button.is-danger:hover{color:var(--danger);border-color:#e0b5b5;background:#fff7f6}.table-actions button:disabled{cursor:not-allowed;opacity:.35}.table-actions svg{width:15px}.users-card{overflow:hidden}.users-table{min-width:760px}.assignments-card{overflow:hidden}.assignments-table{min-width:900px}.assignment-target{display:grid;gap:3px;padding:13px 14px;border:1px solid #dbe7df;border-radius:6px;background:#f7fbf8}.assignment-target span,.assignment-target small{color:#829087;font-size:.62rem}.assignment-target strong{font-size:.82rem}.role-pill{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:.61rem;font-weight:700}.role-pill--admin{color:#7d3d3d;background:#f9e8e8}.role-pill--colabo{color:#2f6177;background:#e7f3f8}.role-pill--employee{color:#3e6b53;background:#eaf5ee}.user-editor-card{width:min(520px,100%)}.user-editor-content{display:grid;gap:18px;padding:22px}.user-editor-content .form-field+.form-field{margin-top:0}.user-editor-hint{margin:-5px 0 0;color:#7c877f;font-size:.66rem;line-height:1.6}.user-editor-content .form-error{margin-top:0}.modal-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#111f4885;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{display:flex;flex-direction:column;width:min(920px,100%);max-height:min(760px,calc(100vh - 44px));overflow:hidden;border-radius:6px;background:#fff;box-shadow:0 28px 80px #111f483d;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(10px) scale(.99)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e5eae6}.modal-header h2{margin:5px 0 0;font-size:1.12rem}.modal-header>button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #e0e5e1;border-radius:6px;color:#738078;background:#fff}.modal-header svg{width:18px}.modal-content{min-height:0;overflow-y:auto}.modal-content .data-table{border-top:1px solid #e8ece8}.modal-url-row{display:grid;grid-template-columns:1fr 260px;gap:15px;padding:18px 20px 22px;border-top:1px solid #e8ece8}.modal-url-row .form-field input{min-height:44px;font-size:.72rem}.modal-selection{display:grid;grid-template-columns:auto 1fr;align-content:center;column-gap:7px;padding:9px 12px;border:1px solid #c8ddcf;border-radius:7px;color:#5b6a61;background:#f3faf5}.modal-selection svg{grid-row:span 2;width:18px;color:var(--green-700)}.modal-selection span{font-size:.57rem}.modal-selection strong{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.modal-footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 20px;border-top:1px solid #e3e8e4;background:#fafbfa}.profile-page{display:grid;min-height:100vh;place-items:center;padding:25px;background:var(--cream)}.profile-card{width:min(100%,500px);padding:38px;border:1px solid #e3e5ea;border-radius:5px;background:#fff;box-shadow:0 4px 18px #18264f14;text-align:center}.profile-card .brand{margin-bottom:32px}.profile-card .brand-logo{width:104px;height:104px}.profile-avatar{display:grid;width:70px;height:70px;margin:0 auto 18px;place-items:center;border-radius:50%;color:#fff;background:var(--green-800)}.profile-avatar svg{width:40px;height:40px}.profile-card h1{margin:7px 0 25px;font-size:1.35rem}.profile-card dl{margin:0;border-top:1px solid #e6ebe7}.profile-card dl div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #e6ebe7;text-align:left}.profile-card dt{color:#7b8880;font-size:.72rem}.profile-card dd{margin:0;overflow-wrap:anywhere;font-size:.75rem;font-weight:700}.profile-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px}@media (max-width: 980px){.login-page{grid-template-columns:1fr}.login-orbit{display:none}.register-layout{grid-template-columns:1fr}.registration-card{position:static}.post-list{width:100%}}@media (max-width: 760px){.login-page{display:block;background:#fbfcf9}.login-visual{display:none}.login-panel{min-height:100vh;padding:35px 24px}.mobile-brand{display:inline-flex}.app-header{grid-template-columns:auto auto;height:60px;padding:0 16px}.header-search{display:none}.user-button>span:nth-child(2),.user-button>svg{display:none}.app-nav{top:60px;overflow-x:auto}.app-nav-inner{width:max-content;min-width:100%;height:50px;padding:0 16px;gap:24px}.app-main{width:calc(100% - 28px);padding-top:28px}.page-heading{align-items:flex-start;flex-direction:column}.heading-actions{width:100%;justify-content:space-between}.post-main,.post-main.has-image{display:block;padding-left:20px}.post-image{width:100%;height:210px;margin-top:15px}.post-footer{padding-left:20px}.post-actions a{display:none}.search-controls,.modal-url-row{grid-template-columns:1fr}.modal-layer{padding:8px}.modal-card{max-height:calc(100vh - 16px)}.config-note{align-items:flex-start;flex-direction:column;gap:4px}}@media (max-width: 460px){.brand-button .brand-logo{width:56px;height:54px}.header-user{gap:5px}.user-avatar{width:31px;height:31px}.icon-button{width:34px;height:34px}.app-nav button{font-size:.7rem}.page-heading h1{font-size:1.38rem}.post-author{padding:14px 15px 10px}.post-main,.post-main.has-image{padding:4px 15px 15px}.post-footer{padding:8px 15px}.post-stats{gap:10px}.post-actions button{padding:6px 8px}.profile-card{padding:30px 22px}.profile-actions{flex-direction:column}.profile-actions button{width:100%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
